/** Válido CSS 2.1 **/
#pathway	{
	text-align : left;
	margin : 10px;
	padding : 0px;
	float : left;
	width : 95%;
}

#pathway img	{
}

.cajaSuReserva ul li	{
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.cajaSuReserva .cajaInt	{
	padding: 0px;
}

.cajaPieFoto	{
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

.cajaPieFoto .cajaDir	{
	margin: 5px 10px 5px 10px;
	float: none;
}

.cajaPieFoto .cajaDir blockquote	{
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

.cajaFoto ul li	{
	padding-bottom: 12px;
}

#visor {
	margin : auto;
}

#visor #foto {
	border: #b3c6ca 1px solid;
	padding: 4px;
	background-color: #ffffff;
}

#foto[id] {
	text-align : center;
}

/* ############################################### */

#contenedorBoton,
#contenedorBoton2	{
	overflow : hidden;
	position : relative;
	height : 60px;
	width : 100%;
}
#botonReservar,
#botonVerPlano	{
	position : absolute;
	left : 50%;
	top : 50%;
	text-align : center;
}

#contenedorBoton[id],
#contenedorBoton2[id]	{
	display : table;
	position : static;
}
#botonReservar[id],
#botonVerPlano[id]	{
	display : table-cell;
	position : static;
	text-align : center;
	vertical-align : middle;
}

#botonReservar .imgIzq,
#botonVerPlano .imgIzq	{
	position : relative;
	left : -50%;
	top : -50%;
	padding : 0px;
	margin : 0px;
	background : url(../img/elems/bot_reserva_left.gif) no-repeat left top;
	height : 20px;
	width : 7px;
	float : left;
}
#botonReservar .imgCen,
#botonVerPlano .imgCen	{
	position : relative;
	left : -50%;
	top : -50%;
	padding : 0px;
	margin : 0px;
	background : url(../img/elems/bot_reserva_center.gif) repeat-x left top; 
	height : 20px;
	float : left;
}
#botonReservar .imgDer,
#botonVerPlano .imgDer	{
	position : relative;
	left : -50%;
	top : -50%;
	padding : 0px;
	margin : 0px;
	background : url(../img/elems/bot_reserva_right.gif) no-repeat right top; 
	height : 20px;
	width : 7px;
	/* width: 15px; */
	float : left;
}

#boton[id],
#boton2[id]	{
	position : relative;
	left : -50%;
	float : right;
}
#botonReservar[id] .imgIzq,
#botonVerPlano[id] .imgIzq	{
	left : 50%;
}
#botonReservar[id] .imgCen,
#botonVerPlano[id] .imgCen	{
	left : 50%;
}
#botonReservar[id] .imgDer,
#botonVerPlano[id] .imgDer	{
	left : 50%;
}

#botonReservar .imgCen .text,
#botonVerPlano .imgCen .text {
	padding : 15px;
	padding-left: 15px;
	padding-right: 5px;
	/* padding-left : 30px; */
	font : bold 11px/16px Arial,Verdana,Helvetica,Sans-Serif;
	vertical-align : top;
	color : #ffffff;
	text-decoration : none;
	background-color: transparent;
}

/* ############################################### */

#distintivos {
	width: 100%;
	clear: both;
	margin-top: 19px;
	margin-bottom: 9px;
}

#distintivos img {
	float: left;
	padding: 5px 10px;
}

#alojamiento p	{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 9px;
}

#descripcion p	{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 9px;
}

.cajaAlojamiento #alojamiento .cajaFoto	{
	text-align: left;
	padding: 20px 20px 8px 20px;
	margin-bottom: 20px;
}

.listado	{
	width: 100%;
	text-align: center;
	margin: 30px 0px 10px 0px;
}

div.par	{
	float: left;
	text-align: justify;
	width: 48.60%;
	margin: 10px 0px 20px 0px;
}

div.non	{
	float: right;
	text-align: justify;
	width: 48.60%;
	margin: 10px 0px 20px 0px;
}

img.par	{
	float: left;
	margin: 4px 10px 4px 0px;
}

img.non	{
	float: right;
	margin: 4px 0px 4px 10px;
}

.comercial .cajaDir	{
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}

.comercial a	{
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.par .cajaDir,
.non .cajaDir	{
	width: 100%;
	text-align: center;
	margin: 0px;
}

.cajaDir address	{
	margin-top: 6px;
	margin-bottom: 6px;
}

.cajaDir div	{
	width: 46%;
}

.cajaDir .ficha	{
	width: 100%
}

.cajaDir div .izquierda	{
	width: auto;
	float: left;
	text-align: left;
}

.cajaDir div .derecha	{
	width: auto;
	float: right;
	text-align: right;
}

.piePagina	{
	text-align: center;
}
.nobr	{
	white-space: nowrap;
}
