/*
*	NOTAS:
*
*	[1] Todas las tecnicas para corregir bugs de IE (hacks, filtros...) estan
*	comentadas comenzando con la etiqueta "IE BUG".
*/


/* COMUNES */
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.texto_azul_738EA3 {
	color: #738EA3;
}
.texto_naranja_FF6A00 {
	color: #FF6A00;
}
.texto_negrita {
	font-weight: bold;
}
.texto_centrar {
	text-align: center;
}
.texto_derecha {
	text-align: right;
	padding-right: 20px;
}
.fondo_azul_F1F5F9 {
	background-color: #F1F5F9;
}
.flotar_derecha {
	float: right;
}
.borrar {
	clear: both;
}
/* HEADER */
.enlace_global {
	color: #F1F9FF;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.22em;
	background-image: url(../img/bullet_triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
}
* html .enlace_global {
	letter-spacing: 0.14em;
}
.enlace_global:hover {
	color: #19496B;
}
#header {
	background-image: url(../img/bck_header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 76px;
}
#contenedor_datos_header {
	width: 68.2em;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#logo {
	text-indent: -9999px;
	float: left;
	background: url(../img/logo_hezkide.gif) no-repeat left 7px;
}
#logo a {
	height: 76px;
	width: 110px;
	display: block;
}
#contenedor_tabs {
	float: left;
	position: relative;
	height: 76px;
	/*margin-left: 3em;*/
}
#tabs {
	font-size: 1.4em;
	position: absolute;
	bottom: 0px;
	width: 24.4em;
}

/* >>> TABS */
#tabs {
	/*font-weight: bold;*/
	text-transform: uppercase;
}
#tabs li {
	float: left;
	background-color: #174465;
	/*margin-right: 2px;*/
}
#tabs a {
	color: #F2F7FA;
	text-decoration: none;
	background-image: url(../img/tab_solid_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-right: 0.6em;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}
#tabs a span {
	background-image: url(../img/tab_solid_left.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-top: 0.4em;
	padding-left: 0.6em;
}
#tabs a:hover {
	color: #D4F462;
	/*background-color: #7AA108;*/
}
/*#activo a, #activo span {
	background-color: #D4F462;
}*/
#tab_on a {
	color: #D4F462;
}
/* TABS <<< */

#contacto_header {
	float: left;
	margin-left: 34.4em;
	display: inline; /*IE BUG: Double float margin*/
	background-image: url(../img/bck_header_contacto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 176px;
	height: 76px;
}
#contacto_header li {
	margin-left: 9px;
}
#mapa_header {
	float: left;
	display: inline; /*IE BUG: Double float margin*/
}
#telefono_1_header {
	color: #D4F462;
	font-size: 1.2em;
	margin-top: 8px;
}
#telefono_2_header {
	color: #D4F462;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	line-height: 0.8em;
}
#email_header {
	margin-top: 5px;
}
#email_header a {
	color: #D4F462;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	text-decoration: none;
}
* html #telefono_2_header, * html #email_header a {/* IE BUG: Para igualar el letter spacing de FF e IE (Star HTML Hack IE6 y anteriores) */
	letter-spacing: 0.26em;
}
#email_header a:hover {
	color: #19496B;
}

#right_col_header {
	float: right;
	height: 76px;
	position: relative;
}
.idiomas {
	margin-top: 11px;
}
.idiomas li {
	color: #CDDCE8;
	font-size: 1.2em;
	text-transform: uppercase;
	display: inline;
}
.idiomas a {
	color: #738EA3;
	text-decoration: none;
}
.idiomas a:hover {
	color: #174465;
}
.idioma_on a {
	color: #174465;
	font-weight: bold;
}
#mapa_web {
	text-align: right;
	width: 6em;
	position: absolute;
	bottom: 8px;
	right: 0px;
}
#mapa_web a {
	color: #174465;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/icon_sitemap.gif);
	background-position: left center;
	padding-left: 17px;
	background-repeat: no-repeat;
}
#mapa_web a:hover {
	color: #738EA3;
}


/* BANNER */
#banner {
	color: #E1EAF2;
	background-image: url(../img/bck_banner.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	font-family: Georgia, serif;
	height: 146px;
}
#contenedor_datos_banner {
	width: 60em;
	height: 146px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}

#banner h2 {
	font-weight: normal;
	font-size: 1.82em;
	position: relative;
	top: 25%;
	float: left;
}
#banner img {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

#banner img.offset {
    bottom: 10px;
}

#contenedor {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 21px;
	overflow: hidden;
}

#menu {
	width: 177px;
	background-image: url(../img/bck_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F5F8FB;
	padding-bottom: 20px;
	float: left;
}
#menu dt {
	color: #AFC9DD;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 28px;
	margin-bottom: 5px;
	background-image: url(../img/bck_menu_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	text-transform: uppercase;
}
#menu dd {
	color: #2F5C7E;
	font-size: 1.2em;
	background-image: url(../img/icon_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	width: 134px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}
