/* Contenidos globales */

@font-face{
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

html, body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", Arial;
	background: none repeat scroll 0 0 #fafafa;
	font-size: 12px;
	height: 84%;
}
#contenedor {
	position: relative;
	min-height: 107%;
	height: auto !important;
	height: 100%;	
	margin:0 auto 0 auto;
	width: 960px;
	background-color: #fafafa;
}	
#encabezado {
	height: 84px;
	background-color: #FAFAFA;
	padding: 12px 0 16px 4px;
}
.logo-left{ float:left; }
.logo-right{ float:right; }
.logo-clear{ clear: both; }
#menu {
	height: 62px;
	width: 960px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0 auto 0 auto;
}
#bienvenida {
	text-align: center;
	padding-top: 10px;
	padding-left: 0px;
	margin:0 auto 0 auto;
	clear: both;
}

#cuerpo {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 30px;
	width: 960px;
	margin:0 auto 0 auto;
}
#contenedor-pie {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 0px;
	margin-top: 30px;
}

#cuerpo-busqueda {
	margin:0 auto 0 auto;
}
/* Contenedores globales*/



/* Formularios*/

#cuerpo-register-user h2{
	margin-top: 25px;
}

#form-login {
	width: 684px;
	background: url("../img/fondoLogin.jpg") no-repeat;
	padding-bottom: 50px;
	margin:0 auto 0 auto;
}
#form-login .login-section {
	margin-top: 15px;
	margin-left: 300px;
	height: 95px;
}
#form-login .login-welcome {
	font-size: 13px;
	color: #FFF;
	padding-top: 4px;
	margin-left: 275px;
}
#form-login .login-section label {
	float: left;
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	background: url("../img/labelLoginBack.png") no-repeat;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	padding-right: 5px;
}
#form-login .submit-form-login input {
	width: 86px;
	height: 23px;
	line-height: 30px;
	border: 0;
	background: url("../img/buttonLogin.png") no-repeat;
	margin-left: 205px;
	cursor: pointer;
}
#form-login .item-form-login {
	margin-bottom: 3px;
}
#form-login .item-form-login input {
	width: 205px;
	height: 30px;
	line-height: 30px;
	border: 0;
	background: url("../img/textLoginBack.png") no-repeat;
}
#submit-recover {
	background: url("../img/buttonRecover.png") no-repeat !important;
}
p.error {
	margin: 0 !important;
	padding-top: 0;
}
/* Formularios*/

/*Recuperacion de contraseña*/
#form-login .login-recover-register, #form-login .login-recover-back {
	font-size: 12px;
	color: #FFF;
	padding-top: 30px;
	margin-left: 270px;
}
#form-login .login-recover-back {
	padding-top: 25px;
}
#form-login .login-recover-register a, #form-login .login-recover-back a {
	color: #651b07;
	text-decoration: none;
}
#form-login.login-recover-register a:hover, #form-login .login-recover-back a:hover {
	text-decoration: underline;
}
/*
#message-recover {
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	border: 1px solid #CCC;	
	width: 691px;
	margin:0 auto 0 auto;
}
*/
p.message{
	margin: 0 !important;
	padding-top: 0;
}
/*Recuperacion de contraseña*/


/*Registro de usuarios*/
#cuerpo-register-user{
	width: 691px;
	margin:0 auto 0 auto;
}
p.warning-required2 {
    background-color: #6B1E0A !important;
    color: #FFFFFF;
    margin-top: 5px;
	margin:0 auto 0 auto;
	padding: 3px;
}
p.warning-required {
	margin:0 auto 0 auto;
	padding-left: 3px;
	font-weight: bold;
}
.message-finish {
	width: 600px;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	border: 1px solid #CCC;		
	margin: 0 auto 0 auto;
}
.message-welcome {
	width: 850px;
	font-size: 14px;
	border: 1px solid #CCC;		
	margin: 0 auto 0 auto;
	margin-bottom: 30px;
	padding: 5px;
	text-align: center;;
}
.message-welcome2 {
	width: 600px;
	font-size: 16px;
	border: 1px solid #CCC;		
	margin: 0 auto 0 auto;
	margin-bottom: 30px;
	padding: 5px;
	text-align: justify;
}
/*Registro de usuarios*/


/* Menu */
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 960px;
	list-style: none;
	position: relative;
	background: url(../img/topnav.jpg) repeat-x;
	/*background: url("../img/shadow_middle.png") no-repeat;*/
	/*background: #eaeaea;*/
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 0px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #646463;		
	text-decoration: none;
	font-weight: bold;
}
ul#topnav li:hover { 
/*background: #1376c9 url(../img/topnav_activo2.gif) repeat-x;*/
/*background: #03856D;*/
background: #cfcfcf;
}
ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0; top:34px;
	display: none;
	width: 960px;
	background: #cfcfcf;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline;}
