
body {
	background-color:#FFFFFF;	
	background-image:none;
	padding:1%;
	font-size: 100%;
}



#tituloEnc{
	text-align:center;
}

.fotorama{
	float:left;
	
	width:45%;	
	height:45%;
	
	margin-top:0%;	
	margin-bottom:2%;
}

.mapa {
	float:right;
	}


.mapa #map_canvas{
	height:200px;
	width:300px;
	text-align: center;
	margin-bottom:2%;

	border: 1px #098E9D solid;

}

.titulo_datos{
	margin-top:1%;
	margin-bottom:1%;	
	padding-top:1%;
	padding-bottom:1%;
	padding-left:1%;	
	width:100%;
	height:10%;

	background-color: #098E9D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	

			
}

.reservada{
	margin-top:1%;
	margin-bottom:1%;	
	padding-top:1%;
	padding-bottom:1%;
	padding-left:1%;	
	width:100%;
	height:10%;

	background-color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
				
}

#titulo_detalles{
	float:left;
	width:60%;	
}

#titulo_formulario{
	float:right;
	width:37%;	
		
}

#detalles{
	float:left;
	text-align: left;
	display:block;
	width:60%;	
	margin-bottom:2%;
}

#detalles p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 100%;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}

.conEspacio{
	margin-bottom:4%;
}

#consultar {
	float:right;
	
	text-align: left;
	width:37%;
	border:1px #098E9D solid;
}

#consultar p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 120%;
	color: #666;
	font-weight: normal;
	margin-top: 0.25%;
	margin-bottom: 0.25%;
}

	
#contacto-form {
	text-align:left;
}

#contacto-form label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: black;
	
}

#contacto-form input{
	display:block;
	width:95%;
	margin-top:2%;
	margin-bottom:2%;	
}

#message{
	display:block;
	width:95%;
	height:100px;
	margin-top:2%;
	margin-bottom:2%;	
}

.errors p {
	color:#FF0000;
	margin-bottom:2%;
}

