@charset "utf-8";
/* CSS Document */
/* Etiquetas */

body{
	width: 100%;
	height: auto;
	background-color: #fcb722;
	background-image: url("imagenes/fondo-pagina.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #007eff;
	text-decoration: none;
}

a:hover{
	color: #002d53;
}

h1{
	margin: 2px 0;
	font-size: 18px;
	color: #033869;
	float: left;
	clear: both;
}

h2{
	margin: 0;
	padding: 2px 0;
	color: #04559b;
	font-size: 14px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

h3{
	margin: 0;
	padding: 2px 0 2px 10px;
	color: #3d85c6;
	font-size: 12px;
	float: left;
	clear: both;
	display: block;
	width: 98%;
}

h2 span{
	margin: 0;
	padding: 2px 0;
	color: #fff;
	font-size: 14px;
}

h2.videos{
	width: auto;
	color: #04559b;
	display: block;
}

h2 a{
	color: #FFFFFF;
}

h2 a:hover{
	color: #006699;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #d5d5d5;
	float: left;
	clear: none;
}

p{
	color: #58595b;
}


/* Orden alfabetico */

#banner{
	width: 100%;
	height: 150px;
	background-color: #000000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	clear: none;
}

#banner_interior{
	width: 100%;
	height: 100px;
	margin: 0 0 10px 0;
	background-color: #000000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	clear: none;
}

.botones_cotizar{
	width: 100%;
	text-align: right;
	float: left;
	clear: both;
	margin: 3px 0 0 0;
}

.buscador_centrar{
	width: auto;
	text-align: center;
	padding: 0 0 10px 0;
}

.buscador_posicion{
	width: auto;
	margin: 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #0051d6;
	float: right;
	clear: none;
}

#cabecera{
	width: 1000px;
	height: 450px;
	margin: 20px 0 0 0;
	background-image: url("imagenes/cabecera_imagen.png");
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	clear: both;
}

#cabecera_interior{
	width: 1000px;
	height: 100px;
	margin: 20px 0 10px 0;
	float: left;
	clear: both;
}

#cabecera_datos{
	width: 1000px;
	background-color: #aacffb;
	float: left;
	clear: none;
}

#columna_izq{
	width: 600px;
	height: auto;
	float: left;
	clear: none;
	border-right: 1px solid #fff;
}

#columna_izq_interior{
	width: 600px;
	height: auto;
	float: left;
	clear: none;
	border-right: 1px solid #fff;
}

#columna_der{
	width: 380px;
	height: auto;
	float: left;
	clear: none;
}

#columna_der_interior{
	width: 320px;
	height: auto;
	float: left;
	clear: none;
	background-color: #a5caeb;
	padding: 5px;
}

#contenedor{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
} /* Centrar pantalla */

.descripcion_escuelas{
	width: 90%;
	margin: 3px 0 3px 20px;
	display: inline;
	float: left;
	clear: both;
	color: #666666;
	padding: 3px 0;
}

.descripcion_escuelas_lista{
	width: 95%;
	margin: 3px 0 3px 40px;
	display: inline;
	float: left;
	clear: both;
	color: #666666;
	padding: 3px 0;
}

