/************************** version 2.0 de gaur.css *****************/
/* Redefine estilos de la primera version de gaur.css y define nuevos          */
/* estilos. Se comentaran todas las clases que redefinan las ya existentes   */
/* en la primera version de la hoja de estilos.                                                   */
/*											          */
/* Fecha creación: 26/05/2008           					          */
/* Usuario creación: Erlantz                                                                              */
/* Fecha última modificación: 24/04/2014                                                     */
/* Usuario última modificacion: Sergio	            			         */
/***************************************************************/

/* SELECTORES DE TIPO */
body {
	background: #FFFFFF url(logofondo2.gif) no-repeat top center;
	background-attachment: fixed;
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
}

/* Selector de tipo de gaur.css redefinido */
h1 {
	height: 1.2em;
	width: 98.8%;
	/* float: left; */ /* 20100129 */
	position: relative;
	font-size: 1.7em;
	color: #FFFFFF;
	background-color: #007373;
	border: #CCCCCC 1px solid;
	padding: 0.1% 0 0.3% 1%;
	margin-top: 0.2em; 
	margin-bottom: 0.5em;
	voice-family: "\"}\""; /* Filtro para navegadores que interpretan bien el atributo min-height */
	voice-family: inherit;
	min-height: 1.2em;
	height: auto;
	float: left;
}

h2 {
	height: 1.2em;
	width: 99%;
	/* float: left; */ /* 20100129 */
	position: relative;
	font-size: 1.4em;
	font-weight: bolder;
	color: #007373;
	padding: 0.1% 0% 0.3% 1%;
	/*margin-top: 0.2em; 
	margin-bottom: 0.5em;*/ /* 20140424 */
	voice-family: "\"}\""; /* Filtro para navegadores que interpretan bien el atributo min-height */
	voice-family: inherit;
	min-height: 1.2em;
	height: auto;
	float: left;
}

h3 {
	height: 1em;
	width: 98.8%;
	/* float: left; */   /* 20100129 */
	position: relative;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #007373;
	border: #CCCCCC 1px solid;
	padding: 0.1% 0% 0.3% 1%;
	margin-top: 1em; 
	margin-bottom: 0.2em;
	voice-family: "\"}\""; /* Filtro para navegadores que interpretan bien el atributo min-height */
	voice-family: inherit;
	min-height: 1em;
	height: auto;
	float: left;
}

h4 {
	height: 1.2em;
	width: 98.8%;
	/* float: left;  */  /* 20100129 */
	position: relative;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #007373;
	border: #CCCCCC 1px solid;
	padding: 0.1% 0% 0.3% 1%;
	margin-top: 1em; 
	margin-bottom: 0.2em;
	voice-family: "\"}\""; /* Filtro para navegadores que interpretan bien el atributo min-height */
	voice-family: inherit;
	min-height: 1.2em;
	height: auto;
	float: left;
}

/* Formato estándar de tabla */
td {
	height: 1.2em;
	text-align: left;
	padding-left: 0.8em;
	position: relative;
	voice-family: "\"}\""; /* Filtro para navegadores que interpretan bien el atributo min-height */
	voice-family: inherit;
	min-height: 1.2em;
	height: auto;
}

table {
	width: 100%;
	border: none;
}

table thead {
  	width: 100%;
}

table thead tr {
	height: 2em;
}

table thead tr th {
	height: 1.2em;
	background-color: #FFCC99;
	position: relative;
	voice-family: "\"}\""; /* Filtro para navegadores que interpretan bien el atributo min-height */
	voice-family: inherit;
	min-height: 1.2em;
	height: auto;
	text-align: center;
}

table tbody {
  	width: 100%;
}

table tbody tr {
  	height: 2em; 
}

table tbody tr td {
	height: 1.2em;
	background-color: #FFF8E6;
	text-align: left;
	padding-left: 0.8em;
	position: relative;
	voice-family: "\"}\""; /* Filtro para navegadores que interpretan bien el atributo min-height */
	voice-family: inherit;
	min-height: 1.2em;
	height: auto;
}

/* Formato enlaces de clase menú */
a.menu:link {
	color: black; 
	text-decoration: none; 
	font-weight: bold;
}
		
a.menu:visited {
	color: black; 
	text-decoration: none; 
	font-weight: bold;
}
		
a.menu:hover { 
	color: #3399FF; 
	text-decoration: none; 
	font-weight: bold;
	padding: 0% 0.1% 0% 0.1%;
}

#calendar table {
	width: auto;
}

#calendar table tbody {
  	width: auto;
}

#calendar table tbody tr {
  	height: auto; 
}

#calendar table tbody tr td {
	height: auto;
}

/*FIN SELECTORES DE TIPO*/

/*CLASES*/

/*Clases para mostrar textos, avisos, mensajes y errores */
.contenido_avisos {
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	text-align: center;
}

.contenido_avisos div.justificado {
	text-align: justify;
}

