/* Estilos GENÉRICOS */

html {
	font-family: Calibri, Trebuchet, sans-serif;
	font-size: 12pt;
}

.sinMargen {
	margin: 0;
}

a.accesoTexto {
	color: rgba(130,181,220,1);
}
a.accesoTexto:hover {
	color: rgba(244,177,131,1);
}

span.error {
	color: #FF0000;
}

span.datoICE {
	font-size: 0.5em;
	color: #606060;
}

p.justificado {
	text-align: justify;
}

h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2rem;
}

@media (max-width: 600px) {
	#EncabezadoLogoICE { height: 4rem !important }
	#EncabezadoLogoUPM { height: 4.2rem !important }
	#Identificador-Usuario, #Identificador-Clave { width: 13rem !important }
}

@media print {
	#BarraID, #BarraMenu, #BarraInformacion, #Mensaje, #Esperando, #PieBarra, #PieAccesos {display: none }
	#EncabezadoLogoICE { width: 10rem !important}
	#EncabezadoTitulo { font-size: 18pt !important}
}

/* ENCABEZADO de página */
#Encabezado {
	position: relative;
	z-index: 500;
	background-color: rgba(130,181,220,1);
	background-image: url("/img/Encabezado/Fondo.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.5rem 1rem 0.5rem 1rem;
	text-align: center;
	height: 6rem;
	white-space: nowrap;
}
#EncabezadoLogoICE {
	display: block;
	float: left;
	height: 5rem;
	color: #FFFFFF;
}
#EncabezadoLogoUPM {
	display: block;
	float: right;
	height: 5rem;
}
#EncabezadoTitulo {
	display: block;
	font-size: 2.5rem;
	color: #FFFFFF;
	margin: 1rem 0 0 0;
}


/* PIE de página */
#Pie {
	position: relative;
	z-index: 300;
	margin: 0;
}			
#PieBarra {
	padding: 0.5rem 0 0 0;
	background-color: rgba(130,181,220,1);				
}
.pieBarraBotonICE {
	height: 1.8rem;
	width: 1.8rem;
	text-align: center;
	line-height: 2.2rem;
	margin: 0 0 0.5rem 1rem;
}
.pieBarraBotonICE img{
	height: 1.2rem;
}
.pieBarraBotonUPM {
	height: 1.8rem;
	margin-right: 1rem;
}			
#PieInformacion {
	background-color: #505050;
	font-size: 0.8rem;
}
.pieInformacionAcceso {
	color: #F0F0F0;
	cursor: pointer;
}			
.pieInformacionAcceso:hover {
	color: #9090FF;
}


/* BARRA ID */
#BarraID {
	position: relative;
	background-color: rgba(100,151,190,1);
	margin-top: -1.5rem;
	z-index: 401;
}			
#BarraID p {
	padding: 1rem 1rem 0.5rem 0;
	margin: 0;
	text-align: right;
	font-size: 0.9rem;
	color: #FFFFFF;
}			


/* BARRA MENÚ */
#BarraMenu {
	position: relative;
	background-color: rgba(244,177,131,1);
	margin-top: -20px;
	/*z-index: 400; Si se pone un nivel, no funciona la barra lateral*/
}
#BarraMenu ul a {
	font-size: 1rem;
}
.dropdown-content li>a { /* Submenús */
	color: #000000;
	background-color: rgba(255,207,161,1);
}
.dropdown-content li>a:hover { /* Submenús */
	color: #000000;
	background-color: rgba(200,200,255,1);
}
.barraMenuGrupoAcceso {
	height: 1.5rem;
	margin: 1.5rem 1rem 0 0;
}
#BarraMenuLateral {
	background-color: rgba(244,177,131,1);
}
#BarraMenuLateral li>a {
	color: #FFFFFF;
}
#BarraMenuLateral li>a:hover {
	background-color: rgba(200,200,255,1);
}


/* BARRA INFORMACIÓN */
#BarraInformacion p {
	position: relative;
	/*z-index: 399;*/
}
#BarraInformacion p {
	margin: 0.5rem 1rem 0 1rem;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
}
#BarraInformacion-Mensaje {
	color: rgba(130,181,220,1);
	background-color: #000000;
}