ul#topnav li span a:hover {text-decoration: underline;}
/* Menu */

/*Reportes*/
.reporte-encabezado{	
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;     
    border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;	
}
.reporte-titulos{
	color: #000000;
    font-style: normal;
    font-family: "Montserrat", Arial;
    font-weight: bold;
    font-style: italic;	 
    font-size: 14px;
}
.reporte-contenido-table{
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;     
    border-bottom: #000000 0px solid;
    border-left: #000000 0px solid;
	background-color: #ffffff /*#cccccc*/;
}
.reporte-contenido-th{
	padding: 1px 5px 1px 5px;	
	font-size: 12px;
	background-color: #ccc /*#cccccc*/;
}
.reporte-contenido-td{
	padding: 1px 5px 1px 5px;	
	font-size: 11px;
	background-color: #E7E7E7 /*#F0F0F6*/;
}
.reporte-contenido-td2{
	padding: 1px 5px 1px 5px;	
	font-size: 12px;
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}
.header {
	background-image: url(../img/bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.headerSortUp {
	background-image: url(../img/asc.gif);
}
.headerSortDown {
	background-image:url(../img/desc.gif);
}
/*Reportes*/


/* Registro */
.table-label {
	text-align: right;	
	color: #333;
	vertical-align: top;
	width: 265px; /* 255*/
}
.table-data {
	text-align: left;
	vertical-align: top;
}
.table-data input {
	width: 390px;
}
.table-data select {
	border: 1px solid #CCC;
	width: 395px;
}
.table-label2 {
	text-align: right;	
	color: #333;
	vertical-align: top;
}
.table-data2 {
	text-align: left;
	vertical-align: top;
}
.table-data2 input {
	width: 300px;
}
.table-data2 select {
	border: 1px solid #CCC;
	/*width: 305px;*/	
}
.table-label3 {
	text-align: right;	
	color: #333;
	vertical-align: top;
	width: 215px;
}
.table-data3 {
	text-align: left;
	vertical-align: top;
}
.table-data3 input {
	width: 390px;
}
.table-data3 select {
	border: 1px solid #CCC;
	width: 395px;
}


/*.table-data2 {
	text-align: left;
	vertical-align: top;
}*/
.table-data4 input {
	width: 250px;
	padding-top: 0px;
}
.table-data5 input {
	width: 340px;
}

.ajuste-ancho-max{
	max-width: 360px;
}
.table-data-head {
	background: url("../img/backgroundHeaderTable.jpg") repeat-x;
	color: #FFF;
	font-size: 20px;
	text-shadow: #000 1px 1px 1px;
	text-align: center;
	margin: 0;
}
.table-general-grande{	
	margin:0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	width: 691px;
}
.table-general-grande td {
	padding: 3px 3px 3px 3px;	
}
.table-general{	
	margin:0 auto 0 auto;
	padding: 0px 0px 0px 0px;
}
.table-general td {
	padding: 3px 3px 3px 3px;	
}
.table-title {
	text-align: left;
	vertical-align: middle;
	background-color: #ccc;
	height:25px;
	/*font-weight: bold;*/
}

.table-intro th {
	padding: 5px 5px 5px 5px !important;	
}

.table-intro ul {
	padding-inline-start: 20px;
}

.submit-button {
	display:inline-block;
	border:0;
	color: #FFF;
	background-color:#587DE4;
	border-radius: .25rem;
	border:1px solid #587DE4;
	cursor: pointer;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
}
.sb-new-user{
	margin-right: 25px;
}
#cargador-calendario{
	display: none;
}

#cargador-calendario-indicaciones{
	margin: 0px 0px 255px 0px;
}

/* Registro*/

/* Cuadros de busqueda*/
.a1 {
	background: url(../img/a1.gif) no-repeat;
	width: 40px;
	height: 30px;
}
.a2 {
	background: url(../img/a2.gif) repeat-x;	
	height: 30px;
	color: #F0F0F6;
	font-weight: bold;
	font-size: 13px;
	vertical-align: super;
}
.a3 {
	background: url(../img/a3.gif) no-repeat;
	width: 40px;
	height: 30px;
}
.b1 {
	background: url(../img/b1.gif) repeat-y;
	width: 40px;
	height: 30px;
}
.b2 {
	background: #E7E7E7;
	height: 30px;
}
.b3 {
	background: url(../img/b3.gif) repeat-y;
	width: 40px;
	height: 30px;
}
.c1 {
	background: url(../img/c1.gif) repeat-x;
	height: 1px;
}
.table-centrada{	
	margin:0 auto 0 auto;
	padding: 0px 0px 0px 0px;
}
/* Cuadors de busqueda*/

