* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #BCCAD7;
	width: 820px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	color: #E2555B;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	margin-bottom: 11px;
	color: #E68A00;
}
h3 {
	color: #CC6600;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#principal {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}



.division1 {
	width: 300px;
	float: left;
}
.division2 {
	background-color: #FFF;
	width: 520px;
	float: left;
}
.logo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-bottom: 3px;
	background-color: #F4F4F4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	margin-top: 3px;
}
.formulario {
	background-color: #557665;
	color: #FFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 1px;
}
.menp {
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-right: 5px;
	margin-left: 5px;
}
.foto {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7C7974;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px;
}
.texto {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.texto p {
	text-align: justify;
	margin-bottom: 10px;
}



/* menu superior */
#linksp {
	list-style:none;
	clear: both;
	height: 75px;
	margin-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}

#linksp li {
	display: inline;
	float: left;
}
#linksp  li a{
	display:block;
	font-weight: bold;
	text-align: center;
	color:#000;
	font-weight: bold;
	background-color: #FFF;
	width: 100px;
	font-size: 12px;
	margin-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	vertical-align: bottom;
	padding-top: 45px;
	height: 15px;
}
#linksp  li.li1 a{
	background-image: url(pictures/mi1g.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#linksp  li.li2 a{
	background-image: url(pictures/mi2g.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#linksp  li.li3 a{
	background-image: url(pictures/mi3g.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#linksp  li.li4 a{
	background-image: url(pictures/mi4g.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#linksp  li.li5 a{
	background-image: url(pictures/mi5g.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#linksp li.fin a{
	margin-right: 0px;
	border-right-width: 0px;

}
#linksp li.gr a{
	width: 105px;

}
#linksp li a:hover{
	color: #EA7E48;

}
#linksp li.activo1 a, #linksp li.li1 a:hover {
	color: #EA7E48;
	background-image: url(pictures/mi1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#linksp li.activo2 a, #linksp li.li2 a:hover {
	color: #EA7E48;
	background-image: url(pictures/mi2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#linksp li.activo3 a, #linksp li.li3 a:hover {
	color: #EA7E48;
	background-image: url(pictures/mi3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#linksp li.activo4 a, #linksp li.li4 a:hover {
	color: #EA7E48;
	background-image: url(pictures/mi4.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#linksp li.activo5 a, #linksp li.li5 a:hover {
	color: #EA7E48;
	background-image: url(pictures/mi5.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.clr {
	clear: both;
}

#Name, #Email, #Telephone, #Country_Origin, #Arrival_Day, #Departure_Day, #Adults {
	height: 14px;
	padding: 2px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
}
#Selector {
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	width: 246px;
}
#Name {
	width: 240px;
}
#Telephone , #Arrival_Day, #Departure_Day{
	width: 112px;
}


#Comments {
	width: 240px;
	height: 80px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#Submit {
	background-color: #E68A00;
	color: #FFF;
	width: 100px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E0DF;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #E1E0DF;
	height: 20px;
}

#Submit:hover {
	cursor: pointer;
	color: #FFFFCC;
}
#Name, #Email, #Comments, #Telephone, #Country_Origin, #Arrival_Day, #Departure_Day, #Adults, #Selector {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #C0C3CA;
	border-bottom-color: #C0C3CA;
	border-left-color: #000;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.div1 {
	clear: both;
	margin-bottom: 6px;
	font-size: 11px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.div3 {
	clear: both;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	height: 40px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.div2 {
	font-size: 11px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;

}
.let2 {
	font-size: 12px;
	margin-top: 4px;
}
.fotoin {

}
.cuadro1 , .cuadro2, .cuadro3{
	width: 140px;
	float: left;
	margin-top: 5px;
	text-align: center;
	padding: 5px;
}
.cuadro1 {
	margin-right: 7px;
	border: 1px solid #FFEBCA;
}
#principal .cuadro3 a{
	color: #000;
}
#principal .cuadro2 a{
	color: #099;
}

.cuadro3 {
	margin-right: 7px;
	background-color: #FFF;
	border: 1px solid #CED1E3;
}
.cuadro2 {
	border: 1px solid #CDEBEB;
}
.cuadro1:hover {
	background-color: #FFFAF2;
}
.cuadro3:hover {
	background-color: #F3F4F8;
}
.cuadro2:hover {
	background-color: #F1F7F8;
}

.cuadro1 img  ,.cuadro2 img ,.cuadro3 img{
	text-align: center;
	margin-bottom: 5px;
}


.borde {
	padding: 2px;
	border: 1px solid #D8EBC5;
}
#principal a {
	color: #690;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#principal a:hover {
	color: #EA7E48;
}
#copyright {
	text-align: center;
	background-color: #034D74;
	color: #FFF;
	padding: 8px;
	margin-top: 1px;
}
#copyright a {
	color: #FFF;
}

