<!--
/*CSSs generales
//---------------------------------------------------------------------------------------------------*/

body 
{
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	/*SCROLLBAR-BASE-COLOR: #EDFBEA;*/
	font-family:Verdana;
    font-size: 13px;
	background:#5c4a1f;
	color:#fff;
}


a 
{
   font-family:Verdana;
   font-size: 13px;
   text-decoration: none;
   border-style: none;
   color: #FFFFFF;
   text-align: left;
   font-weight:bold;
}
a:hover
{
	text-decoration:underline;
}
font 
{
   font-family:Verdana;
   font-size: 13px;
   text-decoration: none;
   border-style: none;
   text-align: left;
}

/*----------------------------------------------------------------------------------------------------*/

/*CSSs Estructura: Todo
//---------------------------------------------------------------------------------------------------*/

#todo 
{
	width:100%;
	position:relative;
	padding:0px;
	text-align: center;
	padding-top:0px;
}

#todo2
{
	margin:auto;
	width:1000px;
}

/*----------------------------------------------------------------------------------------------------*/



/*CSSs Estructura: cuerpo
//---------------------------------------------------------------------------------------------------*/

#cuerpo
{
	position:relative;
	
	width:100%;
		
	/*background: #EDFBEA url(../Imagenes/fondo.gif) repeat 0px 0px;*/
	
}

#cuerpo2
{
	width:100%;
	text-align:left;
	
}
/*----------------------------------------------------------------------------------------------------*/



/*CSSs Estructura: encabezado
//---------------------------------------------------------------------------------------------------*/

#encabezado
{
	position:relative;
	width:1000px;
	height:530px;
}

#encabeza_1
{
	position:absolute;
	top:450px;
	left:100px;
	z-index:2;
}
#encabeza_2
{
	position:relative;
	width:385px;
	height:100px;
	background: transparent url(../Imagenes/logo.gif) no-repeat 55px 0px;
	z-index:3;
}
#encabeza_3
{
	position:relative;
	width:1000px;
	height:370px;
	background: transparent url(../Imagenes/encabezado_foto.jpg) no-repeat 55px 12px;
	z-index:3;
}
#encabeza_4
{
	position:relative;
	left:65px;
	width:1000px;
	height:11px;
	/*background: transparent url(../Imagenes/encabezado_sombra.png) no-repeat 65px 0px;*/
	z-index:3;
}
#encabeza_5
{
	position:absolute;
	top:85px;
	right:85px;
	z-index:2;
}
#encabeza_6
{
	position:absolute;
	top:5px;
	right:85px;
	z-index:2;
}


/*----------------------------------------------------------------------------------------------------*/





/*CSSs Estructura: contenido
//---------------------------------------------------------------------------------------------------*/

#contenido
{
	position:relative;
	width:1000px;
	z-index:3;
text-align:center;
}

/*IE interpreta que height = min-heigth. * HTML solo lo reconoce IE */



#contenido2
{
	text-align:justify;
	width:890px;
	margin:auto;

}
* HTML #contenido2
{

}
/*
#contenido2 #texto
{
	margin:auto;
	width:870px;
	text-align:justify;

}*/



/*Botones dentro del Contenido*/
#boto 
{
	font-family: Verdana;
	font-size: 12px;
	border: solid 2px #964d22;
	color:#0f84d3;
	font-weight:bold;
	width: 150px;
	background:#673301;
	margin:5px;

}
#boto2 
{
	font-family: Verdana;
	font-size: 12px;
	border: solid 2px #964d22;
	color:#0f84d3;
	font-weight:bold;
	width: 100px;
	background: #673301 url(../Imagenes/carrodentro.gif) no-repeat 4px 0px;
	margin-top:5px;
}
#boto3
{
	height:22px;
	width:100px;
	background: #93c8ca;
	border:solid 1px #222222;
	clear:both;
	color:#673301;
}

/*----------------------------------------------------------------------------------------------------*/






/*CSSs Estructura: pie
//---------------------------------------------------------------------------------------------------*/

#pie
{
	border-top:solid 1px #866c2d;
	position:relative;
	clear:both;
	width:1000px;
	height:40px;
	text-align:center;
	font-weight:bold;
	
}

#pie_texto1 
{
	width:1000px;
}

#pie_texto1 font
{
	text-align:center;
	font-weight:normal;
	font-size: 10px;
}

