﻿/* Normalizar estilos XHTML de diferentes navegadores */
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #797A7C;
}
:link,:visited { text-decoration:none }
ul,ol {list-style:none }
h1,h2,h3,h4,h5,h6,pre,code {font-size:11px; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/*fin reseteado*/

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding: 10px 0px;
}
a {
	color:#010165;
	text-decoration:none;
}
a:hover {
	color:#010165;
	text-decoration: underline;
}

/*TOP*/
#top{
	width: 960px;
	height: 20px;
	margin: 5px 0px;
	vertical-align: top;
}
#top #menuTop{
	float: right;	vertical-align: top;	height: 20px;	width: 500px;}
#top #menuTop li {
	list-style:none;	float: right;}
#top #menuTop li a {
	text-decoration:none;
	font-size:10px;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #666666;
	display: inline;
	height: 20px;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 7px;
}
#top #menuTop li a:hover {
	color:#010165;
	text-decoration: none;
}
/*TOP*/
#conTop{
	width: 960px;
	margin: 0px auto;
}
.conLogo{
	width:900px;
	text-align: center;
	background: url(bg-cont-logo.jpg) repeat-x center 5px;
	margin: 0px auto;
	padding: 0px 0px;
}

/* Slogans 01 TOP///////////////////////////////////////////////////////////////////////////////////////////////////// NEW */
.Slogan01 {
	width:900px;
	margin: 5px 0px 0px 0px;
	background-color: #DFDFDF;
	padding: 0px 30px 0px 30px;
}
.Slogan01 p{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	color: #666666;
}
/* Slogans 02 TOP///////////////////////////////////////////////////////////////////////////////////////////////////// NEW */
.Slogan02 {
	width:900px;
	margin: 10px 0px 0px 0px;
	background-color: #F0F0F0;
	padding: 0px 30px 0px 30px;
}
.Slogan02 p{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	color: #999999;
}
.Slogan02 a{
	color: #00004D;
	text-decoration: none;
}
.Slogan02 a:hover{
	color: #000000;
	text-decoration: underline;
}

/*Menu Principal ESPAÑOL ///////////////////////////////////////////////////////////////////////////////////////////*/
#Menues {
	width:850px;
	height: 30px;
	display: block;
	margin: 10px auto 10px auto;
	padding: 0px 110px 0px 0px;
	background-color: #7A7B7D;
}
#Menues ul{
	margin: 0px;
	padding: 0px;
}
#Menues li{
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
	display: inline;
	float: right;
}
#Menues li#hom a{
	height: 30px;
	width: 65px;
	background: url(bt-es-hom.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menues li#hom a:hover {
	background: url(bt-es-hom.jpg) no-repeat center bottom;}

#Menues li#des a{
	height: 30px;
	width: 85px;
	background: url(bt-es-des.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menues li#des a:hover {
	background: url(bt-es-des.jpg) no-repeat center bottom;}

#Menues li#cur a{
	height: 30px;
	width: 80px;
	background: url(bt-es-cur.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menues li#cur a:hover {
	background: url(bt-es-cur.jpg) no-repeat center bottom;}

#Menues li#pre a{
	height: 30px;
	width: 80px;
	background: url(bt-es-pre.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menues li#pre a:hover {
	background: url(bt-es-pre.jpg) no-repeat center bottom;}

#Menues li#for a{
	height: 30px;
	width: 175px;
	background: url(bt-es-for.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menues li#for a:hover {
	background: url(bt-es-for.jpg) no-repeat center bottom;}

#Menues li#alo a{
	height: 30px;
	width: 125px;
	background: url(bt-es-alo.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menues li#alo a:hover {
	background: url(bt-es-alo.jpg) no-repeat center bottom;}

#Menues li#via a{
	height: 30px;
	width: 60px;
	background: url(bt-es-via.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menues li#via a:hover {
	background: url(bt-es-via.jpg) no-repeat center bottom;}

#Menues li#ayu a{
	height: 30px;
	width: 70px;
	background: url(bt-es-ayu.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menues li#ayu a:hover {
	background: url(bt-es-ayu.jpg) no-repeat center bottom;}
