@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Trebuchet Ms";
	font-size: 11pt;
	background-color: #F1F1F1;
	background-image: url(back-body.jpg);
	background-repeat:  repeat-x;
}
#bodywrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CCFF;
	border-left-color: #99CCFF;
	background-color: #FFFFFF;
}
#bodywrap #header {
	float: left;
	width: 980px;
	background-image: url(en-yucatan-header.jpg);
	height: 140px;
}
#bodywrap #header #search {
	width: 320px;
	float: right;
	margin-top: 30px;
	margin-right: 2px;
}

.jqueryslidemenu{
	font: bold 12px Verdana;
	width: 980px;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	float: left;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 8px 10px;
	color: #2d2b2b;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #EAEAEA;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #333333;
	font-weight: bold;
}

.jqueryslidemenu ul li a:hover{
	color: #FFFFFF;
	background-color: #FF3300;
	background-image: url(hover.jpg);
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: solid;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

#bodywrap #contenido {
	background-color: #FFFFFF;
	float: left;
	width: 980px;
}
#bodywrap #contenido #intro {
	background-color: #FFFFFF;
	float: left;
	width: 980px;
	height: 332px;
}

#bodywrap #contenido #intro #ereserva{
	float: left;
	width: 200px;
	padding-left: 5px;
}
#bodywrap #contenido #intro #ereserva h2, #destacado h2, #popular h2{
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(green.png);
	height: 28px;
	padding-top: 5px;
	color: #FFFFFF;
	padding-left: 5px;
}

#bodywrap #contenido #intro #destacado{
	float: left;
	width: 440px;
	padding-left: 10px;
}
#bodywrap #contenido #intro #destacado p {
	font-size: 95%;
}

#bodywrap #contenido #intro #popular{
	float: left;
	width: 310px;
	padding-left: 10px;
}
#bodywrap #contenido #intro #popular ul {
	text-decoration: none;
	list-style-type: none;
	padding-left: 5px;
}

#bodywrap #contenido #intro #popular li a {
	text-decoration: none;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	line-height: 19px;
}
#bodywrap #contenido #intro #popular li a:hover {
	text-decoration: none;
	background-color: #E8E8E8;
}

#bodywrap #contenido #intro #popular a {
	text-decoration: none;
	color: #000099;
	font-size: 10pt;
	font-weight: bold;
}
#bodywrap #contenido #intro #destacado a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}


#bodywrap #contenido #informacion {
	float: left;
	width: 660px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#bodywrap #contenido #informacion #textos {
	width: 100%;
}
#bodywrap #contenido #informacion #textos h1 {
	color: #990000;
	font-weight: bold;
	font-size: 18pt;
	margin-top: 5px;
}

#bodywrap #contenido #social {
	float: left;
	width: 640px;
	border: 1px solid #CCCCCC;
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 10px;
}
#bodywrap #contenido #informacion #textos p {
	font-size: 10pt;
	color: #333333;
}
.tarifaDesde {
	font-size: 14pt;
	color: #333399;
}
.laTarifa {
	font-size: 16pt;
	color: #FF0000;
	font-weight: bold;
}
.notarifa {
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	border: 1px solid #99CCFF;
	background-color: #ECF5FF;
	padding: 3px;
	text-align: center;
}




#bodywrap #contenido #informacion p {
	font-size: 11pt;
	color: #333333;
}
#bodywrap #contenido #informacion #textos h2 {
	font-size: 16pt;
	color: #333333;
}
#bodywrap  #contenido  #informacion  #textos  ul {
	color: #000000;
	font-style: italic;
	font-size: 10pt;
}
#bodywrap #contenido #informacion #textos ol {
	color: #000066;
	font-style: italic;
	font-size: 10pt;
}
#bodywrap #contenido #informacion #textos .info {
	background-color: #EFEFEF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	color: #333333;
	font-style: italic;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 10pt;
}
#bodywrap #contenido #informacion #textos .alerta {
	color: #990000;
	background-color: #FFCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-style: normal;
	font-size: 10pt;
	border: 1px solid #993300;
}
#bodywrap #contenido #informacion #textos .comenta {
	background-color: #DDEEFF;
	color: #000066;
	border: 1px solid #66B3FF;
	padding: 15px;
	font-size: 10pt;
}



