<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html * {
	margin:		0;
	padding:	0;
	border:		none;
	list-style: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
}

body {
	height: 	80%;
	font-size: 76%;
}

#contenedor {
	width:		760px;
	margin:		0 auto 0 auto;
	position: 	relative;
	height: 	100%;
}

#cabecera {
	background: url("imagenes/bannerSuperior.gif") no-repeat 180px top;
}

#uv {
	width:		150px;
	height: 	68px;
	display: 	block;
	background: url("imagenes/logoUV.gif") no-repeat;
}

#uv span {
	display: 	none;
}

#irAContenido {
	display: 	none;
}

#irANavegacion {
	display:none;
}

#banner {
	position:	absolute;
	top:		0;
	right:		0;
	
}

#idiomas {
	background: #004776;
	text-align: right;
	margin-top:	0.3em;
	margin-bottom:	0.3em;	
	padding-bottom: 0.3em;
	border-top: 1px solid #004776;
}
	
#idiomas a {
	color:		white;
	font-size: 	0.75em;
	text-decoration: none;
	margin-right:1em;
}

#idiomas a:hover {
	text-decoration: 	underline;
}

#columnaIzquierda{
	background:	url("imagenes/foto-izquierda.jpg") bottom no-repeat;
	width: 		160px;
	height: 	44.1em;
	position:absolute;
	left:0;
	top:7.8em;
}

#contenido {
	background: 	url("imagenes/fondo-azul.gif") repeat-y -10px 0;
	font-size:		1em;
	padding:		1.5em;
	padding-left: 	180px;
	border-right:	1px dotted #004776;
	color: 			#444;
	font-size: 		0.94em;
	text-align: 	justify;
	line-height: 	1.4em;
	padding-bottom:2em;
}

#subNavegacion {
	width:				155px;
	padding-left: 		5px;
	padding-bottom: 	1.5em;
	padding-top: 		0.7em;
	left:				5px;
	clear: 				right;
	background-color: 	white;
	border-bottom:	 	2px solid #004776;
	overflow:			hidden;
}


#subNavegacion li {
	position:		relative;
	border-bottom:	1px dotted #333;
	z-index: 		10;
	line-height: 	1em;
}

#subNavegacion a {
	color:			#0C59A2;
	background:		url("imagenes/triangulito-lista-menu.gif") no-repeat 0 3px;
	text-decoration: none;
	font-size: 		0.92em;
	display: 		block;
	padding-bottom: 0.95em;
	padding-left:	10px;
	position: 		relative;
	top:			0.5em;
	z-index: 		-1;	
}

#subNavegacion a:hover {
	background:		#dddfff url("imagenes/triangulito-lista-menu.gif") no-repeat;
	background-position: 0.43em 0.25em !important;
	background-position: 0.43em 0.4em;
	margin-left: 	-5px;
	padding-left: 	15px;
}

#subNavegacion a span {
	position: 		relative;
	z-index: 		5;
}

#subNavegacion a em {
	color:			#333;
	font-style: 	normal;
}

#contenido h1 {
	color:			#8C93A1;
	margin-bottom: 	1em;
	border-bottom: 	1px dotted #666;
	font-size: 		1.5em;
	line-height:	1.6em;
	background:		url("imagenes/cuadradito-h1.gif") left no-repeat;
	padding-left: 	30px;	
}

#contenido p {
	margin:		0.9em 0 0.9em 0;
}

#contenido a {
	color:		#576CBA;
	text-decoration: none;
}

#contenido a:hover {
	text-decoration: underline; 
}

#footer {
	display:	block;
	border-top: 1px solid #004776;
	border-bottom: 1px solid #004776;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align: center;
	font-size: .9em;
	color: 		#666;
	text-decoration: none;
}

address {
	font-style:	normal;
}



h3 {
	font-size: 0.9em;
}

.bordeAbajo {
		border-bottom:	1px dotted #666;
}

.logoProyecto {
	margin:			0 20px 0 15px;
}

.edicionEnLinea {
	position: absolute;
	top:10px;
	left:10px;
}

.volverAInicio {
	text-align: right;
	margin-top:2em;
	display:block;
}

#enlacePresentacion {
	text-align: 	left;
	margin-bottom: 	20px;
}
</pre></body></html>