#menu a {
	color: #2F5C7E;
	text-decoration: none;
	background-image: url(../img/bck_dotted.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
	display: block;
	width: 100%;
	padding-bottom: 2px;
}
#menu a:hover {
	color: #738EA3;
}
#menu_on {
	font-weight: bold;
}
#contenido {
	color: #19496B;
	float: left;
	width: 624px;
	margin-left: 14px;
	margin-top: 30px;
}
#contenido p {
	margin-bottom: 1em;
}
.subcontenido {
	background-image: url(../img/bck_subcontenido.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 588px;
	overflow: hidden; /* CSS TRICK: Evita que tengamos que usar un clearing element al final del contenedor
						 http://www.robertnyman.com/2007/04/12/how-to-clear-css-floats-without-extra-markup-different-techniques-explained/ */
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	margin-bottom: 26px;
}
.subcontenido .l10n_lang_list {
	margin-top: 1em;
}
.subcontenido a {
	/*color: #19496B;*/
}
.subcontenido a:hover {
	color: #FF6A00;
}
.subcontenido ul {
	margin-bottom: 2em;
}
.subcontenido li {
	margin-bottom: 0.8em;
}
.subcontenido_3col {
	float: left;
	width: 186px;
	padding-right: 10px;
}
.subcontenido h3 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0.6em;
}
.subcontenido_3col h3 {
	color: #84A800;
}
.subcontenido_3col h3 span {
	color: #8E8E8E;
}
.subcontenido .lista_compacta {
	margin-top: 1em;
}
.subcontenido .lista_compacta li {
	margin-bottom: 0.2em;
}
h3.bullet_hezkide {
	background-image: url(../img/bck_dotted.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}
h3.bullet_hezkide span {
	color: #84A800;
	background-image: url(../img/bullet_hezkide.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}
.enlace_destacado {
	color: #407800;
	font-size: 1.4em;
}
.enlace_destacado:hover {
	color: #174465;
	text-decoration: none;
}
.subcontenido_1col_d {
	float: right;
}
.subcontenido_1col_d h3 {
	margin-bottom: 4px;
}
.subcontenido_1col_d p {
	text-align: center;
}
.subcontenido_1col_d a {
	color: #738EA3;
	font-weight: bold;
	text-decoration: none;
}
.subcontenido_1col_d a:hover {
	color: #84A800;
}
h3.curso_categoria {
	clear: right;
	margin-bottom: 0px;
}
.curso_categoria a {
	font-size: 1.16em;
	font-weight: bold;
	color: #2F5C7E;
	text-decoration: none;
	display: block;
	width: 100%;
	background-image: url(../img/bck_curso_dotted.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
	text-indent: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
}
.curso_categoria a:hover, #curso_categoria_on {
	color: #84A800;
	background-image: url(../img/bck_curso_hover.gif);
	background-repeat:  repeat-x;
	background-position: left top;
}
#curso_categoria_detalle {
	background-image: url(../img/bck_curso_dotted.gif);
	background-position: left bottom;
}
#curso_categoria_on:hover {
	color: #2F5C7E;
}
.curso_categoria span {
	font-size: 0.74em;
	font-weight: normal;
	color: #738EA3;
	text-transform: none;
	background-image: url(../img/icon_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	position: absolute;
	right: 20px;
	text-indent: 0px;
	top: 30%;
}
#curso_categoria_detalle span {
	background-image: url(../img/icon_arrow_left.gif);
	font-weight: bold;
}
#curso_categoria_on span {
	background-image: url(../img/icon_arrow_up.gif);
}
.curso_categoria a:hover span {
	color: #2F5C7E;
}
h3.curso_categoria_static {
	clear: right;
	margin-bottom: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #2F5C7E;
	text-decoration: none;
	display: block;
	width: 100%;
	background-image: url(../img/bck_curso_dotted.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
	text-indent: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
}
.curso_listado {
	margin-bottom: 3em;
}

.curso_listado a {
	color: #407800;
	display: block;
	width: 588px;
	height: 2.6em;
	line-height: 2.6em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF2CC;
	background-image: url(../img/bullet_triangle_green.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
	text-indent: 18px;
}
.curso_listado a:hover {
	color: #FF6A00;
	background-color: #F4FADE;
	border-bottom-color: #D0E096;
	background-image: url(../img/bullet_triangle_orange.gif);
}
.subcontenido_2col {
	width: 284px;
	padding-right: 10px;
	float: left;
}
.subcontenido .matriculacion {
	color: #FF6A00;
	background-image: url(../img/bck_matricula.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	font-size: 1.4em;
	font-weight: bold;
	text-indent: 10px;
	padding-top: 4px;
}
.subcontenido_2col h4 {
	background-image: url(../img/bullet_circle_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-bottom: 1em;
	font-size: 1em;
}
.subcontenido_2col dl {
	margin-left: 13px;
}
.subcontenido_2col dt {
	color: #738EA3;
	font-weight: bold;
}
.subcontenido_2col dd {
	margin-bottom: 1em;
}
.izquierda_2col {
	border-right: 1px solid #D9E5Ef;
	width: 273px;
	margin-right: 10px;
}
.curso_titulo {
	color: #407800;
	background-color: #F4FADE;
	line-height: 2.6em;
	/*text-indent: 18px;*/
	padding-left: 18px;
	position: relative;
	font-size: 1em;
	height: 2.6em;
}
.curso_titulo span, #horas {
	color: #84A800;
	font-weight: bold;
	background-image: url(../img/icon_clock.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
}
#contenido #horas {
	margin-bottom: 0.4em;
}
.curso_titulo_intro {
	background-color:#F4FADE;
	color:#407800;
	font-size:1em;
	line-height:1.4em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-right: 18px;
	padding-left: 18px;
	position:relative;
}
.curso_titulo_intro h4 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.6em 0;
}
.curso_calendario table {
	color: #2F5C7E;
	font-size: 1.1em;
	line-height: 2.1em;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	float: right;
}
.curso_calendario th {
	background-image: url(../img/bck_curso_dotted.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
	padding-right: 0.4em;
	padding-left: 0.4em;
}
.curso_calendario td {
	background-image: url(../img/bck_dotted.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
	padding-right: 0.4em;
	padding-left: 0.4em;
}
.curso_detalles {
	clear: right;
}
.curso_detalles dt {
	font-weight: bold;
	color: #407800;
	background-image: url(../img/bullet_triangle_green.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAF2CC;
	line-height: 2.6em;
	padding-left: 18px;
}
.curso_detalles dt a {
	color: #407800;
}
.curso_detalles dt a:hover {
	color: #FF6A00;
}
.curso_detalles dd {
	color: #326287;
	padding-left: 18px;
	margin-bottom: 6px;
}
.curso_volver {
	background-image: url(../img/icon_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #738EA3;
}
.subcontenido .curso_volver:hover {
	color: #2F5C7E;
}
#noticias {
	background-color: #4B5F00;
	background-image: url(../img/bck_noticias.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82A600;
	position: relative;
	bottom: -20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contenedor_datos_noticias {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#contenedor_datos_noticias div {
	float: left;
	width: 377px;
	padding-right: 15px;
	margin-bottom: 0.8em;
	padding-left: 15px;
}
#contenedor_datos_noticias div.borrar {
	float: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#noticias h3 {
	color: #C6E84C;
	text-transform: uppercase;
	background-image: url(../img/icon_sheet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 16px;
}
#noticias h3 span {
	color: #EBF5C9;
}
#noticias h4 {
	color: #2E5224;
	text-transform: uppercase;
	font-size: 1em;
}
#noticias p {
	color: #EBF5C9;
	font-size: 0.96em;
}
#noticias a {
	color: #C6E84C;
	font-weight: bold;
	background-image: url(../img/icon_comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
#contenedor_datos_noticias a:hover {
	color: #FFA200;
	text-decoration: none;
}
.galeria {
	float: right;
	text-align: center;
	line-height: 0px;
	margin-left: 12px;
	width: 300px;
}
.galeria img {
	border: 2px solid #dedede;
	margin-bottom: 6px;
	position: relative;
	left: -4px;
}
* html .galeria img {
	left: 0px;
}
iframe {
	height: 400px;
	width: 586px;
	border: 1px solid #D54500;
	margin-bottom: 2em;
}
.curso_detalles iframe {
	width: 550px;
}
.zemContactForm {
	margin-top: 1em;
	margin-bottom: 2em;
}
.zemContactForm label {
	font-weight: bold;
}
.zemContactForm input, .zemContactForm textarea {
	color: #19496B;
	background-color: #F5F8FB;
	border: 1px solid #AFC9DD;
	padding: 3px;
	margin-bottom: 1em;
}
.zemContactForm #enviar {
	color: #FFFFFF;
	background-color: #19496B;
	border-width: 3px;
	border-style: double;
	border-color: #FFFFFF;
	padding: 4px;
	cursor: pointer;
}
.zemError {
	color: #990000;
	background-color: #FFE1E1;
	border-width: 2px;
	border-style: solid;
	border-color: #FF0000;
	padding: 0.6em;
}


/* FOOTER */
#footer {
	background-image: url(../img/bck_footer.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	height: 96px;
	clear: both;
}
#contenedor_datos_pie {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}

#footer p {
	color: #FFFFFF;
	font-size: 0.84em;
}
#footer p a {
	color: #D4F462;
	text-decoration: none;
	letter-spacing: 0.2em;
}
* html #footer p a {/* IE BUG: Para igualar el letter spacing de FF e IE (Filtro Star HTML Hack, IE6 y anteriores) */
	letter-spacing: 0.14em;
}
#footer p a:hover {
	color: #AFC9DD;
}
#footer ul {
	margin-top: 8px;
}
#footer li {
	display: inline;
}
#condiciones_uso_footer {
	margin-left: 28px;
}
