/*--------------------- BODY ---------------------*/
html, body{
	font-family: Arial, "Lucida Sans Unicode", Georgia, Tahoma;
	color:#3D2E1C;
	margin:0;
	padding:0;
	font-size:87%;
	text-align:center;
	height:100%;
	}

/*--------------------- HTML ---------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,input,img{
	margin:0; 
	padding:0;
}

h1, h2, h3{
	font-family: Arial, "Lucida Sans Unicode", Georgia, Tahoma;
	font-weight: normal;
	line-height: 1.2em;
}

a img,:link img,:visited img{ 
	border:none;
	outline:none;
}

ul{ 
	list-style:none;
}

li {
	margin-bottom:4px;
}

ol{
	margin:10px 20px;
}

acronym, abbr {
	border-bottom: 1px dotted #cc0000;
	cursor: help;
}

/*------ Semantica ------*/
h1{
	margin:0 0 10px 0;
	padding:0;
	background:#ccc url(../images/bckground.jpg);
	line-height:2em;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	text-align:center;
}

h2{
	margin:0;
	line-height:2em;
	background:#ccc url(../images/bckground.jpg);
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

h3{
	font-weight:bold;
	font-size:12px;
	margin-bottom:0.6em;
}

p{
	line-height:1.4em;

}

a{
	text-decoration:underline;
	color:#3D2E1C;
	outline:none;
}

a:hover, a:focus{
	text-decoration:none;
	color:#8a2922;
}

.active{
	color:#8a2922;
}

.oculto{
	display:none;
}

#container{
	width:950px;
	margin:0 auto;
	text-align:left;
}

#header{
	float:left;
	width:950px;
	height:85px;
	margin-bottom:15px;
}

#header img{
	margin-top:20px;
}

#header span{
	font-weight:bold;
	color:#0000cc;
}

.logged{
	float:right;
	margin:5px 20px 0 0;
}

.close_session{
	margin-left:10px;
	padding-left:18px;
	background: url(../images/close.png) no-repeat 0 2px;
	font-size:11px;
}

#left_content{
	float:left;
	width:300px;
}

#left_content li{
	float:right;
	margin-bottom:5px;
}

#buscador{
	float:left;
	margin-bottom:15px;
	width:300px;
	border:1px solid #ccc;
}

#search_form{
	margin:0.8em;
	float:left;
	width:270px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

label{
	float:left;
	width:70px;
	margin-left:5px;
}

#search_form select{
	font-size:11px;
	width:180px;
}

#add{
	float:left;
	margin:0 0.8em;
}

#add img{
	margin-left:5.5em;
}

.aviso{
	width:280px;
	float:left;
	margin-top:15px;
	padding:5px;
	text-align:center;
	color:#006600;
	font-weight:bold;
	border:1px dashed #006600;
}

#leyenda {
	float:left;
	margin-top:10px;
}

#leyenda li{
	float:left;
	font-weight:bold;
	line-height:38px;
	padding-left:25px;
	margin-right:10px;
}

.open{
	background: url(../images/open_icon.png) no-repeat;
}

.closed{
	background: url(../images/closed_icon.png) no-repeat;
}

.fon{
	background: url(../images/fon_icon.png) no-repeat;
}

#menu_pestana {
	float:left;
	position:relative;
}

#menu_pestana ul{
	float:left;
	width:630px;
	margin-top:0.5em;
	border-bottom:3px solid #666;
}

#menu_pestana li{
	display:inline;
}

#menu_pestana a{
	display:block;
	float:left;
	margin-right:.2em;
	padding:.5em 1em;
	text-decoration:none;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-top:1px solid #666;

}

#menu_pestana  a:hover {
	background:#ccc;
	color:#666;
}

#menu_pestana  a:focus{
	background:#666;
	color:#fff;
}

.selected {
	background:#666;
	color:#fff;

}

#pdf_li {
	position:absolute;
	right:0px;
	top:45px;
	line-height:20px;
	padding-left:25px;
	font-weight:bold;
	background: #fff url(../images/bullet_pdf.gif) no-repeat 0 4px;
}

