html {
background: url(imagen/bgGreen.jpg) repeat;

}
body {
	/*background: #96A64D;*/
	/*background: url(imagen/bg.jpg) repeat;*/
	/*background: url(imagen/bgGreen.jpg) repeat;*/
	background: url(imagen/bgOu.png) no-repeat top;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	text-align:center;
	margin: 20px 0;
}

#pagina {
	width: 800px;
	margin: 0px auto;
	padding: 0;
	border:0;
	clear:both;
}

#bannerLogo {
	height: 230px;
	/*background: url(imagen/banner.png) no-repeat;*/
	background: url(imagen/banner2.jpg) no-repeat;
	vertical-align:bottom;
	text-align:right;
	color:#CCCCCC;
}

#saltarPublic {
	background: #FFFFFF;
	padding: 5px 30px;
}

.content {
	background:#FFFFFF;
}

#bannerBotones {
	font-size: 12px;
	margin: 0px 35px 15px 35px;
}

a, a:visited {
	text-decoration:none;
	color: #3F8CC5;
}

a:hover, a:actived {
	text-decoration: underline;
}

.linktipo2, linktipo2:visited {
	color: #666666;
	text-decoration: underline;
}

.linktipo2:hover, linktipo2:actived {
	text-decoration: none;
}

.colorAzul {
	color: #3F8CC5;
}

.colorGreen {
	color: #8dc73e;
}

.colorNaranja{
	color: #ED5017;
}

.colorVerde{
	color: #009900;
}

.marg35_10 {
	margin: 10px 35px;
}

.centrado {
	text-align:center;
}

.bordeGrisClaro {
	border: 1px solid #E2E2E2;
}

.letra9 {font-size: 9px}



input.formatoinput {
	width: 200px;
	height: 14px;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

input[type=file] {
	height: 20px;
}

input[type=submit],input[type=reset],input[type=button] {
	height: 22px;	
	font-size: 11px;
}

select {
	height: 18px;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

select.pais {
	width: 205px;
}

textarea {
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

.bordeGrisClaro {
	border: 1px solid #E6E6E6;
}


/*//////////////////////////// CUERPOS ////////////////////////////////////////////////*/

/*//////////////  INDEX //////////////////////////*/

.aboutUs {
	background:url(imagen/aboutUsfond.jpg) no-repeat center;
	height: 310px;
	margin: 10px 35px;
	text-align: left;
}

.aboutUs #box {
	background: #FFFFFF url(imagen/sombrabaja.jpg) bottom repeat-x;
	margin: 25px;
	padding: 10px;	
	width: 45%;
	border: 1px solid #E6E6E6;
}

#anternativas .box {
	background: #FFFFFF url(imagen/sombrabaja.jpg) bottom repeat-x;
	border: 1px solid #E6E6E6;
	padding: 5px;
}

#anternativas .titulo {
	background: #FFFFFF;
	font-size: 16px;
	color: #3F8CC5;
}
/*//////////////  FININDEX //////////////////////////*/

/*//////////////  CONTROL PANEL //////////////////////////*/

#controlPanel .box, #controlPanel2 .box {
	background: #FFFFFF url(imagen/sombrabaja.jpg) bottom repeat-x;
	border: 1px solid #E6E6E6;
}

.coloBlanco {
	color: #FFFFFF;
}
/*//////////////  CONTROL PANEL //////////////////////////*/


/*//////////////  TOURS - PROMOCIONES //////////////////////////*/

#tours .titulo {
	background: #FFFFFF;
	font-size: 16px;
	color: #3F8CC5;
}

#tours {
	color: #666666;
}

#tours .box {
	background: #FFFFFF url(imagen/sombrabaja.jpg) bottom repeat-x;
	border: 1px solid #E6E6E6;
}

.detalle {
	color: #006633;
}

.floatleft {
	float: left;
}
/*//////////////  TOURS - PROMOCIONES //////////////////////////*/




/*//////////////////////////// FIN CUERPOS ////////////////////////////////////////////////*/

/*PARA VER PREVIEW DE IMAGENES EN UN CUADRO EMERGENTE*/

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	/*background-color:#efefef;*/
	/*background-color:#fbe291;*/
	background: transparent url(imagen/fondthumb.png) repeat;
	padding: 5px;
	left: -1000px;
	bottom:0;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	bottom: -50px;
	left: 60px; /*position where enlarged image should offset horizontally */
}

/*PARA VER PREVIEW DE IMAGENES EN UN CUADRO EMERGENTE*/

#piedepagina {
	background: url(imagen/fondpiepagina.png) no-repeat bottom;
}








