* {
	font-family: 'Lato', sans-serif, Arial,portal-horario-font,Helvetica;
    font-size:10pt;	
}
/*
//#005288 azul fuerte
//#6699cc azul claro
//#c7e0fa el de la malla al seleccionar highlight
//#015289 titulo boton menu
//#b1cade azul mas clarito
//#d7deeb azul grisaceo
//#99ccff azul claro celda seleccionada
//#f2f2f2 gris claro
//c0cacf gris block
//#666666 gris fuerte texto
//#999999 gris fuerte lineas
//e1535a rojo boton
//def8d7 verde fondo malla
//f8d7de rosa fondo malla

*/
/*----------------------------------------------------------------------------
  -- Nuevos estilos para adaptar las tablas y que no haga scroll con HTML5
/*----------------------------------------------------------------------------*/

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

sinNada {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	border-spacing: 0px;
}

strong.tamano11{
	font-size: 11pt;
}


table.tablaCabeceraPie {
	background-color: transparent;
	width: 100%;				
	border-collapse: collapse;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;		
}

/*----------------------------------------------------------------------------*/
tbody.cuerpoTabla {
	/**height: 80%;	*/
}

tr.cuerpoTabla {
	height: 100%;	
}

tbody.cuerpoTablaGris {
	/**height: 80%;/* IE 7 y anteriores */	
	background-color: #f2f2f2;
}

div.cuerpoTabla{
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	position: relative;
	height: 100%;
}

div.cuerpoTablaLogin{
	top: 65px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	position: fixed;
	/**height: 100%;	*/
	background-attachment: fixed;
	background-color:#053b5e;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}

div.cuerpoTransparencia{
    top: 125px; 
    bottom: 0px; 
    left: 0px; 
    right: 0px; 
    position: fixed;
    /**height: 100%;	*/
    background-attachment: fixed;
    background-image: url("../imagenes/fondoCabeceraGradiente.png");
    background-position: center center;	
}

table.tablaLogin{
	width:100%; 
	height:0%;
	color: #f2f2f2;
}

.texto{	
    color: #ffffff;
    width: 100%;
    font-size: 20pt;
    letter-spacing: 1px;   
	padding-left: 25px;  
	padding-right: 25px;  
    text-align: center;	
}

.titulo {
    font-weight: bold;
    padding-top: 25px;
    text-align: center;
    color: #ffffff;
}

.banner {
    background-color:white;
    width:100%;
    height:65px;
}

table.login {
	font-family: 'Lato', sans-serif,  Arial, portal-horario-font;
    background-color: #f2f2f2;
    border: 10px solid #005288;
    padding: 10px;
	margin: 10px 0px 0px 0px;
}

td.cabeceraLogin {
    letter-spacing: 1px;
    color:#005288;
    text-align: left;
    padding-top:10px;
    padding-bottom:15px;
}

td.pieBotonesMensaje {
    letter-spacing: 1px;
    color:#005288;
    text-align: left;
    padding-top:0px;
    padding-bottom:15px;
}

td.pieLogin {
    letter-spacing: 1px;
    color:#005288;
    text-align: left;
    padding-top:10px;
    padding-bottom:20px;
}

.etiquetaAzulLogin {
    color:#ffffff;
    white-space:nowrap;
    padding-left:10px;
    text-align: right;
    padding:18px;
	font-size: 15px;
	font-weight: bold;
}

.etiquetaGrisLogin {
    color:#808080;
    white-space:nowrap;
    padding-left:10px;
    text-align: right;
    padding:18px;
	font-size: 15px;
	font-weight: bold;
}

.etiquetaRojoLogin {    
    color: #ffffff;    
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	padding: 20px;
}

.etiquetaAzulRecuperarPass {
    color:#005288;
    white-space:nowrap;
    text-align: left;
}

.entradaTextoLogin {
	background-color: transparent;
    border-color: transparent transparent #ffffff;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
	font-family: 'Lato', sans-serif,  Arial,portal-horario-font,Helvetica;
    padding-left: 1px;
    width: 250px;
	font-size: 15px;
}

.entradaTextoDobleFactor {
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: #444444;
    color: #444444;
    font-family: 'Lato', sans-serif, Arial,portal-horario-font,Helvetica;
    padding-left: 1px;
    width: 100px;
    font-size: 15px;
    border-radius: 5px;
    max-width: 100px;
    text-align: center;
    height: 28px;
}

.enlaceTexto{	
    color: #ffffff;
    width: 100%;
    font-size: 20pt;
    letter-spacing: 1px;   	
    text-align: center;	
}

a.disabled {
	pointer-events: none;
	cursor: default;
	color: gray;
}

a.enabled {
	pointer-events: auto;
	cursor: url;
}

p {
	line-height: 1.5;
    font-size: 300%;
}