/* MENSAJES */
#Mensaje-Titulo {
	font-size: 2rem;
	color: rgba(130,181,220,1);
	border-bottom: 1px solid #C0C0C0;
}
#Mensaje-Contenido {
	font-size: 1.2rem;
}
#Mensaje-Contenido span.destacado1 {
	font-size: 1.3rem;
	color: #000000;
	font-weight: bold;
}
#Mensaje-Contenido span.destacado2 {
	font-size: 1.4rem;
	color: rgba(80,165,255,1);
	font-weight: bold;
}


/* IDENTIFICADOR */
#Identificador-Titulo {
	font-size: 2rem;
	color: rgba(130,181,220,1);
	border-bottom: 1px solid #C0C0C0;
}
#Identificador-Informacion {
	font-size: 1.2rem;
}
#Identificador-Informacion span.destacado {
	font-size: 1.3rem;
	color: #000000;
	font-weight: bold;
}
#Identificador-Respuesta {
	display: none;
	font-size: 1.3rem;
	color: #000000;
}
#Identificador-Respuesta span.destacado {
	font-size: 1.4rem;
	color: #000000;
	font-weight: bold;
}
#Identificador-Respuesta span.error {
	color: rgb(200,0,0);
}

#Identificador-Modo {
	font-size: 1.2rem;
	color: #000000;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 0 0.5rem;
	position: relative;
	overflow: hidden;
}
#Identificador-Modo i {
	float: right;
	margin-top: 0.2rem;
	cursor: pointer;
}
#Identificador-Esperando {
	display: none;
	text-align: center;
	margin-top: 2rem;
}
#Identificador-Esperando img {
	width: 5rem;
}
#Identificador-CorreoElectronico {
	width: 13rem;
}
#Identificador-Usuario {
	width: 20rem;
}
#Identificador-Clave {
	width: 20rem;
}


.identificadorAyuda {
	font-size: 0.8rem;
	color: #404040;
	font-weight: normal;
	margin: 0;
}
.identificadorModo {
	display: inline;
	position: absolute;
}
.identificadorContenidoModo {
	display: none;
}
.identificadoInformacionModo {
	font-size: 1.1rem;
}
	
/* ESPERANDO */
#Esperando {
	position: fixed;
	z-index: 200;
	visibility: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(120,120,120,0.5);
}
#Esperando img {
	margin-top: 20rem;
	height: 5rem;
}

/* Todos los input */
.input-field input { 
	color: rgba(80,165,255,1);
	font-size: 1.5rem;
}
/* Todos los input desactivados */
.input-field input:disabled { 
	color: #000000;
}
/* Etiquetas de input */
.input-field input + label, 
.input-field input:disabled + label { 
color: rgba(160,160,160,1);
}
/* Etiqueta activa cuando el input tiene focus */
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label { 
	color: rgba(100,100,255,1);
}
/* Input válido. Ponerlo antes que el activo */
.input-field input[type=text].valid,
.input-field input[type=email].valid {
	border-bottom: 1px solid rgba(128,128,128,1);
	box-shadow: 0 0 0 0;
}			
/* Input activo */
.input-field input[type=text]:focus,
.input-field input[type=email]:focus { 
	border-bottom: 1px solid rgba(100,100,255,1);
	box-shadow: 0 1px 0 0 rgba(100,100,255,1);
}
 /* Todas las textarea */
.input-field textarea {
	color: rgba(80,165,255,1);
	font-size: 1.3rem;
}
/* Textarea activa */
.input-field textarea.materialize-textarea:focus { 
	border-bottom: 1px solid rgba(100,100,255,1);
	box-shadow: 0 1px 0 0 rgba(100,100,255,1);
}
/* Etiqueta de textarea */
.input-field textarea.materialize-textarea + label {
	color: rgba(160,160,160,1);
}
/* Etiqueta activa cuando el textarea tiene focus */
.input-field textarea.materialize-textarea:focus + label { 
	color: rgba(100,100,255,1);
}