/*FIN MENU ESPAÑOL////////////////////////////////////////////////////////////////////////////////////////////////*/
/*HEAD*/
#head {
	width:960px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
.ContImaHead{
	width:570px;
	height: 142px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.ContBanner{
	width: 170px;
	margin:0px;
	padding:0px;
	float: left;
	background-color: #009900;
	height: 142px;
}
.bnBock{
	margin:0px;
	padding:0px;
	border:none;
	height: 100px;
	width: 170px;
	float: left;
}
.bnAdul{
	margin:0px;	padding:0px;	border:none;	width: 170px;	height: 42px; float: left;}
/*FIN HEAD*/
/*CENTRO*/
#Contenedor {
	width:960px;
	margin: 8px auto 0px auto;
	background-color: #FFFFFF;
	padding: 0px 0px 25px 0px;
	border: 1px solid #FFFFFF;
}

/*Columna IZQUIERDA*/
#ColIzq{
	width:180px;	} //hch
.ContDestino{
	width:150px;
	height:40px;
	margin:0px 0px 15px 0px;

}

/*Fast ESPAÑOL*/
.conFastes{
	width: 170px;
	margin: 0px;
	height: 50px;
	padding: 0px 0px 15px 0px;
}
.conFastes ul{
	margin: 0px;
	padding: 0px;
}
.conFastes li{
	margin: 0px;
	padding: 0px;
}
.conFastes li a{
	display: block;	text-indent: -1500px;	width: 170px;	height: 50px; margin: 0px;	padding: 0px;	background: url(lat-fast-es.jpg) no-repeat top;}
.conFastes li a:hover {
	background: url(lat-fast-es.jpg) no-repeat bottom;}
/*FIN Fast Español*/

/* MODULO SUB MENU*/
.ModSubMenu {
	width: 170px;
	background-color: #EEEEEE;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
	border-top:1px solid #cccccc; //hch
	border-bottom:1px solid #cccccc;

}

.ModSubMenu h3 {
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 5px 10px;
	border-bottom: 1px solid #000;
	text-indent: 2px;
}
/*SUB Menu IZquierdo*/
.SubMenu {
	margin: 0px;	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.SubMenu ul{
	margin: 0px;
	padding: 0px 5px 0px 15px;
}
.SubMenu li{margin: 0px; padding: 0px;}
.SubMenu a {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	font-weight: normal;
	background: url(sub-mis-bts.gif) no-repeat left top;
	width: 137px;
	display: block;
	padding: 0px 0px 0px 10px;
	border-top: solid 1px #EEEEEE;
	margin: 0px;
	vertical-align: top;
}
.SubMenu a:hover {
	font-weight: bold;
	color: #010165;
	text-decoration: none;
}

/*SUB Menu Centro*/
.SubMenuCentro {
	margin: 0px;	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.SubMenuCentro ul{
	margin: 0px;
	padding: 0px;
	width: 490px;
}
.SubMenuCentro li{margin: 0px; padding: 0px;}
.SubMenuCentro a {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	font-weight: bold;
	margin: 0px;
	background: #F2F2F2 url(sub-mis-bts-ng.gif) no-repeat 10px top;
	padding: 0px 0px 3px 30px;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	display: block;
	border-bottom: 2px solid #FFFFFF;
}
.SubMenuCentro a:hover {
	font-weight: bold;
	color: #010165;
	text-decoration: none;
	background: #F2F2F2 url(sub-mis-bts-ng.gif) no-repeat 10px top;
}

/*CONTENIDOS*/
#Center {
	width: 570px;
	float: left;
	margin: 0px 0px 0px 5px; //hch decia 40
}
/* Centro */
h2 {
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: #010165;
	margin: 20px 0px;
}
h2 em {
	font-size: 14px;
	font-weight: normal;
	color: #010165;
}
h3 {
	border-bottom:solid #000 1px;
	font-size: 14px;
	display: block;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	font-weight: bold;
}

blockquote{
	width: 100%;
	margin: 15px 0px;
	padding: 0px;
}
blockquote p{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #666666;
}

/*Referencia*/
#ref{
	width:100%;	height:20px;	background:url(ref-bg.jpg) repeat-x;	margin: 0px 0px 0px 0px;	padding: 0px;	float: left;} //hch
