@charset "utf-8";
body {
	font: .70em/1.5em Verdana;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(/images/playas%20doradas%20bg.jpg);
	background-attachment: fixed;
}

a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

img
{
	border-style: none;
}

a h4
{
	border: none;
	color: #FFF;
}

.glossymenu{
	list-style-type: none;
	margin: 0px;
	padding: 0;
	width: 175px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu li a{
	background: white url(glossyback2.gif) repeat-x bottom left;
	font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 4px 0;
	padding-left: 12px;
	text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback.gif);
}

.hiddenPic {display:none;}

#tdimage {
	background-image: url(encabezado2.png);
	background-repeat: repeat-x;
	background-position: center;
}

#tdimageinicio {
	background-image: url(encabezado.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 31px;
	background-position: center;
}

#tdimagefinal {
	background-image: url(encabezado3.png);
	width: 10px;
	background-repeat: no-repeat;
	background-position: center;
	height: 31px;
}

h1, h2, h3 {
	color: #00F;
}

h1 {
	font-size: 1.6em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: bottom;
	font: comic sans MS;
}

h2 {
	font-size: 1.5em;
	text-transform:uppercase;
}

h3 {
	font-size: 1.2em;
	text-decoration: underline;
	font: georgia;
}
p, h1, h2, h3 , h5{
	margin: 4px 10px;
}

p, h3, h5{
	text-align:left
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}

ul span, ol span {
	color: #666666; 
}

#container {
	width: 1050px;
	background-color: #FFF;
	margin: 0 auto;
}

#header {
	background-color: #00006A;
	height: 168px;

}

#header .header-right{
	float: right;
	width: 25%;
	color: #FFF;
	margin-top: 10px;
	text-align: right;
	margin-right: 15px;
}

#header .header-logo{
	float: left;
	width: 244px;
	height: 168px;
}

#header .header-date{
	float: left;
	width: 244px;
	color: #FFF;
	margin-top: 5px;
	margin-left: 225px;
}

#header .header-banner{
	width: 728px;
	height: 90px;
	float: left;
	margin-top: 14px;
	margin-left: 30px;
}

#header .header-buscador{
	width: 728px;
	height: 25px;
	float: left;
	margin-top: 2px;
	margin-left: 30px;
	text-align: left;
}

#sidebar1 {
	float: left;
	width: 175px;
}

.sidebar1pub {
	text-align: center;
	width: 170px;
	float: left;
	margin: 5px;
	margin-bottom: 0px;
}

#content {
	margin: 5px 0px 5px 5px;
	width: 695px;
	float: left;
}

#contentresult {
	padding: 5px;
	width: 855px;
	float: right;
}

#sidebar2 {
	float: right;
	width: 160px;
}

.sidebar2pub {
	text-align: center;
	width: 160px;
	margin: 0;
	padding: 0;
}

#footer {
	position: relative;
	color: #FFF;
	border-top: 5px solid #00006A;
	height: 25px;
	background-color: #00006A;
	text-align: center;
	clear: both;
}

#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
	text-align: right;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

.notice-selected {
    background-color: #CFF0FF;
}
.title-selected {
    background-color: #9DD5EE;
}
