/* CSS common */

*{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
}
hr{
	display:none;
}
img{
	border:none;
}
html{
	height: 100%;	
}
body{
	height: 100%;
	font-size:10px;
}
p{
	margin-bottom:1.5em;
	font-size:1.1em;
	color:#444444;
}
h2{
	margin-bottom:1.2em;
}
h3{
	margin-bottom:1.2em;
}
a{
	outline:none;
	text-decoration:none;
}
object{
	outline:none;
}
div.pusher{
	clear: both;
	height: 0px;
	overflow: hidden;
}						
div#container{	
	background: #fff url(../img/background.gif) repeat-x top left;
	min-height:100%;
	min-width:780px;
	position:relative;
}
div#container2{
	padding:0 0 2em 0;
}
div#headerTop{	
	width:100%;
	height:46px;
	background-image:url(../img/cabezal_top.gif);
	background-repeat: repeat-x;
	background-position:top center;
}
div#headerTopShadow{
	background-image:url(../img/cabezal_top_shadow.png);
	height:9px;
	background-repeat: repeat-x;
	background-position:top left;
	position:absolute;
	width:100%;
	z-index:100;
}
div#header{
	width:720px;
	margin:0 auto;
}
div#header div.headerContent{
	height:199px;
	width:716px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-left:solid 2px #015eac;
	border-right:solid 2px #015eac;
	border-bottom:2px solid #015eac;
	position:relative;
	margin-top:2px;	
}
div#header div.headerContent h1{
	position:absolute;
	left: 18px;
	top: 74px;
}
/*********** TOOLS ************/
div#header div.headerContent ul#tools{
	position:absolute;
	z-index:80;
	left: 647px;
	top: -23px;
	width: 77px;
}
div#header div.headerContent ul#tools li{
	float:left;
	margin-right:7px;
}
div#header div.headerContent ul#tools li a span{
	display:none;
}
div#header div.headerContent ul#tools li a{
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
}
div#header div.headerContent ul#tools li a.home{
	background-image:url(../img/home_icon.gif);
	width:11px;
	height:11px;
	margin-top:-2px;
}
div#header div.headerContent ul#tools li a.contact{
	background-image:url(../img/contacto_icon.gif);
	width:11px;
	height:8px;
}
div#header div.headerContent ul#tools li a.sitemap{
	background-image:url(../img/mapa_icon.gif);
	width:11px;
	height:9px;
}
div#header div.headerContent ul#tools li a.favorites{
	background-image:url(../img/favoritos_icon.gif);
	width:11px;
	height:12px;
	margin-top:-1px;
	position:relative;
}
/*********** FLASH ************/
div#header div.headerContent div.flash{
	width:536px;
	margin-left:182px;
	padding-top:6px;
}
div#header div.headerContent div.flash #banner_spot{
	width:357px;
	height:193px;
	text-align:center;
}
div#header div.headerContent div.flash #banner_spot img{
	margin-top:80px;
}
/*********** CLAIM ************/
h2#claim{
	width:158px;
	height:103px;
	position:absolute;
	left: 550px;
	top: 52px;
	background-image:url(../img/claim.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
h2#claim span{
	display:none;
}
/*********** BUSCADOR ************/
div#searchBar{
	width:720px;
	height:33px;
	margin:0 auto;
	background-color:#3ba2c8;
	position:relative;
	border-bottom:1px solid #fff;
}
div#searchBar div#buscador{
	width:171px;
	margin-left:539px;
	padding:8px 0 0 10px;
}
div#searchBar div#buscador dt{		
	line-height:10px;		
	text-align:left;
	float:left;
}
div#searchBar div#buscador dt.empty{
	display:none;
}
div#searchBar div#buscador dt .radiobutton{	
	height:14px;
	width:14px;
}
div#searchBar div#buscador dd{	
	text-align:left;
	line-height:10px;
	margin-bottom:1em;
}
div#searchBar div#buscador dd label{
	color:#ffffff;
	font-size:1em;
	margin-left:3px;
}
div#searchBar div#buscador .textfield{
	width:90px;
	height:13px;
	border: #bebdbd solid 1px;
	padding: 0.2em 5px 0.1em 5px;
	font-size:1.1em;
	color:#666666;	
}
div#searchBar div#buscador .botonform{
	color:#FFFFFF;
	width:53px;
	height:18px;
	font-size:10px;
	padding-bottom:2px;
	border:0;
	background: transparent url(../img/botonsearch.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:pointer;
}
div#searchBar div#buscador .botonform:hover{
	background-position:bottom left;
}
/*********** CONTENIDO ************/
div#mainContent{
	width:720px;
	margin:0 auto;
	background-image:url(../img/maincontent_home_background.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
/*********** FOOTER ************/
div#footer{
	width:720px;
	height:72px;
	margin:0 auto;
	background-color:#3ba2c8;
	border-top:4px solid #01437b;
}
/*********** FOOTER LEFT ************/
div#footer div.footerLeft{
	float:left;
	width:164px;
	padding:35px 0 0 18px;
	position:relative;
}
div#footer div.footerLeft div.datos{
	position:absolute;
	width:159px;
	left: 14px;
	top: -145px;
}
div#footer div.footerLeft div.datos address{
	color:#FFFFFF;
	font-style:normal;
	font-size:1em;
}
div#footer div.footerLeft div.datos span{
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-bottom:10px;
}
div#footer div.footerLeft div.datos address a{
	color:#FFFFFF;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