#ref ul {
	padding: 0px; margin:0px;}
#ref li {
	padding: 0px;	margin:0px;	float: left;	display: block;}
#ref a {
	color:#666666;
	background: url(ref-mis.gif) no-repeat right top;
	display: block;
	padding: 2px 12px 0px 2px;
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	font-size: 9px;
	margin: 0px;
}
#ref a:hover {
	background:url(ref-mis.gif) no-repeat right top;
	color:#010165;
	text-decoration:none;
}

/* Galería*/
.galeria {
	padding: 5px;
	background:#EAEAEA;
	margin: 1px 0px 15px 0px;
}
.galeria img{
	border:2px solid #000;
	margin: 0px;
	padding: 0px;
}
.galeria a img {
	border:1px solid #000;
	margin: 2px;
	float: left;
}
.galeria a:hover img {
	border:1px solid #666;
}
/*Ficha técnica*/
.fichaTec{
	padding:5px;
	margin: 2px 0px 15px 0px;
	display: block;
	border: 1px solid #CCC;
}
.fichaTec p{
	margin: 0px 0px 0 px 0px;
}
.fichaTec strong{
	color: #666666;
	font-weight: bold;
}
.fichaTec ul{
	padding: 0px 25px;
}
.fichaTec li{
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

/*Acreditaciones*/
.acred{
	padding:0px;
	margin: 2px 0px 15px 0px;
	display: block;
}
.acred .imas {
	margin: 5px
}
.acred .imas img {
	margin: 0px 10px 0 px 0px;
}
/*CURSOS*/
.fichaCurso{
	padding:0px 0px 5px 0px;
	margin: 2px 0px 5px 0px;
	ddisplay: block;
	border: 1px solid #CCC;
}
.fichaCurso p{
	margin: 0px 0px 0 px 0px;
}
.fichaCurso strong{
	color: #333333;
	font-weight: bold;
}
.TablaTile{
	width:508px;
	font-weight: bold;
	background-color: #B4DCEF;
	display: block;
	padding: 1px 5px;
	margin: 1px 0px;
}
.TablaCont {
	font-size: 11px;
	font-weight: normal;
	background-color: #D5ECF7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	color: #000000;
}
.ContBts{
	width:100%;
	display: block;
	height: 18px;
	margin: 7px 0px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background-color: #F7F7F7;
	padding: 0px 0px 0px 0px;
}
.ContBtReser{
	background: url(cur-mis-azul-res.gif) no-repeat right;
	height: 18px;
	float: left;
	padding: 1px 18px 0px 10px;
	margin: 0px;
}
.ContBtReser a{
	color: #C4ECFF;
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.ContBtReser a:hover{
	background-image: url(cur-mis-azul-res.gif);	color: #FFFFFF;	text-decoration: none;}
.ContBtCarac{
	float: left;
	background: url(cur-mis-gris-cur.gif) no-repeat right;
	padding: 0px 20px 0px 10px;
	height: 18px;
}
.ContBtCarac a{
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.ContBtCarac a:hover{
	color: #333333;
}
/*FIN CURSOS*/




/****/

/*VARIOS*/
.clear {clear:both;}
.noBorde {border: none;}
.destacado{
	padding: 10px;
	background: url(des-top-jov.jpg) no-repeat center top;
	color: #333333;
	margin-top: 25px;
}
.destacado p{
	padding: 0px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

/*Foot*/
#foot {
	width:962px;
	height: 18px;
	text-align: center;
	margin: 0px auto 15px auto;
	padding: 5px 0px;
	background-color: #CCCCCC;
}
#foot p{
	font-family: Arial, Helvetica, sans-serif, "Zurich Lt BT";
	font-size: 11px;
	color: #666666;
	padding: 0px;
}
#foot a{
	color: #333333;
	text-decoration: none;
}
#foot a:hover{
	color: #000000;
	text-decoration: underline;
}
/*VERSIÖN INGLES////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Menu Principal INGLES ///////////////////////////////////////////////////////////////////////////////////////////*/
#Menuin {
	width:850px;
	height: 30px;
	display: block;
	margin: 10px auto 10px auto;
	padding: 0px 110px 0px 0px;
	background-color: #78797B;
}
#Menuin ul{
	margin: 0px;
	padding: 0px;
}
#Menuin li{
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
	display: inline;
	float: right;
}
#Menuin li#hom a{
	height: 30px;
	width: 65px;
	background: url(bt-in-hom.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menuin li#hom a:hover {
	background: url(bt-in-hom.jpg) no-repeat center bottom;}

