@charset "utf-8";
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFCD;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	height: 1000px;
}


/* CSS Document */

#Header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#Header p {
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	text-align: center;
}
#Header h1 {
	display: block;
	padding-top: 60px;
	background-image: url(../images/alquiler/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0px;
	width: 240px;
	text-align: center;
	float: left;
}
#Header .hDer {
	float: right;
	width: 600px;
	text-align: right;
	margin-top: 40px;
}
#Header .hDer h2{
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}
#BarNav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#BarNav ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/directorio/fondo_barnav.jpg);
	height: 48px;
	width: 940px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#BarNav ul li {
	float: left;
	display: block;
	margin-top: 2px;
}
#BarNav ul li a {
	display: block;
	padding-top: 8px;
	height: 32px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	text-decoration: none;
}
#BarNav ul li a:hover {
	text-decoration: underline;
}


#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor .cajonSuperior {
	width: 264px;
	font-size: 0.9em;
	border: 1px solid #D55500;
	padding: 2px;
	margin-bottom: 10px;
}
#contenedor .cajonSuperior:hover {
	background-color: #E7E7E7;		
}
#contenedor .cajonSuperior h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	display: block;
	background-color: #D55500;
	padding: 2px;
}
#contenedor .cajonSuperior h2 a {
	color: #FFF;
	text-decoration: none;
}
#contenedor .cajonSuperior img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contenedor .cajonSuperior p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#contenedor .cajonSuperior p a {
	color: #000;
	text-decoration: none;
}
#contenedor .bigContainer {
	width: 434px;

}
#contenedor .bigContainer .cajonRegular{
	width: 428px;
	padding: 2px;
	border: 1px solid #D55500;
	overflow: hidden;
	margin-bottom: 10px;
}
#contenedor .bigContainer .cajonRegular:hover {
	background-color: #E7E7E7;
}
#contenedor .bigContainer .cajonRegular h2{
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	display: block;
	padding: 2px;
	background-color: #D55500;
	font-size: 1.2em;
	font-weight: normal;
}
#contenedor .bigContainer .cajonRegular h2 a{
	color: #FFF;
	text-decoration: none;
}
#contenedor .bigContainer .cajonRegular p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
}
#contenedor .bigContainer .cajonRegular p a{
	color: #000;
	text-decoration: none;
}
#contenedor .bigContainer .cajonRegular p a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 10px;
}
#contenedor .colIzq {
	width: 640px;
	float: left;
}
#contenedor .colIzq h2{
	display: block;
	margin-top: 0px;
	font-size: 2em;
	color: #D55500;
}
#contenedor .colIzq h3 {
	color: #06F;
	font-weight: normal;
	font-size: 1.3em;
}

#contenedor .colIzq p {
	margin-top: 0px;
}
#contenedor .colIzq p img {
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 10px;
}
#contenedor .colIzq p .imgIzq {
	float: left;
}
#contenedor .colIzq p .imgCentroIzq {
	float: left;
	margin-left: 40px;
}

#contenedor .colIzq p .imgDer {
	float: right;
}
#contenedor .colIzq .descripcion {
	width: 100%;
	margin-bottom: 20px;
}
#contenedor .colIzq .descripcion .oscuro {
	background-color: #D2E4FF;
}
#contenedor .colIzq .descripcion .claro {
	background-color: #F2F8FF;
}

#contenedor .colIzq .descripcion caption {
	color: #06F;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	text-align: left;
	margin-bottom: 15px;
}
#contenedor .colIzq .descripcion th {
	background-color: #CCC;
	padding: 5px;
}
#contenedor .colIzq .descripcion td {
	padding: 5px;
	text-align: left;
}
#contenedor .colIzq .descripcion .encabezado {
	padding-left: 15px;
	font-weight: bold;
}
#contenedor .colIzq .descripcion .contenidoTab {
	text-align: center;
}

#contenedor .colIzq .galeria {
	display: block;
}

#contenedor .colDer {
	float: right;
	width: 220px;
	background-color: #D55500;
	padding: 10px;
}
#contenedor .colDer h3 {
	font-weight: normal;
	margin-top: 0px;
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #FFF;
}
#contenedor .colDer p {
	display: block;
	margin-top: 0px;
}
#contenedor .colDer a {
	color: #FFF;
	text-decoration: none;
}
#contenedor .colDer a:hover {
	text-decoration: underline;
}
#contenedor .colDer .condiciones {
	list-style-type: none;
	padding: 0px;
	font-size: 0.9em;
	font-style: italic;
}
#contenedor .colDer .condiciones li {
	display: block;
	margin-bottom: 10px;
}



#contenedor .colDer form {
	margin-bottom: 20px;
	padding-top: 0px;
}

#contenedor .colDer form label {
	display: block;
	margin-top: 10px;
}
#contenedor .colDer form #nombre , #celular, #mail{
	width: 200px;
	border: 1px solid #ABADB3;
}
#contenedor .colDer form #coment {
	height: 70px;
	width: 200px;
	border: 1px solid #ABADB3;
}
#contenedor .colDer form .fecha {
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
}
#contenedor .colDer form .perciana {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}





#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	font-size: 0.8em;
}
#footer a {
	text-decoration: none;
	color: #09F;
}
#footer a:hover {
	color: #0078C8;
}

.izq {
	float: left;
}
.center {
	float: left;
	margin-left: 45px;
}
.der {
	float: right;
}
.centroIzq {
	float: left;
	margin-left: 15px;
}
.centroDer {
	float: right;
	margin-right: 15px;
}


.spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
	display: block;
}
