/* Para eliminar márgenes y padding*/
* {
   padding:0;
   margin:0;
   border:0;
}

/* Definición del cuerpo, cabeceras, párrafos y líneas*/
body {
	background-color: #B5A385;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 765px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
	color: #8C8C00;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
p {
	text-align: justify;
	padding-bottom: 5px;
}
hr {
	background-color: #6F5836;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* División Principal*/
#main {
	position: relative;
	border: 2px solid #FFF4D7;
	background-color: #FFF3CE;
}

/* División contenido*/
#text {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

/* Links contenido*/
#text a {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
}

/* División logo*/
#log {
	background-image: url(pictures/back_sup.jpg);
	height: 50px;
}

/* División imagen superior*/
#imagesup {
	height: 250px;
	background-image: url(pictures/back_p.jpg);
	clear: both;
	position: relative;
	border-bottom-style: solid;
	border-bottom-color: #816041;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF4D7;
}

/* División video*/
#video {
	width: 425px;
	float: right;
	margin-left: 5px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

/* División copyright y menu inferior*/
#footer {
	position: relative;
	clear: both;
	color: #FFFFFF;
	height: 45px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
	background-image: url(pictures/back_f.jpg);
	background-repeat: repeat;
}
#footer p {
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Ancho de las celdas para hoteles*/
.cel1 {
	width: 15%;
}
.cel2 {
	width: 35%;
}

/* Borde de fotos*/
.imge {
	padding: 2px;
	border: 1px solid #D2BEAA;
	margin-right: 5px;
}

/* Letras azules*/
.blue {
	color: #008BCE;
	font-weight: bold;
	font-size: 10px;
}

/* Division para comentario de tarifas*/
.tarfs {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	background-color: #FFF4D7;
	padding: 3px;
	height: 10px;
	text-align: center;
}

/* Division politica de privacidad*/
#privacidad {
	width: 760px;
	border: 2px solid #71573E;
	padding: 10px;
}
#privacidad p {
	padding-bottom: 15px;
}
#gracias {
	font-size: 12px;
	padding: 10px;
}
#gracias a {
	font-size: 11px;
	font-weight: normal;
}
.div1 {
	float: left;
	width: 280px;
	margin-right: 10px;
}
.div2 {
	float: left;
	width: 245px;
}
.div3 {
	float: left;
	width: 200px;
	margin-right: 10px;
}
.div32 {
	float: left;
	width: 200px;
}
/* form */

#formp	{
	width:249px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 210px;
}
#Name, #Email, #Country_Origin, #Arrival_Day, #Departure_Day {
	width: 180px;
	height: 17px;
}
#Adults {
	width: 20px;
	height: 17px;
}
#Comments {
	width: 180px;
	height: 70px;
}
#Submit {
	background-color: #996600;
	color: #FFFFFF;
	border: 1px solid #00769D;
	width: 130px;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
}

#Submit:hover {
	cursor: pointer;
	color: #FFFFCC;
}
#Name, #Email, #Comments, #Submit, #Adults, #Country_Origin, #Arrival_Day, #Departure_Day {
	font-size: 11px;
	border: 1px solid #EFAF50;
}
#formp p {
	margin-bottom: 5px;
}
.imagen {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;

}
.t1 {
	width: 132px;
	display: block;
	float: left;
}
.t2 {
	width: 155px;
	display: block;
	float: left;
}
legend
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
} 
fieldset
{
	padding: 10px;
	border: 1px solid #781351;
	margin-top: 20px;
}
ul {
	list-style:none
}
.c1	{
	width: 136px;
	padding-left: 4px;

}
.c2	{
	width: 30px;
}
.c3	{
	width: 136px;
	padding-left: 4px;
	color: #C10000;

}
.c4	{
	width: 30px;
	color: #C10000;
}
.c1, .c2, .c3, .c4 {
	float: left;
}
#hoteles li {
	display: inline;
}
#hoteles li a {
	display:block;
	font-size:11px;
	color:#000000;
	font-weight: normal;
	width: 177px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5CEA2;
	text-decoration: none;
	height: 20px;
}
#hoteles li a:hover {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9E4A;
	background-color: #FFEFC6;
	cursor: pointer;

}
#centrar {
	text-align: right;
	margin-top: 10px;
	width: 180px;
}
#main #text a {
	color: #000000;
	font-weight: normal;
}
.imagen2 {
	float: left;
}
.teximpues {
	font-size: 10px;
	color: #781351;
	margin-top: 5px;
	font-weight: bold;
}
.letroj {
	color: #990000;
	font-size: 11px;
}
.divisionf {
	margin-bottom: 10px;
	height: 35px;
	clear: both;
	width: 260px;
}
.divisionf2 {
	margin-bottom: 10px;
	height: 95px;
}
.clr {
	clear: both;
	padding-top: 20px;
}
.txtp {
	width: 500px;
	float: left;
}
.fotosp {
	float: right;
	width: 235px;
	text-align: right;
}
.imgmargen {

}
.divi1 {
	float: left;
	width: 740px;
}
.divi2 {
	float: left;
	width: 20px;
}
.bordep {
	border: 1px solid #9E6E0C;
	padding: 2px;
	margin-bottom: 8px;
	margin-top: 3px;
}
.stilol {
	font-size: 11px;
	font-weight: bold;
	color: #D20000;
	margin-top: 2px;
}
