* {
	box-sizing: border-box;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
	margin: 0;
	padding: 0;
	overflow: overlay;
	text-decoration: none;
}
h1 {
	color: #990033;
	font-size: 30px;
	margin: 0 0 10px 0;
}
h3 {
    border-bottom: #603 solid 1px;
	color: #09C;
    font-size: 18px;
    margin: 0 0 10px 0;
	padding-bottom: 5px;
	width: 100%;
}
h4 {
	color: #09C;
	font-size: 16px;
}
.nombreusuario {
	margin: 0 1% 5px 0;
	text-align: right;
}
.container {
	margin: 0 auto;
	width: 100%;
}
.container img {
	height: 100px;
	width: 100%;
}
header {
	margin: 2px 0;
	overflow: hidden;
}
.separator::before {
	background-color: rgb(160, 160, 160);
    content: '';
    display: block;
	height: 1px;
	right: 1%;
    position: absolute;
    width: 98%;
}
.menu {
	display: block;
	list-style-type: none;
	float: right;
	margin-right: 1%;
}
.menu li {
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	padding: 7px 10px 7px 25px;
}
.menu li a {
	color: #FFF;
	text-decoration: none;
}
.menu li.btn-login {
	background: url('../img/bot_candado.png') no-repeat 5px center, -webkit-linear-gradient(top, #603, #903);
}
.menu li.btn-volver {
	background: url('../img/bot_volver.png') no-repeat 5px center, -webkit-linear-gradient(top, #603, #903);
}
.separator {
	width: 80%;
}
.main-content {
	/*background: rgba(224,224,224,1);
	background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,224,224,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0 );*/
	clear: both;
	display: flex;
	padding: 10px 2% 5px;
	width: 100%;
}
.main-column {
	flex: 70%;
	margin-right: 1%;
	order: 1;
	overflow: initial;
}
.main-column-filtros {
	flex: 70%;
	margin-left: 1%;
    order: 2;
}
.side-column {
	flex: 30%;
	order: 2;
}
.side-column-filtros {
	flex: 30%;
	order: 1;
}
.servicios-cifras, .servicios-bases-datos, .servicios-eboletin {
	border: #CCC solid 1px;
	border-radius: 10px;
	color: #069;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 70px;
	line-height: 14px;
	margin: 0 auto 10px auto;
	padding: 5px 3px 0px 80px;
	width: 100%;
}
.servicios-cifras {
	background: url('../img/biblioteca_cifras.png') no-repeat left center, linear-gradient(top, #E2E2E2, #F2F2F2);
	background: url('../img/biblioteca_cifras.png') no-repeat left center, -webkit-linear-gradient(top, #E2E2E2, #F2F2F2);
	background: url('../img/biblioteca_cifras.png') no-repeat left center, -moz-linear-gradient(top, #E2E2E2, #F2F2F2);
	background: url('../img/biblioteca_cifras.png') no-repeat left center, -ms-linear-gradient(top, #E2E2E2, #F2F2F2);
}
.servicios-bases-datos {
	background: url('../img/base_datos.png') no-repeat left center, linear-gradient(top, #E2E2E2, #F2F2F2);
	background: url('../img/base_datos.png') no-repeat left center, -webkit-linear-gradient(top, #E2E2E2, #F2F2F2);
	background: url('../img/base_datos.png') no-repeat left center, -moz-linear-gradient(top, #E2E2E2, #F2F2F2);
	background: url('../img/base_datos.png') no-repeat left center, -ms-linear-gradient(top, #E2E2E2, #F2F2F2);
}
.servicios-eboletin {
	background: url('../img/e-boletin.png') no-repeat -20px center, linear-gradient(top, #E2E2E2, #F2F2F2);
	background: url('../img/e-boletin.png') no-repeat -20px center, -webkit-linear-gradient(top, #E2E2E2, #F2F2F2);
	background: url('../img/e-boletin.png') no-repeat -20px center, -moz-linear-gradient(top, #E2E2E2, #F2F2F2);
	background: url('../img/e-boletin.png') no-repeat -20px center, -ms-linear-gradient(top, #E2E2E2, #F2F2F2);
}
.input {
	padding: 5px;
    color: #333;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border: 1px solid #A3A3A3;
}
.input-checkbox {
	list-style: none;
	margin-left: 15px;
}
.input-checkbox li {
	margin: 5px 0;
}
.form-group {
	display: flex;
	flex-direction: row;
	margin: 10px 0 20px;
	width: 100%;
}
.label-group {
	color: #4d4d4d;
	display: flex;
	flex-direction: row;
	margin: 0 0 5px 5px;
	width: 100%;
}
.label-group label {
	color: #069;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	white-space: nowrap;
	overflow: unset;
}
.form-input span {
	box-sizing: border-box;
    color: #069;
	display: block;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0px;
}
.form-input label {
	color: #4d4d4d;;
}
.form-input a {
	color: #8E080A;
	font-size: 13px;
	text-decoration: none;
}
.two-col {
	flex: 1 1 auto;
}
.two-col:first-child, .three-col:first-child, .three-col:nth-child(2n)  {
	margin-right: 5px;
}
.two-col-add {
	display: inline-block;
}
.two-col-add:first-child {
	width:calc(100% - 80px);
}
.two-col-add:nth-child(2n) {
	width: 70px;
}
.three-col {
	flex: 1 1 auto;
}
.one-third-col {
	flex: 1;
}
.two-third-col {
	flex: 2;
	overflow: initial;
}
.one-fifth-col {
	flex: 1;
}
.two-fifth-col {
	flex: 5;
}
.box-radius, .box-scroll {
	padding: 15px;
}
.box-shadow {
	background: #F2F2F2;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	overflow: auto;
}
.box-radius {
	border: 1px solid #A3A3A3;
	border-radius: 5px;
}
.box-scroll {
	height: 200px;
	overflow-x: auto;
}
.btn-buscar {
	background: url('../img/bot_buscar.png') no-repeat 5px center, linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/bot_buscar.png') no-repeat 5px center, -webkit-linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/bot_buscar.png') no-repeat 5px center, -moz-linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/bot_buscar.png') no-repeat 5px center, -ms-linear-gradient(top,#F2F2F2,#CCC);
	border: none;
	border-radius:5px;
	color: #603;
	cursor: pointer;
	display: block;
	float: right;
	font-weight: bold;
	padding: 7px 10px 7px 30px;
}
.btn-guardar {
	background: url('../img/bot_avanzar.png') no-repeat 5px center, linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/bot_avanzar.png') no-repeat 5px center, -webkit-linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/bot_avanzar.png') no-repeat 5px center, -moz-linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/bot_avanzar.png') no-repeat 5px center, -ms-linear-gradient(top,#F2F2F2,#CCC);
	border: none;
	border-radius:5px;
	color: #603;
	cursor: pointer;
	display: block;
	float: right;
	font-weight: bold;
	padding: 7px 10px 7px 30px;
}
.btn-guardar a {
	color: #603 !important;

}
.btn-agregar, .btn-quitar {
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	touch-action: manipulation;
	-ms-touch-action: manipulation;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	vertical-align: middle;
	white-space: nowrap;	
}
.btn-agregar {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.btn-quitar {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}
.login-form {
	height: auto;
	min-width: 300px;
	margin: 30px auto 0;
	text-align: center;
	width: 60%;
}
.login-form  .form-input {
	min-width: 100px;
	max-width: 300px;
	margin: 0 auto;
	width: 100%;
}
.btn-avanzar {
	background: url('../img/bot_avanzar.png') no-repeat 5px center, linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/bot_avanzar.png') no-repeat 5px center, -webkit-linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/bot_avanzar.png') no-repeat 5px center, -moz-linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/bot_avanzar.png') no-repeat 5px center, -ms-linear-gradient(top,#F2F2F2,#CCC);
	border: none;
	border-radius: 5px;
	color: #603;
	cursor: pointer;
	font-size: 13px;
	margin-right: 10px;
	padding: 10px 10px 10px 23px;
}
.btn-descargar {
	clear: both;
	float: left;
	border: #603 1px solid;
	border-radius: 5px;
	padding: 5px 17px 5px 32px;
	margin: 0 0 10px 0;
	font-weight: bold;
	background: url('../img/ico_descargar.png'), linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/ico_descargar.png'), -webkit-linear-gradient(top,#F2F2F2,#CCC);
	background: url('../img/ico_descargar.png'), -moz-linear-gradient(top,#F2F2F2,#CCC);
		background-position-x: 0%, 0%;
		background-position-y: 0%, 0%;
		background-repeat: repeat, repeat;
	background: url('../img/ico_descargar.png'), -ms-linear-gradient(top,#F2F2F2,#CCC);
	background-repeat: no-repeat;
	background-position: 6px center, left top;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	color: #603;
	text-align: center;
	display: block;
	cursor: pointer;
}
.btn-consultar {
    clear: both;
    float: left;
    border: #603 1px solid;
    border-radius: 5px;
    padding: 5px 10px 5px 42px;
    margin: 0 0 10px 0;
    font-weight: bold;
    background: url('../img/ico_consultar.png'), linear-gradient(top,#F2F2F2,#CCC);
    background: url('../img/ico_consultar.png'), -webkit-linear-gradient(top,#F2F2F2,#CCC);
    background: url('../img/ico_consultar.png'), -moz-linear-gradient(top,#F2F2F2,#CCC);
        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
        background-repeat: repeat, repeat;
    background: url('../img/ico_consultar.png'), -ms-linear-gradient(top,#F2F2F2,#CCC);
    background-repeat: no-repeat;
    background-position: 5px center, left top;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    color: #603;
    text-align: center;
    display: block;
    cursor: pointer;
}
.btn-cerrar {
	display: block;
	font-size: 14px !important;
	margin: 0 auto;
	text-align: center;
}
.btn-reservar {
    clear: both;
    float: left;
    border: #603 1px solid;
    border-radius: 5px;
    padding: 5px 10px 5px 30px;
    margin: 0 0 10px 0;
    font-weight: bold;
    background: url('../img/ico_reservar.png'), linear-gradient(top,#F2F2F2,#CCC);
    background: url('../img/ico_reservar.png'), -webkit-linear-gradient(top,#F2F2F2,#CCC);
    background: url('../img/ico_reservar.png'), -moz-linear-gradient(top,#F2F2F2,#CCC);
        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
        background-repeat: repeat, repeat;
    background: url('../img/ico_reservar.png'), -ms-linear-gradient(top,#F2F2F2,#CCC);
    background-repeat: no-repeat;
    background-position: 10px center, left top;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    color: #603;
    text-align: center;
    display: block;
    cursor: pointer;
}
.text-center {
	text-align: center;
}
.error {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 10px 5px;
	text-align: center;
}
.succes {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
	padding: 10px 5px;
	text-align: center;
}
#divformulario {
	display: none;
}
.portada-sm {
    display: block;
	height: 70px !important;
    margin: 0 auto;
    width: auto !important;
}
.portada-bg {
    display: block;
	height: auto !important;
    margin: 0 auto;
    width: 100% !important;
}
.icon {
    display: block;
	height: 40px !important;
    margin: 0 auto;
    width: auto !important;
}
.paginas {
	color: #4d4d4d;
	margin: 0 0 5px 5px;
	text-align: center;
	width: 100%;
}
ul.paginas li {
	display: inline-block;
	text-align: center;
}
ul.paginas li::after {
	content: " | ";
}
.ico_img {
	height: auto !important;
	margin-right: 5px;
	width: 17px !important;
}
#divCitar, #divDocumentoCorreo, #divReservar {
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	right: 0;
}
#divCitar div, #divDocumentoCorreo div, #divReservar div {
	background-color: #FFF;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	top: 5%;
	width: 80%;
}
.form-input {
    overflow: auto;
}
#captcha_image, #compartir_captcha_image, #reserva_captcha_image {
	height: 60px;
	max-width: 180px;
}
@media all and (max-width: 900px) {
	.main-content {
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	.main-column, .side-column {
		-webkit-order: 0;
		order: 0;
	}
}
















.tit_datos {
	color: #069;
	font-size: 16px;
	font-weight: bold; 
	margin: 0 0 20px 0;
}
.texto_parrafo {
	border-radius: 10px;
font-size: 14px;
font-weight: normal;
text-align: justify;
line-height: 14px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-width: 20px;
border-right-width: 20px;
border-bottom-width: 20px;
border-left-width: 20px;
font-style: normal;
margin: 10;
padding-top: 0px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 0px;
height: auto;
width: auto;
left: auto;
float: left;
}
.img_bd {
	height: auto !important;
	width: 100% !important;
}