.descripcion_escuelas li{
	width: 100%;
	margin: 1px 0;
	padding: 1px 0 1px 15px;
	display: inline;
	list-style: none;
	border: none;
	float: left;
	clear: both;
	background-image: url(imagenes/punto.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

.descripcion_escuelas_lista li{
	width: 90%;
	margin: 1px 0;
	padding: 1px 0 1px 15px;
	list-style: none;
	border: none;
	float: left;
	clear: both;
	background-image: url(imagenes/punto.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	display: block;
}

.descripcion_escuelas span{
	color:#333333;
}

.division_derecha{
	width: 98%;
	margin: 2px 0;
	border-bottom: 1px solid #2a6fad;
	float: left;
	clear: none;
	padding: 5px 0 15px 0;
}

.distancia{
	width: 100%;
	height: 20px;
	float: left;
	clear: both;
}

.espacio_parrafo{
	width: 100%;
	height: 50px;
	float: left;
	clear: both;
}

.feed{
	width: 95%;
	height: auto;
	margin: 10px;
	padding: 5px;
	background-color: #004593;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: #FFFFFF;
	float: left;
	clear: none;
	background-image: url(imagenes/rss_grande.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}

.feed_interior{
	width: 95%;
	height: auto;
	padding: 0;
	color: #FFFFFF;
	float: left;
	clear: none;
	margin: 5px 0 0 0;
}

.feed_noticias{
	color: #FFFFFF;
	padding: 0 0 0 55px;
}

.feed_posicion{
	float: right;
	margin: 0;
	width: auto;
	clear: none;
}

.feed_posicion_interior{
	float: right;
	margin: 0;
	width: 230px;
	clear: none;
}


.feed_posicion span{
	margin: 0 5px;
}

.feed_nota{
	width: 96%;
	margin: 10px;
	border-bottom: 1px solid #a2c3e5;
	float: left;
	clear: both;
	padding: 5px 0 5px 0;
}

.feed_nota_menu{
	width: 96%;
	margin: 5px 10px 5px 10px;
	float: left;
	clear: both;
	padding: 5px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
	border: 1px solid #96b7e8;
	background: #fff;
}

.feed_nota_relacionados{
	width: 96%;
	margin: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #2a6fad;
	float: left;
	clear: both;
	padding: 0 0 5px 0;
}

#feed_padding{
	width: auto;
	padding: 5px 10px;
}

.forzar_altura{
	width: 100%;
	height: 1px;
	float: inherit;
	clear: both;
}

.fotografias{
	width:95%;
	margin: 10px
	background-color: #000000;
	float: left;
	clear: none;
}

.foto_noticias{
	width: auto;
	height: auto;
	float: left;
	clear: none;
}

.icono_menu{
	height: 20px;
	margin: 5px;
	padding: 5px 5px 0 35px;
	background-image: url("imagenes/iconos.gif");
	background-repeat: no-repeat;
	background-position: 0 -4px;
}

.icono_menu_mail{
	height: 20px;
	margin: 5px;
	padding: 5px 5px 0 35px;
	background-image: url("imagenes/iconos.gif");
	background-repeat: no-repeat;
	background-position: 0 -38px;
}

.icono_menu_chat{
	height: 20px;
	margin: 5px;
	padding: 5px 5px 0 65px;
	background-image: url("imagenes/iconos.gif");
	background-repeat: no-repeat;
	background-position: 0 -74px;
}

.icono_menu_boletin{
	height: 20px;
	margin: 5px;
	padding: 5px 5px 0 35px;
	background-image: url("imagenes/iconos.gif");
	background-repeat: no-repeat;
	background-position: 0 -108px;
}

.icono_menu_twitter{
	height: 20px;
	margin: 5px;
	padding: 5px 5px 0 35px;
	background-image: url("imagenes/iconos.gif");
	background-repeat: no-repeat;
	background-position: 0 -143px;
}

.icono_menu_facebook{
	height: 20px;
	margin: 5px;
	padding: 5px 5px 0 35px;
	background-image: url("imagenes/iconos.gif");
	background-repeat: no-repeat;
	background-position: 0 -178px;
}

.icono_mail_interior{
	height: 20px;
	margin: 5px;
	padding: 5px 5px 0 36px;
	background-image: url("imagenes/iconos.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.icono_mail_interior_2{
	height: 15px;
	margin: 5px;
	padding: 2px 5px 0 26px;
	background-image: url("imagenes/iconos_2.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.icono_cotizacion_interior{
	height: 20px;
	margin: 5px;
	padding: 5px 5px 0 30px;
	background-image: url("imagenes/iconos.png");
	background-repeat: no-repeat;
	background-position: 0 -50px;
}

.icono_cotizacion_interior_2{
	height: 15px;
	margin: 5px;
	padding: 2px 5px 0 25px;
	background-image: url("imagenes/iconos_2.png");
	background-repeat: no-repeat;
	background-position: 0 -37px;
}

.icono_enviar_interior{
	height: 20px;
	margin: 5px;
	padding: 5px 5px 0 35px;
	background-image: url("imagenes/iconos.png");
	background-repeat: no-repeat;
	background-position: 0 -102px;
}

.icono_enviar_interior_2{
	height: 15px;
	margin: 5px;
	padding: 2px 5px 0 25px;
	background-image: url("imagenes/iconos_2.png");
	background-repeat: no-repeat;
	background-position: 0 -76px;
}

.icono_subir_interior{
	height: 15px;
	margin: 5px;
	padding: 2px 5px 0 25px;
	background-image: url("imagenes/iconos_2.png");
	background-repeat: no-repeat;
	background-position: 0 -17px;
}

.imagenes_solas{
	float: right;
	clear: both;
}

#informacion_interior{
	width: 1000px;
	background-color: #eff9fe;
	float: left;
	clear: both;
	height: auto;
	margin: 0 0 20px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-image: url("imagenes/fondo_informacion.jpg");
	background-repeat: repeat-x;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.listado{
	width: 98%;
	margin: 10px 0 0 10px;
	display: inline;
	color: #666666;
	list-style: url("imagenes/punto.gif");
	border:  0;
}

.linea{
	width: 100%;
	height: 1px;
	margin: 5px 0;
	border-top: 1px solid #a2c3e5;
	float: left;
	clear: none;
}

.listado li{
	width: 95%;
	border: 0;
	margin: 0 0 0 10px;
	padding: 3px 0;
	border-bottom: 1px solid #6fa2d7;
	float: left;
	clear: both;
}

#logotipos{
	width: 1000px;
	float: left;
	clear: both;
}

#logo_cec{
	width: auto;
	margin: 0 10px;
	float: right;
	clear: none;
	position: absolute;
	z-index: 11;
	padding: 0 0 0 870px;
	*padding: 0 0 0 535px;
}

#logo_mascanada{
	width: auto;
	margin: 0 10px;
	float: left;
	clear: none;
}

#logo_masinternacional{
	width: auto;
	margin: 0 10px;
	float: right;
	clear: none;
}

#logo_masinternacional_internacional{
	width: auto;
	margin: 0 10px;
	float: right;
	clear: none;
	padding: 0 130px 0 0;
}