#Menuin li#des a{
	height: 30px;
	width: 110px;
	background: url(bt-in-des.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menuin li#des a:hover {
	background: url(bt-in-des.jpg) no-repeat center bottom;}

#Menuin li#cur a{
	height: 30px;
	width: 84px;
	background: url(bt-in-cur.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menuin li#cur a:hover {
	background: url(bt-in-cur.jpg) no-repeat center bottom;}

#Menuin li#pre a{
	height: 30px;
	width: 66px;
	background: url(bt-in-pre.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menuin li#pre a:hover {
	background: url(bt-in-pre.jpg) no-repeat center bottom;}

#Menuin li#for a{
	height: 30px;
	width: 137px;
	background: url(bt-in-for.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menuin li#for a:hover {
	background: url(bt-in-for.jpg) no-repeat center bottom;}

#Menuin li#alo a{
	height: 30px;
	width: 146px;
	background: url(bt-in-alo.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menuin li#alo a:hover {
	background: url(bt-in-alo.jpg) no-repeat center bottom;}

#Menuin li#via a{
	height: 30px;
	width: 73px;
	background: url(bt-in-via.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menuin li#via a:hover {
	background: url(bt-in-via.jpg) no-repeat center bottom;}

#Menuin li#ayu a{
	height: 30px;
	width: 59px;
	background: url(bt-in-ayu.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#Menuin li#ayu a:hover {
	background: url(bt-in-ayu.jpg) no-repeat center bottom;}
/*FIN MENU INGLES////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Fast INGLES////////////////////////////////////////////////////////////////////////////////////////////////////*/
.conFastin{
	width: 170px;
	margin: 0px;
	height: 50px;
	padding: 0px 0px 15px 0px;
}
.conFastin ul{
	margin: 0px;
	padding: 0px;
}
.conFastin li{
	margin: 0px;
	padding: 0px;
}
.conFastin li a{
	display: block;	text-indent: -1500px;	width: 170px;	height: 50px; margin: 0px;	padding: 0px;	background: url(lat-fast-in.jpg) no-repeat top;}
.conFastin li a:hover {
	background: url(lat-fast-in.jpg) no-repeat bottom;}
/*FIN Fast INGLES///////////////////////////////////////////////////////////////////////////////////////////////*/


/* Columna Derecha ////////////////////////////////////////////////////////////////////////////////////////// NEW */
#ColDer{
	width: 190px;
	float: right;
} /*hch*/
.ContDerBanner{
	width:190px;
	margin:0px 0px 10px 0px;

}

/* MODULO PROMOS /////////////////////////////////////////////////////////////////////////////////////////// NEW */
.ModPromo {
	width: 180px;
	background-color: #EEEEEE;
	margin: 0px 0px 15px 0px;
	padding: 5px 5px;
	border-top:1px solid #cccccc; 
	border-bottom:1px solid #cccccc;

}
.ModPromo img{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	border-top:1px solid #cccccc; 
}
.ModPromo p{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	color: #666666;
}
.ModPromo a{
	color: #666666;
	text-decoration: none;
}
.ModPromo a:hover{
	color: #333333;
	text-decoration: underline;
}
