/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	FONT-FAMILY: Verdana;
	background-color: #FFFFFF;
	font-size: 11px;
}



.TextoContenido {
	text-align: justify;
	background-color: #ACCB04;
	color: #333333;
}

.LineaPlantas {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.RecuadrosFotos {
	border: 2px solid #FFFFFF;
}


.RecuadroTextoHabitacion {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: justify;
	margin: 3px;
	padding: 3px;
}

.BotonReserva {
	border: 1px solid #FFFFFF;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

.RecuadroTituloHabitacion {
	border: 1px solid #000000;
	background-color: #333333;
	text-align: justify;
	margin: 3px;
	padding: 3px;
	color: #FFFFFF;
}

.BordeTabla
{
	border: 1px solid #666666;
}