body {
	background-image:url(images/fondo.png);
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 1px auto;
	background-color:#fff;
	text-align: left;
	width: 800px;
	border:8px #fff double;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	width:895px;
	height:210px;
	position:relative;
}
#header ul{
	background-color:#c6dbe1;
	width:896px;
	display:block;
	top:120px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content{
	background-image:url(images/content_bg.gif);
}
img{
	border-width:0px;
}
h1{
	color:#006599;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#006599;
	font-size:12px;
	text-align:left;
	width:250px;
	margin: 10px 0px 10px 0px;
}
h3{
	color:#000;
	font-size:12px;
	text-align:justify;    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#left {
	float:left;
	width:560px;
	margin-left:27px;
	padding: 0px 10px 50px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
/******************/
#right {
	float:right;
	width:220px;
	padding:0px 10px 0px 0px;
	margin-top:0px;
}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1x;
height:5px;
}
#footer {
	width:896px;
	text-align:center;
	padding: 20px 0px;
}
/*******************MENÚ*********************************/

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
	position:static;
	border-collapse:collapse;
	z-index:100;
	left:-1px;
	top:20px;
	float: left;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:13px;
width:126px;
color:#000;
background:#006599;
text-decoration:none;
margin: 1px 1px ;
text-align:center;
font-family:verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
color:#000;
background:#c6dbe1;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