.contenido_avisos div.centrado {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contenido_avisos p.aviso {
	padding: 1%;
	font-size: 1.5em;
	font-weight: bolder;
	color: #007373;
}
		
.contenido_avisos p.error {
	padding: 1%;
	font-size: 2em;
	font-weight: bolder;
	color: red;
}

.texto_rojo {
	float: left;
	width: 95%;
	text-align: left;
	color: red;
	padding-bottom: 0.5%;
}

.letra_x-small {
	font-size: x-small;
}
/*FIN Clases para mostrar textos, avisos, mensajes y errores */

/*Clases para mostrar información en forma etiqueta valor*/
.contenido_datos {
	width: 100%;
	float: left;
	/*margin-top: 1em;*/ /* 20140424 */
	margin-bottom: 1em;
}

.contenido_datos li {
	padding-top: 0.4%;
	padding-bottom: 0.2%;
}

.contenido_datos ul.caja {
	width: 100%;
	margin-top: 0.2em;
	padding: 0;
	background-color: #FFF8E6;
	float: left;
	position: relative;
	clear: both;
}

.contenido_datos ul.caja li.etiqueta {
	width: 20%;
	min-height: 1.6em;
	padding-left: 1%;
	background-color: #FFCC99;
	text-align: left;
	list-style-type: none;
	font-weight: bold;
	float: left;
	position: relative;
	voice-family: "\"}\""; /* Filtro para navegadores que interpretan bien el atributo min-height */
	voice-family: inherit;
	min-height: 1.6em;
	height: auto;
}

.contenido_datos ul.caja li.valor {
	width: 20%;
	height: 1.6em;
	padding-left: 1%;
	background-color: #FFF8E6;
	list-style-type: none;
	float: left;
	position: relative;
	voice-family: "\"}\""; /* Filtro para navegadores que interpretan bien el atributo min-height */
	voice-family: inherit;
	min-height: 1.6em;
	height: auto;
}
/*FIN Clases para mostrar información en forma etiqueta valor*/

/*Clases para formularios verticales*/
.formVertical fieldset {
	display: block;
	width: 80%;
	margin: 2em auto 1em auto;
	padding: 0.5em 0.5em 0.5em 1.5em;
	background-color: #FFF8E6;
	border: 0.2em solid #007373;
}
		
.formVertical fieldset legend {
	font-weight: bold;
	color: black;
	font-size: 1.1em;
	height: 1.5em;
	padding: 0 1em 0 1em;
}
		
.formVertical fieldset.radio /*Fieldset con radiobuttons*/ { 
	width: 80%;
	margin: 2em auto 1em auto;
}
	
.formVertical fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}
		
.formVertical fieldset.radio label {
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-left: 2em;
	margin-top: 0.4em;
}
		
.formVertical fieldset.radio div {
	margin-top: 0.5em;
	height: 1.5em;
}
		
.formVertical fieldset input {
	display: block;
	width: auto;
}
		
.formVertical fieldset label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
		
.formVertical fieldset select {
	display: block;
}
	
/*Fieldset de radiobutton dentro de otro fieldset*/
.formVertical fieldset fieldset.radio {
	border: 0;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
}
		
.formVertical fieldset fieldset.radio legend {
	font-size: 1em;
	margin: 0;
}
/*FIN Clases para formularios verticales*/

/* Botón normal */
.new_boton1 {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
	padding: 0.1em 0.5em;
	font-size: 1.2em; 
	font-weight: bold;
	background: orange; 
	color: black; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.clear {	
	clear:both;
}
/*FIN CLASES*/

/* INICIO Bloque menuSup (Pestañas)*/
#menuSup {
	z-index: 2;	
	margin-top: 1%;
} 				

#menuSup ul {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 3em;
} 			

#menuSup ul li {
	padding: 0% 0.5% 0.5% 0.5%;
	list-style: none;
	background-color: #007373;
	color: #FFFFFF;
	font-weight: bold;
	display: -moz-inline-stack;
	display: inline-block;
	display: inline;
	height: 2em;
	border-bottom: 0.1em solid #FFFFFF;
	border-right: 0.1em solid #FFFFFF;
	border-left: 0.1em solid #FFFFFF;
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	position: relative;
	z-index: 0;
}						

#menuSup ul li.here {
	background-color: #00ADAD;
	color: #FFFFFF;
	list-style: none;
	font-weight: bolder;
	display: -moz-inline-stack;
	display: inline-block;
	display: inline;
	border-top: 0.1em solid #FFFFFF;
	border-right: 0.1em solid #FFFFFF;
	border-left: 0.1em solid #FFFFFF;
	border-bottom: none;
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	position: relative;
	z-index: 0;
}			

#menuSup .pestainaSup:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}		

#menuSup .pestainaSup:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}		

#menuSup .pestainaSup:hover {
	color: #00ADAD;
	text-decoration: none;
	font-weight: bolder;
}

#menuSup ul li.here .pestainaSup:hover {
	color: #007373;
	text-decoration: none;
	font-weight: bolder;
}

#lineaMenuSup {
	margin-top: -0.5%;
	background-color: #00ADAD;
	border-left: 0.1em solid #FFFFFF;
	border-right: 0.1em solid #FFFFFF;
	border-bottom: 0.1em solid #FFFFFF;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	z-index: 0;
}
/* FIN Bloque menuSup (Pestañas) */