.logo_prepas{
	width: 200px;
	float: left;
	clear: none;
	margin: 0;
	height: auto;
	-webkit-border-radius:10px;
}

.mapa_google{
	width: 200px;
	float: left;
	clear: none;
	margin: 0;
	height: 230px;
	-webkit-border-radius:10px;
}

#menu{
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	font-size: 11px;
	z-index: 10;
	float: left;
	clear: none;
}

#menu_centrar{
	width: 1000px;
	margin: 0 auto;
}

#menu_cursos{
	width: 300px;
	height: 250px;
	margin: 30px 0 0 50px;
	padding: 0;
	float: left;
	clear: both;
}

#menu_cursos_disponibles{
	width: auto;
	margin: 5px 0 0 20px;
	display: inline;
	padding: 5px 0 0 0;
}

#menu_cursos_disponibles_int{
	width: auto;
	margin: 5px 0 0 20px;
	display: inline;
	padding: 5px 0 0 0;
}

#menu_cursos_disponibles_int_2{
	width: auto;
	margin: 5px 0 0 10px;
	display: inline;
	padding: 5px 0 0 0;
}

#menu_cursos_disponibles li{
	width: 80%;
	display: inline;
	margin: 0 0 0 30px;
	padding: 5px 0 2px 15px;
	border-bottom: 1px dotted #6fa2d7;
	border-right: none;
	background-image: url("imagenes/iconos.png");
	background-repeat: no-repeat;
	background-position: 0 -161px;
	float: left;
	clear: none;
}

#menu_cursos_disponibles_int li{
	width: 80%;
	display: inline;
	margin: 0 0 0 30px;
	padding: 2px 0 0 15px;
	border: none;
	background-image: url("imagenes/iconos.png");
	background-repeat: no-repeat;
	background-position: 0 -161px;
	float: left;
	clear: none;
}

#menu_cursos_disponibles_int_2 li{
	width: 80%;
	display: inline;
	margin: 2px 5px 2px 10px;
	padding: 2px 0 0 10px;
	border: none;
	background-image: url("imagenes/iconos_2.png");
	background-repeat: no-repeat;
	background-position: 0 -144px;
	float: left;
	clear: none;
}

.menu_curva{
	width: 290px;
	height: 1px;
	margin: 0 6px;
	background-color: #00d5f4;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-top: 1px solid #fff;
	float: inherit;
	clear: none;
}

.menu_curva_1{
	width: 292px;
	margin: 0 4px;
	padding: 0;
	height: 1px;
	background-color: #00d5f4;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	float: inherit;
	clear: none;
}


.menu_curva_2{
	width: 294px;
	margin: 0 3px;
	height: 1px;
	background-color: #00d5f4;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	float: inherit;
	clear: both;
}


.menu_curva_3{
	width: 296px;
	height: 1px;
	margin: 0 2px;
	background-color: #00d5f4;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	float: inherit;
	clear: both;
}


.menu_curva_4{
	width: 298px;
	height: 1px;
	margin: 0 1px;
	background-color: #00d5f4;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	float: inherit;
	clear: both;
}

