/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h3 a {
	font-size: 85%;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}

h3 span {
	font-size: 85%;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}

h3 a:hover {
	color:#AD1112;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
	outline:none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 700px;
	height: 220px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
	background: #AD1011 url(../images/img03.jpg);
}

#logo h1, #logo h2 {
	margin: 0;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	background: url(../images/img04.jpg) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 34px;
}

#logo h2 {
	font-size: 17px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 470px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	width: 466px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../images/img05.jpg) repeat-x;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	list-style: none;
}

#menu li{
	display: block;
	float:left;
	font-size:12px;
	text-transform:uppercase;
}

 #menu li a{
	font-size:12px;
	text-transform:uppercase;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 19px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}



#menu li#espanol {
	display: block;
	width:16px;
	height:11px;
	text-indent:-10000px;
	margin-top:15px;
	margin-left:105px;
	_margin:0;
	
}

#menu li#espanol a {
_display: block;
	_width:16px;
	_height:11px;
	_text-indent:-10000px;
	_margin-top:15px;
	_margin-left:50px;
	_padding:0;
background:url(../images/es.gif) no-repeat;}




#menu li#ingles {
	display: block;
	width:16px;
	height:11px;
	text-indent:-10000px;

	margin-top:15px;
	margin-left:7px;
	_margin:0;
}

#menu li#ingles a {
_display: block;
	_width:16px;
	_height:11px;
	_text-indent:-10000px;
	_margin-top:15px;
	_margin-left:7px;
	_padding:0;
	background:url(../images/gb.gif) no-repeat;
	}




/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 430px;
	padding: 20px;
	background: #FFFFFF url(../images/img07.gif) no-repeat left bottom;
	margin-bottom:20px;
}

#content p {
line-height:16px;}

#content ul {
padding:0;
margin:0;
list-style:none;
}
#content li {
padding-left:20px;
background:url(../images/fondo_lista.gif) no-repeat 0 4px;
line-height:16px;
margin-bottom:5px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
}

#sidebar a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}

#sidebar a:hover {
	color: #8f0709;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	padding: 5px 14px;
	background: url(../images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first a {
	color:#8f0709;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
	background: #000000 url(../images/img10.gif) no-repeat left bottom;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #5EB2ED url(../images/img08.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 15px;
	background: url(../images/img09.gif) repeat-x;
}

/* Formulario */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(../images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #AD1112 url(../images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.cajasdeformulario{
width:270px;
font: 110%"trebuchet ms";
border:1px #fff solid;
background: #EFEFEF url(../images/img11.gif) repeat-x;
margin-bottom:10px
}

.cajasdeformulario2{
font: 110%"trebuchet ms";
border:1px #ccc solid;
background: #EFEFEF url(../images/img11.gif) repeat-x;
margin-bottom:10px
}

.botondeformulario{
    clear:both;
	margin-top: 5px;
	background: #AD1112 url(../images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

/* Footer */

#footer {
margin-top:10px;
	height: 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #eee;
}

#footer a {
	color: #eee;
}

.feed {
float:left;
margin-right:7px;
}

.bordeimagen {
border:1px solid #818181;
}


#mapa {
width:400px;
border:1px solid #818181;
}

.laranxa{
color: ;
}

/* Galeria */

.galeria {
clear:both;}

.containerfoto a {
float:left;
margin-right:3px;
margin-bottom:3px;
padding:1px;
border:1px solid #818181;
}

.containerfoto a:hover{
float:left;
margin-right:3px;
margin-bottom:3px;
padding:1px;
border:1px solid #AD1112;
background: #AD1112
}

.clear {
clear:both;
height:15px;
}

.alto {
height:230px;}


#albergue_cerrado{
padding: 15px 5px;
background: #f99;
border:1px solid #c30;
margin-bottom:15px;
}

#albergue_cerrado h3{
text-align:center;
text-transform:uppercase;
}

span.maximo{
	font-size:10px;
	color: #AD1112;
	}

#banner_beren{
	margin-bottom:10px;
	}