/* Otros */
fieldset{
	border: 1px solid #E45872;
}
legend{
   	font-size: 13px;
}
.error{
	color: #ff0000;
	font-size: 12px;
}
.caja-error{
	color: #ff0000;
	font-size: 12px;
}
.exito{
	margin:0 auto 0 auto;
	padding: 3px 3px 3px 3px;
	font-size: 13px;
	width: 370px;
	text-align: center;
}
.exito-largo{
	margin:0 auto 0 auto;
	padding: 3px 3px 3px 3px;
	font-size: 13px;
	width: 470px;
	text-align: center;
}
.fracaso{
	margin:0 auto 0 auto;
	padding: 3px 3px 3px 3px;
	color: #ff0000;
	font-size: 13px;
	width: 370px;
	text-align: center;
}
.fracaso-largo{
	margin:0 auto 0 auto;
	padding: 3px 3px 3px 3px;
	color: #ff0000;
	font-size: 13px;
	width: 450px;
	text-align: center;
}
.verificar{
	margin:0 auto 0 auto;
	padding: 3px 3px 3px 3px;
	font-size: 13px;
	width: 600px;
	text-align: center;
}
.verificar p{
	margin:0 auto 0 auto;
	padding: 3px 3px 3px 3px;
	font-size: 13px;
	text-align: left;
}
.centrado {text-align:center;}
.centrado-div {
	margin: 0;
	padding: 0;
	text-align:center;
}
.centrado-rojo {
	text-align:center;
	color: #ff0000;
	font-size: 13px;	
}  
.letra-chica {font-size: 10px;}
p.alert {
	border: 1px solid #f5c6cb;
	background-color: #f8d7da !important;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px 2px 2px 2px;
	color: #721c24;
	width: 390px;
}
p.alert2 {
	border: 1px solid #f5c6cb;
	background-color: #f8d7da !important;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px 2px 2px 2px;
	color: #721c24;
	
}

p.alert-folio {
	border: 1px solid #f5c6cb;
	background-color: #f8d7da !important;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px 2px 2px 2px;
	color: #721c24;
	width: 252px;
}

p.alert-titulo {
	border: 1px solid #f5c6cb;
	background-color: #f8d7da !important;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px 2px 2px 2px;
	color: #721c24;
	width: 342px;
}
/*p.info {
	border: 1px solid #c6c8ca;
	background-color: #d6d8d9 !important;
	padding: 20px 20px 20px 20px;
	color: #1b1e21;
}*/
p.info {
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
	background-color: #f8d7da !important;
	padding: 20px 20px 20px 20px;
	color: #721c24;
	text-align: center;
	font-weight: bold;
}
p.ok {
	border: 1px solid /*#c3e6cb*/ #d6e9c6;
	border-radius: .25rem;
	background-color:#dff0d8/* #d4edda*/ !important;
	padding: 20px 20px 20px 20px;
	color: /*#155724;*/	#3c763d;
	text-align: center;
	font-weight: bold;
}
p.ok2 {
	border: 1px solid /*#c3e6cb*/ #d6e9c6;
	border-radius: .25rem;
	background-color:#dff0d8/* #d4edda*/ !important;
	padding: 20px 20px 20px 20px;
	color: /*#155724;*/	#3c763d;
	text-align: left;
	font-weight: bold;
	max-width: 675px;
}
/* Otros */


/* Pie de pagina*/
.divBase {
    border-top: 1px solid #DEDEDE;
    clear: both;
    margin-bottom: 1px;
    width: 100%;
}
.infoBase {
    border-bottom: medium double #DEDEDE;
	border-top: medium double #DEDEDE;
    color: #808080;
    font-size: 14px;
    margin-bottom: 1px;
	text-align: center;
	font-weight: bold;
}
.baseBrand {
    box-shadow: 0 2px 3px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(245, 245, 245, 0.2);
    float: right;
    margin-bottom: 30px;
	margin-top: 28px;
    padding: 6px 8px;
}
.baseBrand img {
    float: left;
    margin: 0 24px;
}
.coolLine {
    border-bottom: 2px solid #DEDEDE;
    border-top: 2px solid #DEDEDE;
    float: left;
    height: 1px;
    margin-top: 38px;
    width: 250px;
}
.infoDir {
    clear: both;
    font-family: "Montserrat", Arial;
    font-size: 13px;
    /*font-weight: lighter;*/
    margin: 32px auto 82px;
	text-align: center;
	font-weight: bold;
}
.infoDir p {
    color: #808080;
    line-height: 10px;
}

