/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
.menuiz:link ,.menuiz:visited,.menuiz:hover,.menuiz:active{
	font-family: Arial, sans-serif;
	color:#937e6b;
	font-size:11px;
	margin-left: 40px;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: .05em;
}
.menuiz:hover{
	color:#ffffff;

}
#resorts .Normal, .contenido {
	color:#00305c;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	font-weight:normal;
}
#resortsmenu a:link,#resortsmenu a:visited,#resortsmenu a:hover{
	color:#45637a;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	font-weight:bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left:15px;
padding-top:14px;
margin-top:14px;
margin-bottom:4px;
}
#resortsmenu a:hover{
color:#ffffff;
}
#resortsmenu ul,#resortsmenu li{
margin-left:15px;
margin-top:3px;
margin-bottom:3px;
	color:#45637a;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	
	font-weight:bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#resorts .titular {
	color:#45637a;
	font-size: 12px;
	
	text-align: justify;
	font-weight:normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
	vertical-align:middle;
}
.imagenresort{
vertical-align:middle;
}
.menudescarga:link ,.menudescarga:visited,.menudescarga:hover{
	font-family: Arial, sans-serif;
		color:#8fa1af;
		margin-left: 3px;
		margin-bottom: 12px;
	padding-bottom: 12px;
	font-size:11px;
	line-height: 18px;
	letter-spacing: .02em;
	text-decoration:underline;
}
.menudescarga:hover{
	color:#8fa1af;
	text-decoration:underline;

}
body{
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-weight: normal;

}
#menusuperior {
	text-align:center;
	text-decoration:none;
	color:#c5bbae;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	height: 55px;
	text-transform: uppercase;
}
#menusuperior a:link,#menusuperior a:visited,#menusuperior a:hover {
	color: #c5bbae;
	text-decoration: none;
}
.enlaceespecial:link ,.enlaceespecial:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}
.enlaceespecial:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
}
#pie {
	background-color: #8fa1af;
	height: 30px;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;	
}
#textocentral{
text-align:justify;
}
#pie a:link,#pie a:visited,#pie a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;	
}
#pie a:hover {
color:#FFFFFF;
}
a:link, a:visited, a:hover {
	color: #00305c;
	text-decoration: none;
}

a:hover {
color: #cbb260;
		text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
 color:#5c5c5c;
}

ul ul{
 list-style-type: disc;
 color:#5c5c5c;
}

ul ul ul{
 list-style-type: none;
 color:#5c5c5c;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 760px;
	float: left;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	
	background-color: #ffffff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{

	padding: 0px;
	margin: 0 0px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	
	font-size: 88%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	
	width: 100%;

	width: auto;
}

#sectionLinks a:visited{
	
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{


	padding: 2px 0px 2px 10px;
	
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.Estilo1 {	font-size: 24px;
	color: #334d55;
}
.Estilo5 {	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Estilo6 {font-size: 24px}
.Estilo7 {font-size: 14px}
.Estilo17 {	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

	color: #334d55;
	text-align: center;font-size: 12px}
.Estilo8 {
	font-size: 12px;
	color: #334d55;
}
.enlacerojo:link{
	font-size: 12px;
	color: #ff3333;
}
.enlacerojo:visited{
	font-size: 12px;
	color: #ff3333;
}
.enlacerojo:hover{
	font-size: 12px;
	color: #ff3333;

}
.enlacehome:link{
	font-size: 10px;
	color: #334d55;
	text-indent: 15px;
}
.enlacehome:visited{
	font-size: 10px;
	color: #334d55;
		text-indent: 15px;
}
.enlacehome:hover{
	font-size: 10px;
	color: #334d55;
		text-indent: 15px;

}
.Estilo10 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #334d55;
	text-align: justify;
}
.basico{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;;
	color: #334d55;
	text-align: justify;
	margin-bottom: 15px;
}
.Estilo9 {
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #669933;
	width: 100%;

	width: auto;
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.bordeinferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #314D52;
}
.bordederecho {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #314D52;
}
.imagen {
	border: 1px solid #314D52;
}
.borde1 {
	border: 1px solid #000000;
	
}



body {

	margin-left: 0px;
	margin-top: 0px;
}
.Estilo12 {font-size: 80%}
.borde1 {
	border: 1px solid #333333;
}
.Estilo13 {color: #669933}
input {
	background-color: #FFFFFF;
	border: 1px solid #009900;
}
.cuadro {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #334d55;
	text-align: center;
	border: 1px solid #003399;
	word-spacing: 0.2em;
	background-color: #FFFFFF;
}
.oculto {
	display: none;
}
.impresion {display:none}
.Normal {
	color:#00305c;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	font-weight:normal;
}
p {margin:0; padding:0;}
.Estrellas{
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	vertical-align: -7px;
	}
.Resaltado {
	font-weight: bold;
	font-size: 11px;
	color: #00305c;}

.Pie {
	font-size: 2.3mm;
	color:#000000;
	margin-top: 10px;
	text-align: justify;
	word-spacing: 0em;	
	
}
.cabecerapromo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

		color:#5c5c5c;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;

}
.enlacepromo:link ,.enlacepromo:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:underline;
	color: #5c5c5c;
}
.formulario{
	color: #b9aca4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.formulario2{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	height: 18px;

}
.cuadrocentral{
width: 110px;
height: 23px;
background-color: #66839d;
text-align:center;

}
.enlacecentral:link , .enlacecentral:visited, .enlacecentral:hover, .enlacecentral:active   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	text-align:center;

}
form{margin-bottom:0px; margin-top: 0px;}
.letrainferior{
font-family: Arial, Helvetica, sans-serif;
color: #00305c;
font-size: 11px;

}
#resorts h1{
color:#00305c;
font-size:11px;
font-weight:normal;
line-height:16px;
}
#resorts h2{
color:#00305c;
font-size:11px;
font-weight:bold;
line-height:16px;
}
#resorts h3{
color:#00305c;
font-size:11px;
font-weight:normal;
line-height:16px;
}
