@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode",Arial, Verdana, sans-serif;
	/*background-image:url(../imagenes/fondo.png);*/
	background-color:#DDE9E2;
	overflow-y:scroll;
}

/*
*
*
CABECERA DEL DOCUMENTO
*
*/
#cabecera {
	height:9.375em;
}

#formularioLogin {
	float:right;
	padding-right:1em;
	margin-top:1em;
	width:16em;
	/*border:1px solid red;*/
}
#formularioLogin fieldset dl{
	width:16em;
}
#formularioLogin fieldset dt{
	float:left;
	width:5em;
	padding-top:0.7em;
}
#formularioLogin fieldset dd {
	padding-top:0.7em;
}
#formularioLogin input{
	width:6em;
	font-size:0.8em;
}
#formularioLogin label{
	font-size:0.8em;
}
#formularioLogin .submitLogin{
	float:right;
}

#formularioLogin a{
	font-size:0.9em;
	float:right;
}

#formularioLogin a:hover{
	text-decoration:underline;
	color:#0002AF;
}

.mensaje{
	margin-top:0.2em;
	padding:0.3em 0;
	border: 1px solid #cccccc;
	background-color: #cc0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	text-align:center;
}
.ocultarMensaje{
	display:none;
}

#formularioDesconectar{
	float:right;
	text-align:right;
	padding-top:3.5em;
	padding-bottom:1em;
	padding-right:1em;
	vertical-align:middle;
}
#imagenDesconectar
{
	float:right;
	padding-top:1.5em;
	padding-right:1em;
}
/*
*
*
FIN CABECERA DEL DOCUMENTO
*
*/


/*
*
*
MENU HORIZONTAL
*
*
*/
.barraMenuHorizontal{
	background-image:url(../imagenes/fondoDchaMenuHorizontal2.png);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#abdcbe;
	height:2em;
	line-height:2em;
	padding-right:1em;
}
.barraMenuHorizontal ul{
	list-style:none;
	text-align:right;
}

.barraMenuHorizontal ul li {
	display:inline;
	margin:0 0.25em;
	padding-left:0.5em;
	text-align:center;
}
.barraMenuHorizontal ul li h2{
	font-size:0.9em;
	display:inline;
}

.barraMenuHorizontal ul li h2 a:hover
{
	text-decoration:underline;
	color:#0002AF;
}

.barraMenuHorizontal h4{
	color: #006400;
	font-size:0.7em;
	padding-left:3em;
}
.barraMenuHorizontal img{
	float:right;
	padding-left:0.3em;
}
.pie{
	color: #006400;
	font-size:0.7em;
	padding-left:3em;
}
/*
*
*
FIN DE MENU HORIZONTAL
*
*
*/

#container {
	margin: 0;
	padding: 0;
}

/*
*
*
* MENU IZQUIERDA
*
*
*/
.menuIzquierda{
	margin:0;
	padding:2em 0 0 1.75em;
	width:12.5em;
	float:left;
}
.menuIzquierdaCabecera{
	background-image:url(../imagenes/TL1.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:1.56em;
	width:12.5em;
}
.menuIzquierdaCabecera h2{
	text-align:center;
	color:White;
	font-weight:bolder;
	padding-top:0.4em;
	font-size:0.9em;
}
.menuIzquierdaContenido{
	background-image:url(../imagenes/BL3.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
}
.menuIzquierdaContenido ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.menuIzquierdaContenido ul li{
	border-bottom:solid 0.5em #4d8061;
}
.menuIzquierdaContenido ul li#ultimo{
	padding-bottom:0.5em;
	border:none;
}
.menuIzquierdaContenido ul li h3{
	margin:0 0.55em;
	font-size:0.9em;
}
.menuIzquierdaContenido ul li h3 a{
	display:block;
	background-color:white;
	padding:.3em 1em;
	text-align:center;
}
.menuIzquierdaContenido ul li h3 a:hover{
	background-color:Transparent;
}
/*
*
*
*FIN MENU IZQUIERDA
*
*
*/


.finBloque{
	clear:both;
}


#container {
	margin: 0;
	padding: 0;
}

/*Contenido*/
.contenido{
	margin-left:15em;
	padding: 0.5em;
	/*border: 1px solid #000000;*/
}
.contenido h2 {
	font-size:1.5em;
	padding-bottom:0.3em;
	border-bottom:solid 0.2em #4D8061;
}
.contenido a:hover {
	text-decoration: underline;
	color: #0002af;
}

/*espacio*/
.espacio{
	clear:left;
}


/*Mensajes del sistema*/

#mensajeDeError{
	padding:0.64em;
	margin-bottom: .6em;
	color: #cc0000;
	border-top-width: .2em;
	border-top-style: solid;
	border-bottom-width: .2em;
	border-bottom-style: solid;
	background-position: .25em center;
	padding-left: 2.4em;
	background-image: url(../imagenes/notice-alert.png);
	background-color: #e6c0c0;
	border-top-color: #de7a7b;
	border-bottom-color: #de7a7b;
	background-repeat: no-repeat;
}
#mensajeDeAviso{
	padding:0.64em;
	margin-bottom: .6em;
	color: #cc0000;
	border-top-width: .2em;
	border-top-style: solid;
	border-bottom-width: .2em;
	border-bottom-style: solid;
	background-position: .25em center;
	padding-left: 2.4em;
	background-image: url(../imagenes/notice-note.png);
	background-color: #EFE7B8;
	border-top-color: #F0DC7E;
	border-bottom-color: #F0DC7E;
	background-repeat: no-repeat;
}
#mensajeDeInformacion{
	padding:0.64em;
	margin-bottom: .6em;
	color: #0055BB;
	border-top-width: .2em;
	border-top-style: solid;
	border-bottom-width: .2em;
	border-bottom-style: solid;
	background-position: .25em center;
	padding-left: 2.4em;
	background-image: url(../imagenes/notice-info.png);
	background-color: #C3D2E5;
	border-top-color: #84A7DB;
	border-bottom-color: #84A7DB;
	background-repeat: no-repeat;
}

/*imagenes 1px=0.0625em*/
.imagen1{
	width:37.5em;
	height:9.375em;
	margin-left:-3px;
	float:left;
}
.imagen2{
	width:5em;
	height:4.81em;
}
.imagen3{
	width:12.56em;
	height:4.19em;
}
.imagen4{
	width:12.5em;
	height:17em;
}
.imagenEUJA{
    margin-top:1em;
}
