.acommodations {
	background-image: url(../interface/fondo-borde-verde.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 505px;
}

.contenedor-acommodations {
	background-image: url(../interface/fondo-acommodations.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
}

ul.listado-hoteles, ul.listado-hoteles-2 { width: 40%; color: #fff; list-style: none; margin-left: 50px; margin-bottom: 20px; float: left; }

ul.listado-hoteles li { margin-bottom: 5px; }
ul.listado-hoteles li.hotel-nombre { border-bottom: dotted 1px #33CC00; }

.hotel-nombre {
	font-weight: bold;
	color: #99CC00;
}

.pie-borde-verde {
	background-image: url(../interface/pie-accommodations.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 178px;
}

p.texto-secretaria { clear: both; color: #fff; width: 90%; margin: 0 auto; }