div#footer div.footerLeft div.datos address a:hover{
	text-decoration:underline;
}
/*latitud*/
p#latitud{
	margin-bottom:8px;
	color:#8fcadf;
	font-size:1em;
}
p#latitud a{
	font-size:1em;
	color:#8fcadf;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p#latitud a:hover{
	color:#b1dae9;
}
/*latitud*/
div#footer div.footerLeft ul.validadores{
	margin-top:-5px;
}
div#footer div.footerLeft ul.validadores li{
	float:left;
	margin-right:5px;
}
div#footer div.footerLeft ul.validadores li a{
	font-size:0.8em;
	color: #8fcadf;
	text-decoration:none;
}
div#footer div.footerLeft ul.validadores li a:hover{
	text-decoration:underline;
	color:#b1dae9;
}
/*********** FOOTER CENTER ************/
div#footer div.footerCenter{
	float:left;
	width:357px;
	padding-top:15px;
}
div#footer div.footerCenter ul#secondMenu{
	margin-left:35px;
}
div#footer div.footerCenter ul#secondMenu li{
	float:left;
	background-image: url(../img/secondMenu_border.gif);
	background-repeat:no-repeat;
	background-position:center right;
	margin-right:6px;
	padding-right:6px;
}
div#footer div.footerCenter ul#secondMenu li.noBorder{
	background-image:none;
}
div#footer div.footerCenter ul#secondMenu li a{
	font-size:1em;
	color:#01437b;
	text-transform:uppercase;
}
div#footer div.footerCenter ul#secondMenu li a:hover{
	text-decoration:underline;		
}
div#footer div.footerCenter p.donado, 
div#footer div.footerCenter p.donado a{
	font-size:1em;
	color: #8fcadf;
	margin:20px 0 5px 0;
	text-align:center;
}
div#footer div.footerCenter p.donado a{
	font-weight:bold;
}
div#footer div.footerCenter p.donado a:hover{
	color:#b1dae9;
}
div#footer div.footerCenter p.donado span{
	color:#8fcadf;
}
/*********** FOOTER RIGHT ************/
div#footer div.footerRight{
	float:right;
	width:181px;
	padding-top:15px;
}
div#footer div.footerRight fieldset{
	border:0;
	margin:0;
	padding:0;
}
div#footer div.footerRight p{
	color:#8fcadf;
	text-align:center;
	margin:0;
}
div#footer div.footerRight .paypal{
	margin-top:4px;
	margin-left:48px;
}
div#footerShadow{
	width:716px;
	margin:0 auto;
	background-image:url(../img/footer_shadow.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height:10px;
}

