/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #5b85ab url(../images/sea.jpg) bottom fixed no-repeat;
	height: 100%;
}

a:link, a:visited { color: #CC0000; text-decoration: none;	}
a:hover { color: #FFFFFF; text-decoration: underline; }
a:active { color: #CCCCCC; text-decoration: none; }

img { border: none; }

h2 { font: bold 16px Georgia, Times, serif; margin: 2px; }
h3 { font: 14px Georgia, Times, serif; margin: 2px; }

#encabezado1 {
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url(../images/header1.jpg) top no-repeat;
	width: 100%;
	height: 102px;
}

#encabezado2 {
	position: absolute;
	top: 102px;
	right: 0px;
	background: transparent url(../images/header2.gif) top no-repeat;
	width: 100%;
	height: 48px;
	text-align: center;
}

#espacio { height: 40px; }

#contenido {
	background: #e2dfd8 url(../images/mainback.jpg) bottom repeat-x;
	width: 705px;
	padding-bottom: 5px;
	border: solid 1px #d6d0c7;
}

#nopie {
	padding: 20px;
	min-height: 510px;
}

#noticias {
	color: #000;
	width: 400px;
	float: left;
	font-size: 10px;
}
#noticias ul {
	text-indent: -25px;
	list-style: none;
}
#noticias .encapsulado {
	border-top: solid 1px #d6d0c7;
	height: 200px;
	overflow: auto;
	scrollbar-3dlight-color: #d6d0c7;
	scrollbar-arrow-color: #d6d0c7;
	scrollbar-darkshadow-color: #d6d0c7;
	scrollbar-face-color: #e2dfd8;
	scrollbar-highlight-color: #e2dfd8;
	scrollbar-shadow-color: #e2dfd8;
	scrollbar-track-color: #e2dfd8;
}
#noticias a:link { color: #cc0000; }
#noticias a:visited, #noticias a:active, #noticias a:link {	font-weight: bold; }

#fechas {
	color: #000;
	font: 12px "Courier New", Courier, mono;
	background: transparent url(../images/fechas.gif);
	margin-top: 20px;
	width: 150px;
	height: 174px;
	float: right;
}
#fechas ul {
	padding-top: 30px;
	padding-right: 25px;
	text-align: left;
	list-style: square;
}

#lista {
	width: 300px;
	font-size: 10px;
}
#lista .encapsulado { border-top: solid 1px #d6d0c7; padding-top: 2px; }
#lista form, #lista p { margin: 0px; }
#lista .texto {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
#lista .boton {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
	height: 20px;
}

#links {
	padding-top: 20px;
	clear: both;
}
#links .encapsulado {
	border-top: solid 1px #d6d0c7;
	padding-top: 2px;
}
#links .disco {
	text-align: left;
	font-size: 10px;
}
#links .disco h4 {
	font: normal 12px Georgia, Times, serif;
	margin: 2px;
}
#links .disco ol {
	margin-top: 0px;
}

#pie {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
	height: auto;
	padding-right: 20px;
	clear: both;
}
#pie a:link, #pie a:visited { color: #000000; text-decoration: none; }
#pie a:hover, #pie a:active { color: #cc0000; text-decoration: none; }

#lnglink {
	position: absolute;
	top: 75px;
	right: 15px;
}
#lnglink p {
	color: #999;
	font: italic 10px Georgia, Times, serif italic;
}
#lnglink a:hover { text-decoration: none; }
#lnglink a:visited { color: #999; }