.letv2 {
	font-size: 10px;
	font-weight: normal;
	color: #C90;
}
.letv {
	font-size: 10px;
	font-weight: normal;
	color: #099;
}
#principal .parrafo{
	margin-bottom: 14px;
}
.formcent {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #EBECED;
}
.formcent2 {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 34px;
	padding-bottom: 4px;
	padding-left: 40px;
	border: 1px solid #EBECED;
}
.formcent  p, .formcent h3 {
	text-align: center;
}
.textinf {
	width: 310px;
	float: left;
	margin-right: 15px;
}
.ftumb {
	width: 145px;
	float: left;
}
#listas {
}
#listas li {
	margin-bottom: 8px;
	list-style-position: inside;
}
.bordt {
	padding: 3px;
	border: 1px solid #A4ACA9;
	text-align: center;
}
.let3 {
	color: #690;
	text-align: center;
	font-weight: bold;
}
.sep {
	margin-right: 17px;
}
.imgnrm {
	margin-bottom: 5px;
}
.divform1 {
	width: 120px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	height: 21px;
	line-height: 21px;
}
.divform4 {
	width: 120px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 10px;
	height: 45px;
	line-height: 45px;
}
.divform2 {
	width: 215px;
	float: left;
	margin-bottom: 10px;
	height: 21px;
	font-size: 11px;
	line-height: 21px;
}
.divform3 {
	width: 215px;
	float: left;
	margin-bottom: 10px;
	height: 65px;
}
#Name2, #Email2, #Arrival_Day2, #Departure_Day2, #Rooms2, #Telephone2, #Country_Origin2 {
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	width: 200px;
	border: 1px solid #A4ACA9;
	margin-bottom: 2px;
	text-indent: 2px;
}
#Adults2, #Childrens2 {
	width: 20px;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	text-indent: 2px;
	border: 1px solid #A4ACA9;
}
#Comments2 {
	width: 200px;
	font-size: 11px;
	height: 60px;
	border: 1px solid #A4ACA9;
	text-indent: 2px;
}
#Submit2 {
	font-size: 11px;
	width: 100px;
	background-color: #506169;
	color: #FFFFFF;
	border: 1px solid #274E56;
	font-weight: bold;
}
#Submit2:hover {
	cursor: pointer;
	color: #FFFFCC;
}
.submcent {
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	clear: both;
	height: 25px;
	padding-top: 5px;
}
.centrar {
	text-align: center;
	clear: both;
	color: #690;
	margin-bottom: 15px;
}
.lang  {
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
}
.lang img {
	margin-left: 3px;
	border: 1px solid #FFFFFF;
	float: left;
}
.lang   a  {
	color: #FFFFEA;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
.lani {
	width: 180px;
	float: right;
}
.espaciado {
	padding-right: 2px;
	padding-left: 2px;
	background-color: #034D74;
}
#ments {
	height: 58px;
	margin-bottom: 1px;
}
#ments li {
	display: inline;
}
#ments li a {
	display: block;
	color: #557665;
	height: 37px;
	background-color: #DAE4DF;
	text-decoration: none;
	border-bottom-color: #D6D6D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 56px;
	float: left;
	text-align: center;
	margin-right: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#ments li a:hover {
	background-color: #E6ECE9;
	color: #EA7E48;
}
#ments li.fin a {
	display: block;
	text-align: center;
	margin-right: 0px;
	width: 57px;
}
#ments li.an a {
	display: block;
	text-align: center;
	width: 108px;
	padding-top: 6px;
	height: 46px;
	line-height: 15px;
}
.leti {
	text-align: center;
	color: #F60;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.divt {
	background-color: #F9F9F9;
	padding-top: 4px;
}
.tct {
	margin-top: 5px;
	clear: both;
	list-style-type: none;
}
.tct li {
	clear: both;
}

.bordet 
      {
	border: 1px solid #BCCAD7;
	float: left;
	width: 356px;
	padding: 2px;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.bordet2 
      {
	border: 1px solid #BCCAD7;
	float: left;
	width: 118px;
	padding: 2px;
	font-size: 11px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.textr {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	clear: both;
	padding-top: 2px;
	margin-top: 10px;
}
.copyrigth2 {
	width: 784px;
	float: left;
}
.sm {
	float: left;
	padding-top: 4px;
}
#centrado {
	text-align: center;
	padding-top: 40px;
}
#centrado p {
	text-align: center;
	margin-bottom: 20px;
}
.letred {
	font-weight: bold;
	color: #669900;
}
.listas {
	list-style-type: none;
}

#principal .listas li {
	margin-bottom: 6px;
}
.navg {
	background-color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE4DF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	width: 495px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#principal .navg a {
	color: #069;
}

