/*#plecaRedondeada {
	width: 500px;
	height:auto;
	padding:10px;
	top:120px;
	left:170px;
	position:relative;
	background-image: url(../imagenes/fondoBalnco_60.png);
	background-repeat: repeat;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	behavior: url(ie-css3.htc);
}*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

@font-face {
	font-family: 'FrutigerLtCd';
	src: url('./FrutigerLtCd.eot');
	src: local('FrutigerLtCd'), url('./FrutigerLtCd.woff') format('woff'), url('./FrutigerLtCd.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_17585">Text with this font applied</p> */
.fontsforweb_fontid_17585 {
	font-family: 'FrutigerLtCd' !important;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('Archive/Oswald-Regular.eot');
  src: local('Oswald'), url('Archive/Oswald-Regular.woff') format('woff'), url('Archive/Oswald-Regular.ttf') format('truetype'), url('Archive/Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Font downloaded from FontsForWeb.com */

* { margin: 0; padding: 0; }
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Oswald', sans-serif!important;
	/*height:100%;*//*quite el valor del 100% de altura porque crea un conflicto con el fancybox, al hacer clic en una imagen que este muy abajo la página se sube*/
}
/*html, body {
	margin: 0;
	padding: 0;
	height:100%;
}*/

body{
	background-color:#efeded;
	margin:0px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
	text-align:center;
	height:100%;
	background-image: url(../imagenes/fondo-gral.png);
	background-repeat: repeat-x;
	background-position: left top;	/*background-image: url(../imagenes/fondo-gral.png);
	background-repeat: repeat-x;
	background-position: left top;*/	/*background: url('../imagenes/fondo-gral-kartodromo-izcalli.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;*/
}
#bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

/*----MAIN PANEL----*/

#mainM{
	width:100%;
	height:auto;
	min-height:100%;
	float:left;
	display:block;
	position:relative;
	/*padding-bottom:55px;*/
	/*border-top-style: solid;
	border-top-color: #ed1c24;*/
	/*background-color: #999933;*/	/*background-color: #9999CC;*/
}
.HeaderTop{
	width:100%;
	height:75px;
	position:fixed;
	z-index:10;
	padding-bottom:55px;/**/
	background-image: url(../imagenes/fondo-gral-corto.png);
	background-repeat: repeat-x;
	background-position: left top;	/*background-color: #999933;*/	/*background-color: #9999CC;*/
	/*background-color: #99CC99;*/
}
#central {
	height: auto;
	width:1015px;
	overflow:hidden;
	margin-bottom:8px;
	margin:0 auto 0 auto;
	/*float:left;*/
	/*background-color: #99CC66;*/
	text-align: center;
	/*border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #333333;
	border-left-color: #333333;*/
}
#Header {
	height: 150px;
	width:1015px;
	padding-top: 0px;
	/*overflow:hidden;*/
	padding-bottom:0px;
	margin:0 auto 0 auto;
	/*background-color: #CC66CC;*/
	text-align: left;
	z-index: 10;
	/*float:left;*/
	position:relative;
}
.logo {
	height: 150px;
	width:196px;
	padding-left: 0px;
	padding-right:0px;
	float:left;
	top: -46px;
	position:relative;
	/*background-color: #999900;*/
}
.redesSocialestop {
	/*background-color: #009999;*/
	width:775px;
	height:auto;
	float:right;
	position:relative;
	padding-top:4px;
	padding-bottom:10px;
	padding-right:10px;
	text-align: right;	/*margin: 0 auto;*/
	
}
/*********menu top **************/
.menuTopN {
	color: #fff;
	font-weight: 300;
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:5px; 0 0 0;
}
.menuTopN ul{
	float:left;
position: relative; 
left: 41%;

}
.menuTopN ul li {
	float:left;
position: relative; 
right: 50%;

}
.menuTopN ul li a {
	color:#FFF;
	display:block;
	/*border:1px solid;*/
	font-size: 14px;
	padding:4px 10px 5px 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #4dc5f1;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #4dc5f1;
}
.menuTopN > ul >li:last-child > a{
        border-right-width: thin;
	border-right-style: solid;
	border-right-color: #4dc5f1;
}
.menuTopN ul li a:hover {
	/*background: rgba(0, 0, 0, 0.6);*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.menuTopN ul li.mail a {
	background-image: url(../imagenes/ico-mail-info.png);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	padding-left:33px;
}
.menuTopN ul li.fon a {
	background-image: url(../imagenes/ico-fon-top.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left:30px;
}
.menuTopN ul li.intranet a {
	background-image: url(../imagenes/ico-intranet.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left:32px;
}
/********* termina menu top ***************/

/********** menu ppal ***************/
.menuPpal {
	/*background-color: #009999;*/
	width:817px;
	height:auto;
	float:left;
	position:relative;
	/*padding-top:40px;*/
	padding-top:0px;
	text-align: center;	/*margin: 0 auto;*/
	
}
#button {
	padding: 0;
	margin:0 auto 0 auto;
}
#button li {
	display: inline;
	height:38px;
	/*background-color: #e7d1a0;*/
	
}
#button li a {
	height:28px;
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	text-decoration: none;
	float:left;
	padding-top:10px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0px;
	color: #ed1c24;
	font-weight: bold;
}
#button li a:hover {
	color: #000;
}
.centralHn {
	width:1015px;
	height:auto;
	float:left;
	position:relative;
	background-color:#00CC99;
}
.contenedorContH {
	margin:0 auto 0 auto;
	width:1015px;
	height:auto;
	float:left;
	position:relative;
	text-align: center;
	/*background-color: #99CC66;
	top:-35px;*/
}