#pie_texto2
{	

}
#pie_texto2 font
{
	font-size: 10px;
}
#pie_texto2 a
{
	font-size: 10px;
	color:#6699cc;
}


/*----------------------------------------------------------------------------------------------------*/


#menu
{
	position:relative;
	width:1000px;
	height:59px;
}

#menu ul
{

}

#menu li
{
	float:left;
	text-align:center;
	width:115px;
	height:61px;
}

#menu a
{
position:relative;
cursor: pointer;
}
#menu #itemmenu1 .aitem div
{
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_presentacion.gif) no-repeat 0px 0px;
}
#menu #itemmenu1 .aitemActivo div
{
position:relative;
top:15px;
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_presentacion.gif) no-repeat 0px 0px;
}
#menu #itemmenu2 .aitem div
{
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_localizacion.gif) no-repeat 0px 0px;
}
#menu #itemmenu2 .aitemActivo div
{
position:relative;
top:15px;
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_localizacion.gif) no-repeat 0px 0px;
}
#menu #itemmenu3 .aitem div
{
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_servicios.gif) no-repeat 0px 0px;
}
#menu #itemmenu3 .aitemActivo div
{
position:relative;
top:15px;
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_servicios.gif) no-repeat 0px 0px;
}
#menu #itemmenu4 .aitem div
{
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_infoturistica.gif) no-repeat 0px 0px;
}
#menu #itemmenu4 .aitemActivo div
{
position:relative;
top:15px;
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_infoturistica.gif) no-repeat 0px 0px;
}
#menu #itemmenu5 .aitem div
{
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_reservas.gif) no-repeat 0px 0px;
}
#menu #itemmenu5 .aitemActivo div
{
position:relative;
top:15px;
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_reservas.gif) no-repeat 0px 0px;
}
#menu #itemmenu6 .aitem div
{
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_fotos.gif) no-repeat 0px 0px;
}
#menu #itemmenu6 .aitemActivo div
{
position:relative;
top:15px;
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_fotos.gif) no-repeat 0px 0px;
}
#menu #itemmenu7 .aitem div
{
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_contactar.gif) no-repeat 0px 0px;
}
#menu #itemmenu7 .aitemActivo div
{
position:relative;
top:15px;
height:61px;
width:114px;
background:transparent url(../Imagenes/menu_pes_contactar.gif) no-repeat 0px 0px;
}
#menu a div span
{
display:none;
}



#menu ul, #menu li,#menu dd ,#menu dt ,#menu dl {
	margin:0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}
#itemmenu11
{

}

#menu2
{
	position:relative;
	width:100%;
	height:20px;
}

#menu2 ul
{
width:100%;

}

#menu2 li
{
	display:inline;
	width:100px;
	text-align:center;
	
}


#menu2 a
{
	font-size: 10px;
	color: #0f84d3;
	font-weight:bold;
	letter-spacing:0px;
	padding-right:20px;
	padding-left:20px;
}
#menu2 a:Hover
{
	color: #000000;
	text-decoration:none;
}


#menu2  li.item
{
	height:43px;

}

#menu2 li.itemActivo
{
		height:43px;
		
}
#menu2 li.itemActivo a
{
	color:#000;
}


#menu2 ul, #menu2 li,#menu2 dd ,#menu2 dt ,#menu2 dl {
	margin:0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

#menu3
{
	position:relative;
	width:249px;

}

#menu3 ul
{
position:relative;
left:14px;
}

#menu3 li
{
	text-align:left;
}


#menu3 a
{
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing:0px;
	line-height:180%;
}

#menu3 .items li a
{
color:#CC6600;
}
#menu3 .itemsActivo li a
{
color:#CC6600;
}
#menu3 #menu3ul0 ul a
{
color:#ffffff;
}
#menu3 #menu3ul0 ul li.itemActivo a
{
color:#0099ff;
}


#menu3 a:Hover
{

}


#menu3 li.item
{
}


#menu3 li.itemActivo
{
	
}
#menu3 li.itemActivo a
{
	color:#0099ff;
}

#menu3 ul, #menu3 li
{
	margin:0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}


/*####### MENU PRODUCTOS ##############*/






h1 {
	height:14px;
	font-size: 18px;
	text-align:left;
	margin-bottom:-4px;
	margin-top:12px;
	color:#0f84d3;
	display:none;
	}

h2 {
	font-size: 15px;
	text-align:left;
	padding:30px;
	margin:0px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	color:#F00;
	width:700px;
	text-align:center;
	border:solid 1px #f00;
	background:#FFF;
	}