#datos_contacto {
	border:1px solid #ccc;
	clear:both;
	height:500px;
	width:628px;
	overflow:auto;
}

#datos_contacto a{
	font-size:9px;
	text-decoration:none;
	margin:0 3px;
}

#datos_contacto ul{
	margin:10px 5px;
}

#datos_contacto li{
	margin:4px 0;
}

#map ul{
	margin:10px 10px 0px 10px;
}

.hotspots h3{
	margin-bottom:3px;
}

.date{
	font-size:9px;
	color:#666;
}


#add_form{
	float:left;
	border:1px solid #ccc;

}

#add_form input,select{
	font-size:11px;
	line-height:18px;
	padding:2px 0;
}

.ancho_add_form{
	width:195px;
}

.ancho_add_form2{
	width:195px;
	background:#e9e9e9;
	border:0;

}


.radio{
	width:10px;
	margin:0 5px;
}

#left_content .boton{
	width:80px;	
	float:right;
}

#add_form label{
	margin:0 5px 0 0;
}

#add_form textarea{
 width:195px;
}

#add_form ul{
	float:left;
	margin-top:15px;
}

#add_form li{
	width:277px;
}

.centrar_mapa{
	font-size:11px;
	width:275px;
	text-align:right;
	margin-bottom:14px;
}

#sign_form {
	float:left;
	margin-bottom:20px;
	border:1px solid #ccc;
}

#sign_form p{
	float:left;
	width:265px;
	margin:10px 0 5px 10px;
}

.login_error{
color:#ff0000;
border:1px solid #ff0000;
text-align:center;
padding:3px 0;
}

#sign_form li{
	width:290px;
}

#sign_form .boton{
	float:right;
	margin-right:20px;
}

#sign_form label{
	text-align:right;
	margin-right:10px;
}

.ancho{
	width:110px;	
}

input.error { border: 1px solid red; }
label.error {
		float:left;
		width:190px;
		margin-left:80px;
		color:red;
		font-size:11px;
	}


#right_content{
	position:relative;
	float:right;
	width:630px;
}


#map{
	float:right;
	height:500px;
	width:628px;
	border:1px solid #ccc;
}

.infowindow{
	width: 250px;
	margin-bottom:5px;
}

.infowindow_prov{
	width: 250px;
	font-size:11px;
	color:#000099;
	margin-bottom:5px;
}

.infowindow_desc{
	width: 250px;
	font-size:11px;
	color:#666666;
	margin:0;
}

.infowindow_date{
	width:125px;
	margin-top:10px;
	font-size:9px;
	color:#666;
}

.infowindow_wrong{
	float:right;
	text-align:right;
}

.infowindow_wrong a{
	font-size:9px;
	text-decoration:none;
	margin:0 3px;
}

.infowindow_wrong img{
	margin:0 4px;
}

#related{
	float:left;
	font-family:Arial;
	font-size:11px;
	margin-top:10px;
}

#related p{
	float:left;
}

#search{
	float:left;
	width:290px;
	margin-top:10px;
}

#search p{
	font-weight:bold;
	margin-bottom:5px;
	
}

#search li{
	line-height:18px;
	padding:0px 4px;
	font-size:11px;
	display:inline;
}

#contacto{
	margin:0.8em;
}

#contacto input{
	width:185px;
}

#sitemap {
	margin:10px;
}

#sitemap ul{
	width:100%;
	margin:0 0 20px 0;
}

#sitemap li{
	font-size:11px;
	line-height:18px;
	display:inline;
	margin:0 3px 0 0;
}



#adsense_top{	

	width:630px;
	float:right;

	text-align:center;
}

#adsense_bottom{	
	width:950px;
	float:right;
	margin-top: 20px;
	text-align:center;
}

#footer{
	width:950px;
	margin:10px 0;
	padding:10px 0;
	text-align:center;
	border-top:1px solid #ccc;
	float:left;
}

#footer li{
	padding:0 4px;
	display:inline;
}