.menu_curva_abajo{
	width: 288px;
	height: 1px;
	margin: 0 6px;
	background-color: #00d5f4;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 1px solid #fff;
	float: inherit;
	clear: both;
}

#menu_cursos_centrar{
	width: 100%;
	float: left;
	clear: none;
	text-align: center;
}

.menu_lupa{
	width: auto;
	height: 30px;
	margin: 0 2px;
	padding: 5px 0 0 25px;
	background-image: url(imagenes/iconos.png);
	background-repeat: no-repeat;
	background-position: 0 -128px;
}

.menu_rapido{
	width:30%;
	height: auto;
	margin: 5px 1px 3px 5px;
	padding: 2px;
	float: left;
	clear: none;
	border-right: 1px solid #000;
}

.menu_rapido_promociones{
	width:30%;
	height: auto;
	margin: 5px 1px 3px 5px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
	clear: none;
	border-right: 1px solid #000;
}

#menu_texto a:hover{
	color: #f58220;
}

#menu_texto_int a{
	color: #33609c;
}

#menu_texto_int a:hover{
	color: #f58220;
}

.menu_texto_cursos{
	width: 300px;
	height: auto;
	background-color: #00d5f4;
	border: 3px solid #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
	text-align: left;
	float: left;
	clear: both;
}

.menu_texto_cursos ul{
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.menu_texto_cursos ul li{
	width: 95%;
	margin: 3px 0;
	padding: 0 0 4px 0;
	display: block;
	border-right: none;
	border-bottom: 1px dotted #fff;
	float: left;
	clear: both;
}

#menu_imagen_izq{
	width: 23px;
	height: 34px;
	background-image: url("imagenes/bordes_menu.png");
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#menu_imagen_der{
	width: 23px;
	height: 34px;
	background-image: url("imagenes/bordes_menu.png");
	background-repeat: no-repeat;
	background-position: -23px;
	float: left;
	clear: none;
}

#menu_texto{
	margin: 1px 0 0 0;
}

#menu_texto_int{
	margin: 1px 0 0 0;
}

.meses_intereses{
	width: 100%;
	text-align: right;
	float: left;
	clear: both;
}

.meses_intereses p{
	margin: 0;
	padding: 0;
}

#navegacion{
	width: 950px;
	height: 34px;
	background-color: #999999;
	background-image: url("imagenes/fondo_menu.png");
	background-repeat: repeat-x;
	float: left;
	clear: none;
}

.noticias{
	margin: 5px 0 10px 20px;
	float: left;
	clear: both;
	display: block;
	width: 95%;
}

.noticias_division{
	width: 95%;
	height: auto;
	float: left;
	clear: both;
}

.noticias_texto{
	width: 350px;
	_width: 200px;
	margin: 3px;
	float: left;
	clear: none;
}

#pie_pagina{
	width: 100%;
	margin: 10px 0 0 0;
	background-color: #a4c2eb;
	border-top: 1px dotted #fff;
	float:  left;
	clear: none;
}

.pie_pagina_contenido{
	width: auto;
	margin: 10px;
}


/*Promociones*/
.cuadro_promociones{
	width: 96%;
	margin: 10px;
	float: left;
	clear: both;
	padding: 0;
}

.promociones{
	width: auto;
	margin: 5px 5px 0 0;
	float: right;
}

.promociones_precios{
	width: auto;
	margin: 5px 5px 0 0;
	padding: 5px;
	background-color: #ECFBFF;
	float: right;
}

.promociones_arriba{
	width: 100%;
	height: auto;
	float: left;
}

.promociones_abajo{
	width: 100%;
	background-color: #C1DFFD;
	border: 1px solid #a2c3e5;
	float: left;
}

.promociones_descripcion{
	width: auto;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: #FFCC00;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-top: 1px solid #FF9900;
	float: right;
}

.promociones_informacion{
	width: auto;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: #BCF2FC;
	border-left: 1px solid #92C0FA;
	border-right: 1px solid #92C0FA;
	border-bottom: 1px solid #92C0FA;
	float: right;
}

.promociones_descuentos{
	width: 40%;
	float: left;
}

.promociones_descuentos2{
	width: 45%;
	float: right;
}

.promociones_incluye{
	width: 50%;
	float: left;
}

.promociones_foto_texto{
	width: 60%;
	float: left;
}

.promociones_der{
	width: auto;
	background-color: #D9EFFF;
	clear: both;
	margin: 10px 0 0 0;
	padding: 5px;
}