.hnoticias {
	width:441px;
	height:327px;
	text-align: center;
	float:left;
	position:relative;
	background-color: rgba(0, 0, 0, 0.6);
}
.hcentro {
	width:250px;
	height:327px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	float:left;
	position:relative;
	/*background-color: #999966;*/
}
.hcalendario {
	width:250px;
	height:138px;
	text-align: center;
	float:left;
	position:relative;
	background-color: rgba(255, 162, 0, 0.5);
}
.hgaleria {
	width:250px;
	height:185px;
	text-align: center;
	float:left;
	position:relative;
	background-color: rgba(173, 1, 1, 0.5);
}
.hfacebook {
	width:304px;
	height:327px;
	text-align: center;
	float:left;
	position:relative;
	background-color: rgba(0, 120, 255, 0.6);
}


#ContenedorSlider {
	width: 763px;
	height:360px;
	position:relative;
	float:left;
	/*background-color: #999933;*/
	/*top:-50px;*/
	padding:10px;
	z-index:0;
	margin-right:14px;
	margin-bottom:18px;
	background-color: #FFFFFF;
}
#ContenedorInterna{
	width: 763px;
	height:auto;
	position:relative;
	float:left;
	/*background-color: #999933;*/
	/*top:-50px;*/
	padding:10px 15px 20px 15px;
	z-index:0;
	margin-right:14px;
	margin-bottom:18px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif!important;
	text-align: left;
}
#ContenedorInterna p{
	font-family: Geneva, Arial, Helvetica, sans-serif!important;
	text-align: left;
	line-height: 18px;
	float:left;
	position:relative;
}
#ContenedorInterna span.uno {
	float:left;
	position:relative;
	font-family: Geneva, Arial, Helvetica, sans-serif!important;
	text-align: left;
}
.letraGlobal {
}
.subtit-sec {
}
.listas-cont {
}
.tit-acordeon {

}
#ContenedorInterna p a{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #006699;
	text-decoration: underline;
	background-color: #9DDFFF;
	padding: 2px 5px 2px 5px;*/
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	/*background-image: url(../imagenes/n-fondo-ver-mas.png);
	background-repeat: repeat-x;
	background-position: left top;*/
	font-family: 'Oswald', sans-serif;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding: 1px 5px 1px 5px;
	background-color: #006699;
	line-height: 22px;
}
#ContenedorInterna p a:hover{
	background-color: #0099CC;
}
#ContenedorInterna p .solicitud {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #006699;
	text-decoration: underline;
	background-color: #9DDFFF;
	padding: 2px 5px 2px 5px;*/
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	/*background-image: url(../imagenes/n-fondo-ver-mas.png);
	background-repeat: repeat-x;
	background-position: left top;*/
	font-family: 'Oswald', sans-serif;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding: 1px 5px 1px 5px;
	background-color: #FF6600;
	line-height: 22px;
}
#ContenedorInterna p .solicitud:hover{
	background-color: #FF3300;
}
/*acordeon*/
dl{
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float:left;
}
		dt, dd{ padding: 10px; float:left; width:98%;}
		dt{ background: #d2d3d3; color: #373737; border-bottom: 1px solid #f1f4f4; border-top: 1px solid #f1f4f4; cursor: pointer; }
		dd{
	background: #F5F5F5;
	display: none;
	line-height: 1.6em;
	font-weight: 300;
	font-size: 17px;
}
		dt.activo, dt:hover{ background: #c4e6f3; }

		dt:before{
	background-image: url(../imagenes/lista-abrir.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:25px;
	padding-bottom:20px;
		content: "";
		color:d2d3d3; /*margin-right: 10px;*/ 
}
		
dt.activo:before{ /**/content: "";/**/
	background-image: url(../imagenes/lista-cerrar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:25px;
}
/*termina acordeon*/
.latDerI {
	width: 190px;
	height:auto;
	position:relative;
	float:left;
	background-color: #fff;/**/
	/*top:-50px;*/
	padding:8px;
}
.latDerH {
	width: 200px;
	height:360px;
	position:relative;
	float:left;
	background-color: #fff;/**/
	/*top:-50px;*/
	padding:8px;
}
.latDerH1 {
	width: 200px;
	height:116px;
	position:relative;
	float:left;
	background-color: #99CC33;
	margin-bottom:10px;
	background-image: url(../imagenes/bot-recomendar.jpg);
	background-position: left top;
	border-radius: 0px 8px 0px 8px; -moz-border-radius:0px 8px 0px 8px; -webkit-border-radius: 0px 8px 0px 8px;
}
.latDerH2 {
	width: 200px;
	height:234px;
	position:relative;
	float:left;
	background-color: #04529c;
	border-radius: 0px 8px 0px 8px; -moz-border-radius:0px 8px 0px 8px; -webkit-border-radius: 0px 8px 0px 8px;
}
.ContenedorNotasH {
	margin:0 auto 0 auto;
	width:995px;
	min-height:300px;
	float:left;
	position:relative;
	text-align: center;
	background-color: #fff;
	padding:10px;
	margin-bottom:18px;
}
.titulos {
	width:auto;
	height:auto;
	padding: 4px 45px 4px 0;
	background-image: url(../imagenes/fondo-tit.png);
	background-repeat: repeat-x;
	background-position: left top;
	color:#FFFFFF;
	float:left;
	position:relative;
}
.titulos span{
	background-image: url(../imagenes/estrella-tit.png);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	position:relative;
	padding-left:24px;
}
.carruselNotasH {
	width: 100%;
	height:auto;
	background-color: #fff;
	padding:0px;
	float:left;
	margin-top:4px;
}
#ContenedorInterna1column{
	width: 98%;
	height:auto;
	position:relative;
	float:left;
	/*background-color: #999933;*/
	/*top:-50px;*/
	padding:10px 15px 20px 15px;
	z-index:0;
	margin-right:14px;
	margin-bottom:18px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif!important;
	text-align: left;
}
/******** internas **************/
.cabeza-idiomas {
	width:765px;
	height:229px;
	float:left;
	position:relative;
	background-image: url(../imagenes/cabeza-idiomas.jpg);
	background-repeat: no-repeat;
	background-position: left top;/**/
}
.cabeza-estudia-trabaja {
	width:765px;
	height:229px;
	float:left;
	position:relative;
	background-image: url(../imagenes/cabeza-estudia-trabaja.jpg);
	background-repeat: no-repeat;
	background-position: left top;/**/
}
.cabeza-au-pair{
	width:765px;
	height:229px;
	float:left;
	position:relative;
	background-image: url(../imagenes/cabeza-aupair.jpg);
	background-repeat: no-repeat;
	background-position: left top;/**/
}
.cabeza-campamentos-naturaleza{
	width:765px;
	height:229px;
	float:left;
	position:relative;
	background-image: url(../imagenes/cabeza-campamentos-naturaleza.jpg);
	background-repeat: no-repeat;
	background-position: left top;/**/
}
.cabeza-campamentos-deportivos{
	width:765px;
	height:229px;
	float:left;
	position:relative;
	background-image: url(../imagenes/cabeza-campamentos-deportivos.jpg);
	background-repeat: no-repeat;
	background-position: left top;/**/
}
.cabeza-secu-prepa {
	width:765px;
	height:229px;
	float:left;
	position:relative;
	background-image: url(../imagenes/cabeza-secu-prepa.jpg);
	background-repeat: no-repeat;
	background-position: left top;/**/
}
.cabeza-tours {
	width:765px;
	height:229px;
	float:left;
	position:relative;
	background-image: url(../imagenes/cabeza-tours.jpg);
	background-repeat: no-repeat;
	background-position: left top;/**/
}
.cabeza-vuelos{
	width:765px;
	height:229px;
	float:left;
	position:relative;
	background-image: url(../imagenes/cabeza-vuelos.jpg);
	background-repeat: no-repeat;
	background-position: left top;/**/
}

.letraIdionaTop {
	float:left;
	position:relative;
	left:370px;
	top:143px;
	width:148px;
	height:50px;
	padding: 35px 0 0 0;
	font-family: 'Oswald', sans-serif;
	color:#cc0000;
	background-image: url(../imagenes/fondo-letra-idioma.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color: #00CCCC;*/
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
.letraCampDeportTop {
	float:left;
	position:relative;
	left:504px;
	top:20px;
	width:250px;
	height:auto;
	padding: 5px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	/*background-image: url(../imagenes/fondo-letra-idioma.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	background: rgba(0, 0, 0, 0.4);
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
.letraCampDeportTop2 {
	float:left;
	position:relative;
	left:363px;
	top:20px;
	width:auto;
	height:auto;
	padding: 5px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	/*background-image: url(../imagenes/fondo-letra-idioma.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	background: rgba(0, 0, 0, 0.4);
	font-size: 23px;
	font-weight: 400;
	text-align: center;
}
.letraSecuPrepa {
	float:left;
	position:relative;
	left:504px;
	top:20px;
	width:250px;
	height:auto;
	padding: 5px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	/*background-image: url(../imagenes/fondo-letra-idioma.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	background: rgba(0, 0, 0, 0.4);
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
.titSecG {
	width:100%;
	height:auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	margin-bottom: 10px;
	float:left;
	position:relative;
}
.titSecc {
	font-size: 17px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 8px 58px 8px 8px;
	
	float:left;
	position:relative;
}
.titSeccA {
	font-size: 17px;
	color: #663300;
	background-color: #FFCC00;
	padding: 10px 8px 11px 8px;
	float:left;
	position:relative;
}
.titSeccA a{
	font-size: 20px;
	color: #663300;
	font-weight:600;
}
.titSeccA a:hover{
	color: #990000;
}
.titSecG2 {
	width:100%;
	height:auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00aceb;
	margin-bottom: 0px;
	float:left;
	position:relative;
}
.titSecc2 {
	font-size: 17px;
	color: #FFFFFF;
	background-color: #00aceb;
	padding: 8px 58px 8px 8px;
	float:left;
	position:relative;
}
.subtit1 {
	font-family: 'Oswald', sans-serif;
	float:left;
	position:relative;
	padding:6px;
	background-color: #EEEEEE;
	width:99%;
	margin-bottom:6px;
}
.acordeonG {
	float:left;
	position:relative;
}
.listaDetalle {
	float:left;
	position:relative;
	width:80%;
	padding-bottom:15px;
}
.listaDetalle li{
	float:left;
	position:relative;
	width:80%;
	font-weight: 300;
	list-style-type: circle;
	left:40px;
	padding: 5px 0 6px 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
}
.listaDetalle2 {
	float:left;
	position:relative;
	width:80%;
	padding-bottom:15px;
}
.listaDetalle2 li{
	float:left;
	position:relative;
	width:100%;
	font-weight: 300;
	list-style-type: circle;
	left:40px;
	padding: 5px 0 6px 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
}
.listaDetalle2 li span{
	font-weight: 600;
	font-size: 16px;
}
.bloqueText {
	float:left;
	position:relative;
	width:95%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.destacadoPalabra {
	font-family: 'Oswald', sans-serif;
	color: #CC0000;
	font-weight: bold;
}
.Global {
	font-family: 'Oswald', sans-serif;
	color: #04529c;
	font-weight: bold;
}
.destacadoFrase {
	font-family: 'Oswald', sans-serif;
	float:left;
	position:relative;
	padding:6px;
	background-color: #EEEEEE;
	width:99%;
	margin-bottom:12px;
}
.destacadoFraseGlobal {
	font-family: 'Oswald', sans-serif;
	float:left;
	position:relative;
	padding:6px 6px 6px 76px;
	min-height:55px;
	background-color: #EEEEEE;
	width:680px;
	margin-bottom:12px;
	background-image: url(../imagenes/ico-global.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	font-size: 18px;
}
.menuLatIdiomas {
	width:100%;
	height:auto;
	background-color:#7bbe05;
	padding: 0px 0 10px 0;
}
.menuLatIdiomas ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	color: #FFFFFF;
}
.menuLatIdiomas ul li{
	padding: 5px 0 5px 10px;
	text-align: left;
	/*background-color: #036;*/
	border-bottom: 1px solid #eee;
}
.menuLatIdiomas ul li:hover{
	background-color: #6ba602;
}
.menuLatIdiomas ul li a{
	text-align: left;
	color: #FFFFFF;	
}
/*menu lateral estudia trabaja*/
.menuLatEstudiaT {
	width:100%;
	height:auto;
	background-color:#009999;
	padding: 0px 0 10px 0;
}
.menuLatEstudiaT ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	color: #FFFFFF;
}
.menuLatEstudiaT ul li{
	padding: 5px 0 5px 10px;
	text-align: left;
	/*background-color: #036;*/
	border-bottom: 1px solid #eee;
}
.menuLatEstudiaT ul li:hover{
	background-color: #028282;
}
.menuLatEstudiaT ul li a{
	text-align: left;
	color: #FFFFFF;	
}
/*termina menu lateral estudia trabaja*/

/*inicia lateral tours*/
.menuLatTours {
	width:100%;
	height:auto;
	background-color:#7bbe05;
	padding: 0px 0 10px 0;
}
.menuLatTours ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	color: #FFFFFF;
}
.menuLatTours ul li{
	padding: 5px 0 5px 10px;
	text-align: left;
	/*background-color: #036;*/
	border-bottom: 1px solid #eee;
}
.menuLatTours ul li:hover{
	background-color: #6ba602;
}
.menuLatTours ul li a{
	text-align: left;
	color: #FFFFFF;	
}
/*termina lateral tours*/
.titMenu {
	color: #FFFFFF;
	background-color: #3e3e3e;
	padding: 7px;
}
.banderita {
	background-color: #CC0000;
	padding: 2px 3px 2px 8px;
	
	float:left;
	position:relative;
}
.paisesIdiomaCont {
	width:100%;
	height:auto;
	position:relative;
	float:left;
}
.paisesIdioma {
	background-color: #32bff1;
	padding:8px;
	margin:0 auto 0 auto;
	border-radius: 6px 6px 6px 6px; -moz-border-radius:6px 6px 6px 6px; -webkit-border-radius: 6px 6px 6px 6px;
	width:auto;
	height:auto;
	margin-bottom:15px;
	float:left;
	display:block;
	position: relative;
	left: 180px;
}
.paisesIdioma3col {
	background-color: #32bff1;
	padding:8px;
	margin:0 auto 0 auto;
	border-radius: 6px 6px 6px 6px; -moz-border-radius:6px 6px 6px 6px; -webkit-border-radius: 6px 6px 6px 6px;
	width:auto;
	height:auto;
	margin-bottom:15px;
	float:left;
	display:block;
	position: relative;
	left: 60px;
}
.listaPaisIdiomaColumna {
	width:190px;
	height:auto;
	position:relative;
	float:left;
	margin-right:10px;
}
.listaPaisIdiomaColumna li{
	background-image: url(../imagenes/pin-ciudad.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-family: 'Oswald', sans-serif;
	padding: 3px 6px 3px 20px;
	font-size:16px;
	color:#fff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
.listaPaisIdiomaColumnaLink {
	width:270px;
	height:auto;
	position:relative;
	float:left;
	margin-right:10px;
}
.listaPaisIdiomaColumnaLink li{
	background-image: url(../imagenes/pin-ciudad.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-family: 'Oswald', sans-serif;
	padding: 3px 6px 3px 10px;
	font-size:16px;
	color:#fff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
.listaPaisIdiomaColumnaLink li a{
	font-family: 'Oswald', sans-serif;
	padding: 3px 6px 3px 10px;
	font-size:16px;
	color:#fff;
	text-decoration: underline;
}
.listaPaisIdiomaColumnaLink li a:hover{
	text-decoration: none;
}
/********** termina internas ***************/
/***********footer *************/
.footerH {
	margin:0 auto 0 auto;
	width:100%;
	height:155px;
	float:left;
	position:relative;
	display:block;
	margin-bottom:15px;
	background-image: url(../imagenes/sombra-footer2.png);
	background-repeat: no-repeat;
	background-position: center bottom;	/*border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;*/
}
.menuFooter {
	background-image: url(../imagenes/fondo-footer1.png);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 80px;
	color: #fff;
	font-weight: 300;
	
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:0;
}
.menuFooter ul{
	float:left;
position: relative; 
left: 50%;

}
.menuFooter ul li {
	float:left;
position: relative; 
right: 50%;
}
.menuFooter ul li a {
	color:#FFF;
	display:block;
	/*border:1px solid;*/
	font-size: 16px;
	padding:25px 20px 27px 20px;
	background-image: url(../imagenes/bullet-menu-footer.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.menuFooter > ul >li:last-child > a{
        background-image: none;
}
.menuFooter ul li:hover {
	/*background: rgba(0, 0, 0, 0.6);*/
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.legalesFooter {
	min-height: 24px;
	color: #00aceb;
	background-color: #1f3063;
	padding:8px;
	width:999px;
	font-weight: 300;
}
.legalesFooter a{
	color: #00aceb;
	text-decoration: none;
}
.legalesFooter a:hover{
	color: #fff;
}
.footer {
	margin:0 auto 0 auto;
	width:100%;
	height:auto;
	float:left;
	position:relative;
	display:block;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;
}
/************** termina foooter ***************/
.boton-top{
		display: none;
		position:fixed;
		bottom:0;
		right:0;
		width:50px;
		height: 50px;
		text-align:center;
		line-height:50px;
		color:#fff;
		background: red;
		cursor:pointer;
}
.boton-top:hover {
	background-color: #990000;
}
.banderitaET {
	float:right;
	padding-right:380px;
}
.paises {
	width: 330px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float:left;
	}
.paises li {
	padding: 5px 8px 20px 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	/*padding: 10px;
	float:left;*/
	width:100%;
	color: #7e7e7e;
	border-bottom: 1px solid #f1f4f4;
	border-top: 1px solid #f1f4f4;
	background-color: #EEEEEE;
	vertical-align: middle;
}
.banderitaET2 {
	float:right;
	padding-right:52px;
}
.txtDestacado {
	font-weight: bold;
	color: #000000;
}
.bloque-tour-ejemplo {
	width:350px;
	height:auto;
	min-height:250px;
	float:left;
	background-color: #F8F8F8;
	padding:0px;
	border-top-width: 3px;
	border-right-width: thin;
	border-bottom-width: 3px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #EBEBEB;
	border-bottom-color: #006699;
	border-left-color: #EBEBEB;
	margin-bottom:20px;
}
.bloque-tour-ejemploR {
	width:349px;
	height:auto;
	min-height:250px;
	float:left;
	margin-left:18px;
	background-color: #F8F8F8;
	padding:0px;
	border-top-width: 3px;
	border-right-width: thin;
	border-bottom-width: 3px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #EBEBEB;
	border-bottom-color: #006699;
	border-left-color: #EBEBEB;
	margin-bottom:20px;
}
.tit-bloque-tour {
	width:100%;
	background-color: #008ACC;
	float:left;
	position:relative;
	display:block;
}
.tit-bloque-tour span{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:#fff;
	padding:5px 7px 5px 7px;
	float:left;
}
.tit-bloque-tourFecha {
	width:100%;
	background-color: #E5E5E5;
	float:left;
	position:relative;
	display:block;
}
.tit-bloque-tourFecha span{
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	color:#000000;
	padding:5px 7px 5px 7px;
	float:left;
	font-style: italic;
}
.formularioCont {
	width:420px;
	/*background-color: #CC0066;*/
	float:left;
	position:relative;
	display:block;
}
.formularioImg {
	width:566px;
	/*background-color: #E5E5E5;*/
	float:left;
	position:relative;
	display:block;
}
.error {
	color: #FF0000;
}
.result_okF {
	font-weight: bold;
	color: #006600;
	margin:8px;
}
.graciasForm {
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	color:#FFFFFF;
	padding:15px;
	float:left;
	font-weight: 400;
	width:100%;
	background-color: #009999;
	margin-bottom:10px;
}
.tablaSecPrep {
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-weight: normal;
}
.tablaSecPrep th {   
	padding: 8px;     
	background: #b9c9fe;
    border-top: 4px solid #aabcfe;   
	 border-bottom: 1px solid #fff; 
	 color: #039;
	 font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:500;
}
.tablaSecPrep tr{
	padding: 10px;
	border-bottom: 1px solid #fff;
	background-color: #F3F3F3;
}
.tablaSecPrep tr:nth-child(odd) {
    color: #000;    
	border-top: 1px solid transparent;
	}

.tablaSecPrep tr:nth-child(even) {
	background-color: #E9e9e9;
	color: #000; 
}

.tablaSecPrep td{
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	padding: 5px;
}
.espacio1 {
height:12px;
display:block;
float:left;
position:relative;
width:100%;
}
.TitTablaN {
	float:left;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
}
.bloque1n {
width:100%;
display:block;
margin-bottom:10px;
}
.bloque1n ul.listaDetalle li a {
	font-size:16px;
}
.legalesFooter {
	font-size: 12px;
}