h3 {
	font-size: 15px;
	text-align:left;
	padding:30px;
	margin:0px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	color:#090;
	width:700px;
	text-align:center;
	border:solid 1px #090;
	background:#FFF;
	}

h4 {
	font-size: 8px;
	}

h5 {
	font-size: 8px;
	}
hr
{
	
}

/*CSSs Estructura: Formularios
//---------------------------------------------------------------------------------------------------*/
.boton
{
	width:100px;
	height:22px;
	text-align:center;
	clear:both;
	color:#0f84d3;
	font-weight:bold;
	border:0px;
}


#enlacespatrocinados
{
	display:none;
}

#acceso
{
position:absolute;
top:120px;
left:5px;
}
#acceso a
{
font-weight:bold;
}





/*CSSs Estructura: Textos
//---------------------------------------------------------------------------------------------------*/

.visible
{
	display:block;
}
.invisible
{
	display:none;
}
.titulo
{
	font-size: 12px;
	text-align:left;
	color:#0f84d3;
}

.caja
{
background-color:#f5f5f5;
border:solid 1px #cccac8;
}
.caja2
{
background-color:#f5f5f5;
border:solid 1px #FFFFFF;
}

.linkweb
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-html.gif) no-repeat 0px 0px ;

}
.linktext
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-text.gif) no-repeat 0px 0px ;

}
.linkdoc
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-word.gif) no-repeat 0px 0px ;
}
.linkzip
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-zip.gif) no-repeat 0px 0px ;
}
.linkaudio
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-audio.gif) no-repeat 0px 0px ;
}
.linkvideo
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-video.gif) no-repeat 0px 0px ;
}
.linkimg
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-image.gif) no-repeat 0px 0px ;
}
.linkswf
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-flash.gif) no-repeat 0px 0px ;
}
.linkpdf
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-pdf-doc.gif) no-repeat 0px 0px ;
}
.linkxls
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-excel.gif) no-repeat 0px 0px ;
}



#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	min-width: 430px;
	height: 0px;
	z-index: 200;
}
*HTML #trailimageid
{
	width:430px;
}

#ventanaimagen #titulo
{
	width:100%;
	height:20px;
	background-color: #5c4a1f;
	border: solid 1px #999999;
	color:#FFFFFF;
}
#ventanaimagen #titulo font
{
	position:relative;
	top:2px;
	margin-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}





/* noticias */



#noticiash
{
position:relative;
width:278px;
height:162px;
background-color:#f5f5f5;
border:solid 1px #cccac8;
float:left;
margin-left:15px;
}
#noticiash a
{
	font-size:10px;
}
#noticiash .titulo
{
	font-size:14px;
	color:#0f84d3;
	font-weight:bold;
	margin-left:10px;
}
#noticiash .separador
{
height:10px;
}
#noticiashome
{
margin-left:10px;
}
#noticiash #ulnoticias li
{
	list-style-type: square;
	color: #ff9933;
}
#noticiash #ulnoticias li a
{
	color: #000;
}

#exitosh
{
position:relative;
width:278px;
height:162px;
background-color:#f5f5f5;
border:solid 1px #cccac8;
float:left;
margin-left:20px;
}
#exitosh a, #exitosh p, #exitosh font
{
	font-size:10px;
}
#exitosh .titulo
{
	font-size:14px;
	color:#0f84d3;
	font-weight:bold;
	margin-left:10px;
}
#exitosh .tituloexito
{
	font-size:10px;
	color:#ffb653;
}
#exitosh .separador
{
height:10px;
}

#exitoshome
{
margin-left:10px;
}
#exitosh #ulexitos li
{
	list-style-type: square;
	color: #ff9933;
}
#exitosh #ulexitos li a
{
	color: #000;
}
.mas
{
position:absolute;
bottom:5px;
right:5px;
}


#partnerhome
{
margin-top:20px;
position:relative;
width:578px;
height:168px;
background-color:#f5f5f5;
border:solid 1px #cccac8;
margin-left:15px;
clear:both;
float:left;
}
#partnerhome .titulo
{
	font-size:14px;
	color:#0f84d3;
	font-weight:bold;
	margin-left:10px;
}
#partnerhome .cuerpo_partnerhome
{
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
}
#partnerhome .cuerpo_partnerhome img
{
float:right;
margin-left:10px;
}

.input2
{
background:transparent;
color:#FFF;
border:0px;
text-align:center;
}
-->