/*Títlos para el costo de las habitaciones*/

#tarifas_info{
	background:#dbeaf2;
	margin:0;
	padding:0;
	width:464px;
	margin-left:3px;
	margin-top:10px;}



/*#tarifas_info h1 {
	background:#3188b3;
	float:center;
	margin: 0;
	padding: 0;
	color:#fff;
	font: 150% Georgia, "MS Sans Serif", Geneva, sans-serif;
	}*/



.tithabitaciones {
}

.titulo {
	background: url(../img/bullet.png) no-repeat center top;
	background-position:bottom;
/*	color: #002674;*/
	margin-bottom: 20px;
	padding-bottom: 15px;
	color:#30759E;
	font: 150% Georgia, "MS Sans Serif", Geneva, sans-serif;
	}

.tithabitaciones .subtitulo {
	background: url(../img/bullet2a.png) no-repeat left top;
	background-position:5px 0;
/*	border-bottom: 1px dotted #D1D1D1;*/
	color: #000;/*3188b3*/
	margin-bottom: 7px;
	padding-bottom: 7px;
	padding-left:40px;
	font-weight:bold;
	font-size:110%;
	text-align:left;
	}


.tithabitaciones .subtitulo b {
	color: #4c5157; /*935600*/
	font-size: small;
	padding-left:10px;
	}
	



/*caja de contenidos*/

.cajacontenido{
	background:#dbeaf2;
	margin:0;
	padding:0;
	width:464px;
	margin-left:3px;
	margin-top:10px;
	}


.cajacontenido h1 {
	background:#3188b3;
	float:center;
	margin: 0;
	padding: 0;
	color:#fff;
	font: 150% Georgia, "MS Sans Serif", Geneva, sans-serif;
	}
	

.cajacontenido .datos {
	width: 100%;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	text-align:left;

	}
	
	
	
.cajacontenido .texto {
	width: 95%;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	text-align:left;
	font-size:11.5px;
	

	}

.cajacontenido .datos img {
	float: left;
	padding: 10px 0 10px 10px;
	}

.cajacontenido p {
  float: right;
  margin: 0;
  padding: 10px 10px 10px 10px;
  text-align:justify;
  font-size:11px;

	}

.cajacontenido .datos a {
	text-decoration:none}





	
/* LIGAS DE MAS Y MENOS */

.mastexto {
padding: 5px;
font-size: 95%;
}
.mas {
background: url('../img/mas1.png') no-repeat 0 center;
background-position:0 110%;
padding-left: 20px;
margin: 0 18px 0 5px;
}
.menos {
background: url('../img/menos.png') no-repeat 0 center;
padding-left: 20px;
margin: 0 18px 0 5px;
}

.textoderecha { text-align: right; }

.mastexto a {
color:#0066cc;
text-decoration:none;
}
.mastexto a:hover {
color: #042b51;
}