@charset "utf-8";
/* CSS Document */
h1 { 
	/* sup der inf izq */
	margin:5px 0px 10px 0px; 
}
h2 {
	/* sup der inf izq */
	margin:0px 0px 0px 8px;
	padding:0px;
}


#subcabecera-container {
	overflow:hidden;
	background:#e3e3e3;
	padding-bottom:20px;
	border:1px solid #CCC;
	border-top:0px;
	
}

#subcabecera-content {
	/* sup der inf izq */
	margin:0px 20px 10px 10px;
}

#subcabecera-container ul {
	float:left;
	/* sup der inf izq */
	margin:5px 0px 5px 5px;
	padding:0px;
	list-style:none;
	width:180px;
	background:url(../img/borde1.gif) top right repeat-y;
}

#subcabecera-container  li {
	list-style:none;
	height:16px;
}

#subcabecera-content ul {
	
}

#c1-container {
	background:#FFF;
	width:250px;
	margin:0px 0px 0px 5px;
	border-right:1px solid #CCC;
}
#c2-container {
	width:480px;
	/* sup der inf izq */
	margin:0px 0px 0px 10px;
}

#cuerpo-container {
	overflow:hidden;
	/* sup der inf izq */
	margin:15px 0px 15px 0px;
}

.box-lista {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	border-bottom:1px dashed #ccc;
}
.box-lista img {
	background:url(../img/fons-img1.gif);
	padding:3px;
	margin-right:10px;
}
.box-lista a {
	float: right;
	text-indent:0px;
}

.box-lista:hover {
	background:#EFEFEF;
}

.box-alojamiento {
	overflow:hidden;
}
.box-alojamiento .iz {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
}
.box-alojamiento .de {
	float:right;
	margin-bottom:15px;
}