@charset "utf-8";
/* CSS Document */
h1{
	text-indent: -9999px;
	width: 100%;
	height: 76px;
	margin-bottom: 20px;
}
p{
	font-size: 0.75em;
	margin: 0 20px 20px 20px;
	line-height: 130%;
}

#creditfooter
{
display: none;
}


.span-1 p{
	margin: 0 10px 10px 10px;
}
img.center{
	display: block;
	margin: 0 auto;
}
a{
	font-size: 0.75em;
}
p a{
	font-size: 1em;
}
form br{
	clear: both;
}
label{
	color: #DD5114;
	font-size: 0.75em;
	text-align: right;
	margin-bottom: 8px;
}
input{
	background: transparent;
	border: none;
	border-bottom: 1px dashed #EE5700;
	font-size: 0.70em;
	color: #000;
	margin-bottom: 8px;
	padding: 2px 0;
}
textarea{
	background: transparent;
	border: none;
	border: 1px dashed #EE5700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #000;
	margin-bottom: 8px;
	padding: 2px 0;
	overflow: auto;
}
button{
	background: url(../img/css/bg_btnForm.gif) no-repeat;
	text-align: center;
	font-size: 0.7em;
	color: #000;
	width: 57px;
	height: 23px;
	line-height: 23px;
	border: none;
	cursor: pointer;
}
table{
	border-collapse: collapse;
	border: none;
	font-size: 0.63em;
}
th,td{
	text-align: center;
}