.p_foto{
	width: auto;
	margin: 5px 2px;
	float: left;
}

.p_foto_2{
	width: auto;
	margin: 5px 2px;
	float: left;
}

.p_parrafo{
	width: auto;
	margin: 0 0 0 5px;
	padding: 0;
}

.p_parrafo2{
	width: auto;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.p_texto{
	width: 260px;
	margin: 5px 2px 0 2px;
	float: left;
}

.p_texto_2{
	width: 180px;
	margin: 5px 2px 0 2px;
	float: left;
}

.p_texto a{
	color: #04559b;
	text-decoration: underline;
}

.p_texto2{
	width: 280px;
	margin: 5px 2px 0 2px;
	float: left;
}


.bold{
	font-weight: bold;
}

.bold_negro{
	font-weight: bold;
	color: #000000;
}

.texto_tachado{
	text-decoration: line-through;
}

.parrafo_promociones{
	margin: 2px 0;
	color: #000;
}

.puntos_sobresalientes{
	width: 240px;
	height: auto;
	margin: 3px;
	padding: 3px;
	float: left;
	clear: none;
	border-right: 1px solid #6fa2d7;
}

.radio_cuadro{
	width: auto;
	height: auto;
	margin: 3px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
	float: left;
	clear: both;
}

.reservar_lugar{
	width: 170px;
	margin: 10px auto;
	padding: 8px;
	background-color: #d81d47;
	border: 2px solid #FFF;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	clear: both;
}

.reservar_lugar a{
	color: #FFF;
}

.resumen_escuelas{
	width: 360px;
	_width: 350px;
	float: left;
	clear: none;
	margin: 0 3px;
}

.resumen_escuelas_der{
	width: 190px;
	_width: 180px;
	float: left;
	clear: none;
	margin: 50px 0px 0px 0px;
	padding: 5px;
	border: 1px dotted;
	background-color: #FFF;
	border-color: #82C2F2;
}



.separar_tablas{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #0066CC;
	float: left;
	clear: both;
}

#slogan{
	float: left;
	clear: none;
	width: auto;
	margin: 25px 0 0 0;
}

.slogan{
	color: #FFFFFF;
}

.subtitulo a{
	color: #04559b;
}

.solicitar_info{
	width: auto;
	background-color: #FF6600;
	clear: both;
	text-align: center;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 5px 0;
	border: 1px solid;
	border-color: #FFFFFF;
}

.solicitar_info a, .solicitar_cotizacion a{
	color: #FFF;
}

.solicitar_cotizacion{
	width: auto;
	background-color: #CCCC33;
	clear: both;
	text-align: center;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0;
}

.tabla{
	width: 200px;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #fff;
}

.tabla_color{
	width: 200px;
	padding: 5px 5px 5px 20px;
	background-color: #b9d8f7;
	border-bottom: 1px solid #fff;
}

.tabla_ancho{
	width: 95%;
	float: left;
	clear: both;
}

.titulos_videos{
	width: 98%;
	height: 30px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #04559b;
	float: left;
	clear: both;
}

.ubicacion{
	width: 48%;
	float: left;
	clear: none;
}

.videos{
	width: 98%;
	margin: 3px;
	float: left;
	clear: none;
}

.videos_escuelas{
	width: 310px;
	height: auto;
	margin: 3px 0;
	padding: 3px 0;
	float: left;
	clear: none;
	text-align: center;
}

.videos_posicion{
	width: 98%;
	height: auto;
	float: left;
	clear: both;
	margin: 0 auto;
}

img{
	margin: 0 3px;
	behavior: url("iepngfix.htc");
	border: 0;
	float: left;
	clear: none;
}
 
 curved {
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(border-radius.htc);
}


/* Hojas de estilo lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }





.tituloItem{
cursor: pointer;
}

.tituloItem:hover{
font-weight: bold;
color: #000;
}

#item_1 ul, #item_2 ul, #item_3 ul, #item_4 ul, #item_5 ul{
margin: 0;
padding: 0 0 0 15px;
}

#item_1 ul li, #item_2 ul li, #item_3 ul li, #item_4 ul li, #item_5 ul li{
padding: 5px 0 0 0;
border-bottom: 1px solid #98C000;
}

#item_1 ul li a:hover, #item_2 ul li a:hover, #item_3 ul li a:hover, #item_4 ul li a:hover, #item_5 ul li a:hover{
padding: 3px 0 3px 5px;
display: block;
background-color: #9AC101;
color: #fff;
}