.infoDir a {
    color: #808080;
    text-decoration: none;
}
/* Pie de pagina */


/* Calendario */
#div-calendario {
    margin: 0 auto;
    width: 300px;
	/*border: 1px solid #CCCCCC;*/
}
#div-calendario-cabeza {
	text-align: center;
	height: 20px;
}
#fecha-anterior, #fecha-siguiente{
	float:left;
	width: 50px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
#fecha-actual{
	float:left;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
}
.table-calendario {
    border: 1px dotted #CCCCCC;
    margin: 0px auto;
}
.table-calendario th {
    background: none repeat scroll 0 0 #666666;
	color: white;
    border: 1px dotted #CCCCCC;
	font-size: 10px;
	padding: 5px;
}
.table-calendario td {
    border: 1px dotted #CCCCCC;
    font-size: 14px;
    padding: 5px;
    text-align: right;
    white-space: pre-line;
    width: 30px;
}
#div-calendario-pie {
	margin-top: 10px;
	height: 80px;
}
#pie-cuadro-1, #pie-cuadro-2, #pie-cuadro-3, #pie-cuadro-4, #pie-cuadro-5 {
	float:left;
	width: 15px;
	height: 15px;
}
#pie-cuadro-1{ background: none repeat scroll 0 0 #3299ff; margin-left: 5px; }
#pie-cuadro-2{ background: none repeat scroll 0 0 #058873; margin-left: 15px; }
#pie-cuadro-3{ background: none repeat scroll 0 0 #ffffff; margin-left: 5px; }
#pie-cuadro-4{ background: none repeat scroll 0 0 #93d0cb; margin-left: 15px; }
#pie-cuadro-5{ background: none repeat scroll 0 0 #D70F3D; margin-left: 5px; }
#pie-leyenda-1, #pie-leyenda-2, #pie-leyenda-3, #pie-leyenda-4, #pie-leyenda-5 {
	float:left;
	width: 120px;
	height: 20px;
	margin-left: 3px;
}
.dia-habil{
	cursor: pointer;
	width: 20px;
	height: 20px;
	
}
/* Calendario */


/* Marco de bienvenida*/
.marco-bienvenida {
	font-size: 16px;
    margin: 10px;
	text-align: justify;
}
.marco-bienvenida p { margin: 20px; }
.marco-bienvenida ul{ list-style:none; }
.marco-a1 {
	background: url(../img/marco-a1.jpg) no-repeat;
	width: 25px;
	height: 25px;
}
.marco-a2 {
	background: url(../img/marco-a2.jpg) repeat-x;	
	height: 25px;
}
.marco-a3 {
	background: url(../img/marco-a3.jpg) no-repeat;
	width: 25px;
	height: 25px;
}
.marco-b1 {
	background: url(../img/marco-b1.jpg) repeat-y;
	width: 25px;
	height: 25px;
}
.marco-b2 {
	background: #FFFFFF;
	height: 25px;
}
.marco-b3 {
	background: url(../img/marco-b3.jpg) repeat-y;
	width: 25px;
	height: 25px;
}
.marco-c1 {
	background: url(../img/marco-c1.jpg) no-repeat;
	width: 25px;
	height: 25px;
}
.marco-c2 {
	background: url(../img/marco-c2.jpg) repeat-x;	
	height: 25px;
}
.marco-c3 {
	background: url(../img/marco-c3.jpg) no-repeat;
	width: 25px;
	height: 25px;
}
.table-marco{	
	margin:0 auto 0 auto;
	padding: 0px 0px 0px 0px;
}
.marco-bienvenida2 {
	width: 580px;
	font-size: 16px;
    margin: 0px;
	text-align: justify;
}
.marco-bienvenida3 {
	width: 691px;
    margin:0 auto 0 auto;
	margin-bottom: 20px;
}

/* Marco de bienvenida*/

/* Contacto */
.table-contacto{	
	margin:0 auto 0 auto;
	border-top: #575757 1px solid;
	border-right: #575757 1px solid;     
    border-bottom: #575757 1px solid;
    border-left: #575757 1px solid;
}
.table-contacto td {
	padding: 5px 15px 5px 15px;
	border-top: #575757 1px solid;
	border-right: #575757 1px solid;     
    border-bottom: #575757 1px solid;
    border-left: #575757 1px solid;	
}
.table-contacto-cabeza{
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.table-contacto-titulo{
	background-color: #fafafa;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.table-contacto-subtitulo{
	font-weight: bold;
	background-color: #fafafa;
}
/* Contacto */