<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Proyecto CESAR
Version: 2.0
(Junio 2009)
JCCM
Hoja de Estilo para los Formularios de Administracion Electronica
*/


body {
	/*width: 72.5em;*/
	width: 100%;
	margin: 0 auto;
	padding: 0em 0em 0em;
	font: 70% Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FFF;
}

#cuerpo{
/* medida absoluta 800px 
width:100%;*/
width: 800px;
height: 100%;
overflow: visible;
padding:0 0 0 0;
margin: 0 auto;
background:#fff;
/*color:#222;*/
color: #87560C;
}
#cuerpo_imprimir{
/* medida absoluta 800px 
width:100%;*/
width: 82%;
height: 100%;
overflow: visible;
padding:0 0 0 0;
margin: 0 auto;
background:#fff;
/*color:#222;*/
color: #87560C;
}
#encabezado{
float: inherit;
width:100%;
margin:0 0 0 0;
padding:0 0 0 0;
text-align:center;
color:#555;
overflow:auto;
}

/* Nuevo estilo para la cabecera de los formularios (30/06/2009) */
.cabecera_contenido_formu {
	margin: 5px 0px 0px 0px;
	/*background: #fff;*/
	background: transparent url(http://www.jccm.es/StaticFiles/CastillaLaMancha/img/bg_a_menu_ppal_hover.gif) repeat-x scroll 0 0;
	/*color: #808080;*/
	color: #012D5A;
	border: 1px solid #7F5008;
	
	
	/*border-top:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left: 1px #bbb solid;*/
}


#area_contenidos_formu {
	width: 100%;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding: 0;
}

.contenido_azul {
	padding: 5px 5px 5px 5px;
	text-align: left;
	/*background: #fff url(../images/fondo_contenido.jpg) repeat-x bottom;*/
	background: #fff;
	/*color: #0D3182;*/
	color:#012D5A;
	border: 1px solid #7F5008;
	border-top: 0px;
	/*border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;*/
}

.contenido_rosa {
	padding: 8px 8px 8px 8px;
	text-align: left;
	background: #fff;
	color: #012D5A;
	border: 1px solid #7F5008;
}

legend {
	padding: 5px 5px 5px 5px;
	text-align: left;
	background: #fff;
	color: #87560C;
	font-weight: bold;

}

.cabecera_contenido_2{
	background: transparent url(http://www.jccm.es/StaticFiles/CastillaLaMancha/img/bg_a_menu_ppal_hover.gif) repeat-x scroll 0 0;
	color: #012D5A;
	border:1px solid #7F5008;
	/*height:1.8em;*/
	margin: 5px 0px 0px 0px;
}

.cabecera_contenido_2 h1 {
font-weight: bold;
font-size:1em;
margin: 5px 0;
text-align: center;
}

.contenido_justificado {
	clear: both;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	background: #fff;
	color: #012D5A;
	border: 1px solid #7F5008;
	border-top: 0px;
}

.contenido_justificado a{
font-weight:bold;
color:black;
}

.contenido a{
font-weight:bold;
color:black;
}

.titulo_lista_contenido {
	padding: 0px 0px 0px 5px;
	font-weight: bold;
}

.lista_contenido {
	padding: 0px 0px 0px 10px;
}


/* titulos de los campos */
.id_titulo_campo {
font-size: 1em;
/*color:#0D3182;*/
color: #012D5A;
padding: 0px 0px 0px 2px;
font-weight: normal;
}

.id_titulo_campo_grande {
font-size: 1.2em;
color: #012D5A;
/*color:#0D3182;*/
padding: 0px 0px 0px 2px;
}

.id_mensaje_error {
	font-size: 1.2em;
	color:#B20060;
	padding: 0px 0px 0px 2px;
}

.id_num_registro {
	font-size: 1.45em;
	color:#0D3182;
	padding: 0px 0px 0px 2px;
}


.boton_seleccionar {
background: #fff url(../images/btn_seleccionar.jpg) no-repeat center;
/*color: #B20060;*/
color: #012D5A;
border:none;
width:10.5em;
height:1.5em;
}

.boton_añadir {
	background: #fff url(../images/btn_seleccionar_grande.jpg) no-repeat center;
	/*color: #B20060;*/
	color: #012D5A;
	border:none;
	width:15em;
	height:1.5em;
	}


.boton_enviar {
background: #fff url(../images/btn_enviar.jpg) no-repeat center;
border:none;
width:6.0em;
height:1.5em;
color: #012D5A;
/*color: #B20060;*/
}

.boton_seleccionar_grande {
background: #fff url(../images/btn_seleccionar_grande.jpg) no-repeat center;
/*color: #B20060;*/
color: #012D5A;
border:none;
width:16em;
height:1.5em;
}

.boton_seleccionar_extra_grande {
	background: #fff url(../images/btn_seleccionar_grande.jpg) no-repeat center;
	/*color: #B20060;*/
	color: #012D5A;
	border:none;
	width:22em;
	height:1.5em;
	}

.logo_izquierda {
float:left;
}

.logo_derecha {
float:right;
}



.id_lista_rosa{
font-size: 0.5em;
font-weight:bold;
color:#B20060;
padding: 0px 0px 0px 2px;
}

.id_lista_azul{
font-size: 0.5em;
font-weight:bold;
color:#0D3182;
padding: 0px 0px 0px 2px;
}


.id_lista_negro{
font-size: 0.5em;
font-weight:bold;
color:#000000;
padding: 0px 0px 0px 2px;
}


a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration: underline
}

a img{
border:0;
}

p{
margin:0 0 5px 0;
line-height:1.5em;
}

span{
	font-weight: bold;
	font-size: 1em;
}
#area_contenidos p,#area_enlaces p{
padding: 0em 0em 0em 0em
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

/* Nuevo estilo para el glosario (07-11-06) */
#area_contenidos_glosario {
	width: 100%;
	/*float: left;*/
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
}

.contenido_centrado {
padding: 5px 5px 5px 5px;
text-align:center;
}


.fecha{
color:#808080;
}

h1,h2,h3,h4{
margin: 10px 0px 10px 0px;
}

h1{
font-size:1em;
margin: 5px 0px 5px 0px;
}

h2{
margin:0 0 4px 0;
}

h3{
font-size: 1.5em;
margin: 5px 0px 5px 0px;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
clear:both;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

.inclinado {
font-style:italic;
}



select{
font-size: 1em; 
}


</pre></body></html>