#bodywrap #contenido #sidebar {
	float: left;
	width: 300px;
	background-color: #F1F1F1;
}
#bodywrap #contenido #sidebar li a {
	text-decoration: none;
	color: #666666;
	list-style-type: none;
	font-weight: bold;
	font-size: 90%;
}
#bodywrap #contenido #sidebar li a:hover {
	color: #9B1712;
}

#bodywrap #contenido #sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
}
#bodywrap #contenido #sidebar .google200 {
	margin-left: 12px;
}
#bodywrap #contenido #sidebar .reldestino {
	text-transform: uppercase;
	font-size: 9pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: lighter;
	background-image: url(pink.png);
	height: 28px;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bodywrap #contenido #sidebar .relvideo {
	text-transform: uppercase;
	font-size: 9pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: lighter;
	background-image: url(green.png);
	height: 28px;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bodywrap #contenido #sidebar .relpublicidad {
	text-transform: uppercase;
	font-size: 9pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: lighter;
	background-image: url(blu.png);
	height: 28px;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bodywrap #footer {
	width: 980px;
	float: left;
	background-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	background-image: url(footer.jpg);
	height: 200px;
}
#bodywrap #footer .footdiv {
	width: 980px;
	float: left;
	height: 170px;
	padding-top: 30px;
}
#bodywrap #footer .footdiv p {
	font-size: 10pt;
	color: #FFFFFF;
}

#bodywrap #footer .footdiv h2 {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: lighter;
	text-align: left;
}
#bodywrap #footer .develop {
	width: 980px;
	float: left;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10pt;
	padding-bottom: 10px;
	padding-top: 10px;
}
#bodywrap #footer .develop a {
	color: #FF9900;
	font-weight: bolder;
	text-decoration: none;
}

#bodywrap #footer .footdiv li a {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bolder;
	list-style-type: square;
	font-size: 10pt;
}
#bodywrap #footer .footdiv ul {
	padding-left: 20px;
	color: #FFFFFF;
}
#bodywrap #contenido #comentarios {
	float: left;
	width: 640px;
	padding: 10px;
	font-size: 10pt;
}
#bodywrap #contenido #informacion #comentarios h3 {
	font-size: 14pt;
	font-weight: lighter;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
}
#bodywrap    #contenido    #informacion    #social     a        {
	text-decoration: none;
	color: #FF0000;
}
hr {
	border-bottom: 1px dotted #94B1DF; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	clear: both;
	}
.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}	
#bodywrap #contenido #informacion #textos .fot {
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #F1F1F1;
	margin: 2px;
}
#bodywrap #contenido #informacion #textos caption {
	background-color: #D7EBFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #97A6CE;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #97A6CE;
	border-left-color: #97A6CE;
}
.titab {
	background-color: #CC3300;
	color: #000000;
	font-weight: bold;
}
.la {
	color: #003366;
}
.lb {
	color: #7D0000;
	background-color: #F9E3EA;
	font-weight: bold;
}
#bodywrap #contenido #informacion #textos table {
	border: 1px solid #999999;
	font-size: 10pt;
}
#bodywrap #contenido #informacion #textos a {
	color: #333333;
	text-decoration: none;
}

.smh1 {
	border: 1px solid #99CCFF;
	background-color: #EAF4FF;
	width: 200px;
	float: left;
	margin: 7px;
	text-align: center;
	font-size: 10pt;
}
.smh2 {
	border: 1px solid #86C127;
	background-color: #EAF7D5;
	width: 200px;
	float: left;
	margin: 7px;
	text-align: center;
	font-size: 10pt;
}
#bodywrap #contenido #informacion #textos h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #FF0000;
}
#bodywrap #contenido #informacion #textos a:hover {
	color: #FF3300;
}


.texto {  color: #666;  background-color: #FFF;  border: 1px solid #CCC;  width: 150px;}
.boton {  color: #666;  background-color: #FFF;  border: 1px solid #CCC;  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px;  padding: 3px;}
form p {  clear: left;  margin: 0;  padding: 0;  padding-top: 5px;}
form p label {  float: left;  width: 20%;  font: 11px Arial, Helvetica, sans-serif;  color:#990000;}
fieldset {  border: 1px dotted #999;  margin-top: 16px;  padding: 10px;}
legend {  font: 14px Arial, Helvetica, sans-serif;  color: #339933;  background-color: #FFFFFF;}h5 {
	font-family: "Trebuchet Ms", Verdana, Tahoma;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
