body {
	margin-top: 15px;
	padding: 0;
	background-color: #002000;
}

#contenedor {
	width: 850px;
	background-color: #fff;
	font-family: Arial;
	font-size: 80%;	
}

#contenedor h1 {
	font-size: 180%;
	color: #054CB2;
	font-family: "Trebuchet MS";

}
#contenedor h2 {
	font-size: 130%;
	color: #3BB700;
	font-family: "Trebuchet MS";

}
#contenedor h3 {
	font-size: 110%;
	color: #ff9900;
	font-family: "Trebuchet MS";

}

#cont1 {
	width: 850px;
	height: 117px;
	
}

#logo {
	width: 390px;
	height: 117px;
	float: left;
}

#infocoban {
	width: 460px;
	height: 23px;
	float: left;
}

#titulo {
	width: 460px;
	height: 69px;
	float: left;
}

#barra {
	width: 460px;
	height: 25px;
	background-image: url(alojamiento/imagenes/bg_linea.jpg);
	float: left;
	text-align: left;
	font-size: 90%;
	color: #000;
	vertical-align: middle;
}
#barra a{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

#barra a:link{
	color: #006699;
	font-weight: bold;
}

#barra a:hover{
	color: #33cc00;
	font-weight: bold;
	text-decoration: underline;
}


#cont2 {
	width: 300px;
	height: 405px;
	background-color: #fff;
	float: left;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#cont2 a{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

#cont2 a:link{
	color: #006699;
	font-weight: bold;
}

#cont2 a:hover{
	color: #33cc00;
	font-weight: bold;
	text-decoration: underline;
}

#fotos {
	width: 510px;
	height: 405px;
	background-color: #fff;
	float: left;
	text-align: center;
}

#cont4 {
	width: 810px;
	background-color: #fff;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}




img { 
	border:none 

}