/* ----- Layout Gral ----- */
#head,#content,#foot,#footCopyMenu div{
	width: 940px;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	line-height: 16px;
	font-size: 12px;
	padding-top: 5px;
}
#footCopyMenu .buttons{
	margin: 0px auto -5px auto;
	text-align: center;
	padding-top: 20px;
}
#head{
	/* background: url(../img/head.jpg) no-repeat; */
	height: 210px;
}
#bigContainer{
	background: url(../img/css/bg_bigConteiner.gif) no-repeat center bottom;
	padding-top: 10px;
	padding-bottom: 35px;
}
#content{
	height: 1100px;
}

	/* ----- Home ----- */
	a.arrow-orange{
		background: url(../img/css/bullet_linkHomeOrange.gif) no-repeat;
		margin-left: 20px;
		padding-left: 16px;
		color: #F5811F;
		margin-bottom: 8px;
		display: block;
		height: 12px;
		line-height: 12px;
	}
	a.arrow-orange:hover{
		text-decoration: none;
	}
	a.arrow-purple{
		background: url(../img/css/bullet_linkHomePurple.gif) no-repeat;
		margin-left: 20px;
		padding-left: 16px;
		color: #606;
		margin-bottom: 8px;
		display: block;
		height: 12px;
		line-height: 12px;
	}
	a.arrow-purple:hover{
		text-decoration: none;
	}
	a.arrow-red{
		background: url(../img/css/bullet_linkHomeRed.gif) no-repeat;
		/*margin-left: 20px;*/
		padding-left: 16px;
		color: #BE0F33;
		margin-bottom: 8px;
		display: block;
		height: 12px;
		line-height: 12px;
	}
	a.arrow-red:hover{
		text-decoration: none;
	}
	a.red{
		color: #BE0F33;
		text-decoration: none;
	}
	a.red:hover{
		text-decoration: underline;
	}
	.banner img{
		display: block;
		margin: 0 auto;
	}
	.banner p{
		width: 272px;
		margin: 0 auto;
		line-height: 130%;
	}
	
	/* ----- El Hostel ----- */
	#conoceLaAldea-img{
		background: url(../img/css/bg_polaroid.gif) no-repeat;
		width: 290px;
		height: 245px;
		margin: 0 auto;
	}
	#elHostelAlgunasFotos h2{
		margin-left: 20px;
		width: 175px;
		height: 20px;
		text-indent: -9999px;
		margin-bottom: 20px;
	}
	#elHostelAlgunasFotos h3{
		background: url(../img/css/bullet_linkHomeOrange.gif) no-repeat;
		margin-left: 20px;
		padding-left: 16px;
		font-size: 0.75em;
		font-weight: normal;
		color: #ED5200;
		height: 12px;
		line-height: 12px;
	}
	ul.elhostel-imagenes{
		padding-top: 10px;
		padding-left: 30px;
	}
	ul.elhostel-imagenes li{
		display: inline;
	}
	
	/* ----- Servicios ---- */
	p.titulo-servicios{
		margin: 0 0 0 20px;
		font-weight: bold;
	}
	ul.servicios{
		margin: 0 10px 20px 20px;
	}
	ul.servicios li{
		font-size: 0.75em;
		list-style: disc;
		margin-left: 15px;
		margin-bottom: 5px;
	}
	
	/* ----- Fotos ---- */
	ul#fotosHabitantes{
		margin-left: 25px;
	}
	ul#fotosHabitantes li{
		display: inline;
		/*
		padding: 4px  0px 0px 4px;
		width: 37px;
		height: 32px;
		*/
	}
	elhostel-imagenes li img{
		width:37px;
		height:32px}
	ul#fotosHabitantes li img{
    background:url(../img/fotos/base_fotos.png) no-repeat;
    height:48px;
    padding:5px 5px 11px;
    width:64px;}
	#ultimaImagenHabitantes{
		background: url(../img/css/bg_ultimaFotoCargada.png) no-repeat;
		margin: 0 auto;
		padding: 18px 0 0 26px;
		height: 260px;
	}
		/* ----- Reservas ---- */
	#reservaForm .span-3, #reservaForm .extraSpan2{
		text-align: right;
	}
	#reservaForm p.note{
		font-size: 0.7em;
		color: #000;
	}
	#reservaForm input.date{
		background: url(../img/css/bg_campoFecha.gif) no-repeat;
		border: none;
		width: 150px;
		height: 17px;
		margin-top: 5px;
		padding: 0px;
		cursor: pointer;
	}
	#reservaForm input.small{
		width: 20px;
		text-align: center;
	}
	
	/* ----- Contacto ---- */
	#contactoForm .span-3{
		text-align: right;
	}
	#contactoForm p.note{
		font-size: 0.7em;
		color: #000;
	}
	
	/* ----- Tarifas ---- */
	table#tarifas{
		margin:10px 10px 0;
		width:570px;
	}
	table#tarifas th,table#tarifas td{
		padding: 8px 2px;
		border-bottom: 1px dashed #EE5700;
	}
	table#tarifas th.tipo,table#tarifas td.tipo{
		text-align: left;
		text-transform: uppercase;
	}
	table#tarifas th{
		color: #BE0F33;
	}
	table#tarifas td{
		color: #DD5114;
	}
	div.span-1 p.tarifa-note{
		padding: 20px 10px 0 10px;
	}
	div.clear p.tarifa-note{
		padding-left: 140px;
		padding-top: 50px;
	}
	
	/* ----- Links ---- */
	.links-list{
		padding: 30px 30px 0 30px !important;
		padding: 20px 20px 0 20px;
	}
	.links-list h4{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #BE0F33;
		border-bottom: 1px solid #BE0F33;
		padding-bottom: 5px;
	}
	.links-list a.link-img{
		background: url(../img/css/bg_imgLinks.jpg) no-repeat;
		display: block;
		width: 177px;
		height: 81px;
	}
	.links-list a.link-img img{
		padding: 5px 0 0 5px;
	}
	.links-list h5{
		margin: 8px 0 8px 6px;
	}
	.links-list h5 a{
		color: #000;
		font-size: 0.75em;
		font-weight: bold;
		text-decoration: none;
	}
	.links-list p{
		font-size: 0.75em;
		color: #000;
		font-weight: normal;
		margin: 0 0 5px 6px;
	}
	.links-list p.link-beneficios{
		font-weight: bold;
		color: #EF5700;
	}
	/*
	ul.links{
		padding-top: 20px;
		overflow: hidden;
	}
	ul.links li{
		display: inline;
		width: 178px;
		margin-right: 12px;
		padding-bottom: 10px;
	}
	*/
	.links{
		padding-top: 20px;
	}
	.link{
		width: 178px;
		margin-right: 12px;
		padding-bottom: 10px;
		float: left;
	}
	
	/* ----- Foot Menu ---- */
	#footCopyMenu{
		background: url(../img/bg_footMenu.jpg) repeat-x;
		height: 118px;
		color: #FFCB74;
		clear: both;
	}
	
	#footCopyMenu a{
		font-size: 12px;
	}
	#footCopyMenu div p{
	margin: 0px;
	}
	ul#footMenu{
		padding-top: 23px;
		font-size: 11px;
	}
	ul#footMenu li{
		display: inline;
	}
	ul#footMenu li a{
		font-weight: normal;
		color: chocolate;
	}
	ul#footMenu li a:hover{
		text-decoration: none;
	}
	
	/* ----- Foot ----- */
	#foot{
		padding-top: 20px;
	}
	#foot p.copy{
		font-size: 0.7em;
		color: #000;
		margin: 0px;
	}
	#foot .logo{
		background: url(../img/logo_brioSrudio.gif) no-repeat;
		text-indent: -9999px;
		height: 12px;
		width: 60px;
		margin: 0px;
	}
	#foot .logo a{
		display: block;
		height: 12px;
		width: 60px;
	}
	

/* ----- Clases Generales ----- */

.span-1{
	width: 200px;
}
.span-2{width: 310px;}
.span-3{width: 470px;}
.span-4{width: 630px;}
.span-5{width: 790px;}
.span-6{width: 950px;}

.fl-left{float: left;}
.fl-right{float: right;}

.al-left{text-align: left;}
.al-center{text-align: center;}
.al-right {
	float:right;
	padding:10px;
	text-align:left;
	width:130px}
.mg-right{margin-right: 10px;}

.border-red{border-top: 2px solid #BE0F33;}
.border-orange{border-top: 2px solid #FC7C00;}
.border-purple{border-top: 2px solid #606;}

.degrade{
	background: url(../img/css/bg_content.jpg) repeat-x;
	min-height: 260px;
	height: auto !important;
	height: 260px;
}

.clear{clear: both;}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*Staff*/
img,div ,a{ behavior: url(iepngfix.htc) }
.staff_1 h3, .staff_2 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #BE0F33;
	margin: 19px 0px 10px 120px;
}

.p_col_1{
	width: 150px;
	float: left;
	margin-left: 120px;
	display: inline;
}
.page_links .mg-right h1{
	margin-bottom: 0px;
}
#links_html {
	width: 950px;
	text-align: center;
}
.link_naranja {
	color: #FFCB74;
}

