/*******************************************************************************
****** ESTILOS GLOBALES ********************************************************
*******************************************************************************/


/****** INICIALIZACION DE TAGS ************************************************/

body, div, span, p, h1, h2, h3, h4, h5, ul, li, ol, img, a, table, tr, td, form, input, select, textarea, object, embed, blockquote
{
    margin: 0px;
    /*padding: 0px;*/
	
}
/******************************************************************************/

/****** DEFINICIONES ESPECIFICAS GENERALES ************************************/
body
{
    width: 100%;
    height: 100%;
    background-color: #E7E8EA;
    font-family: tahoma, Verdana, Arial, "Lucida Grande", Lucida, Helvetica, Geneva, sans-serif;
    font-size: 0.7em;
    color: #000000;
	background-image: url(/imagenes/fondopagina.jpg);
	background-repeat: repeat-x;
}

div.clear
{
    clear: both;
}

a
{
	color: #333333;
}

a:hover
{
	color: #FF9900;
}
/****** SOMBRA ******/
div#sombra
{
    width: 907px;
    /*background-color: #BDC6D1;*/
    margin: auto;
    background-image: url( ../img/fondo_g.jpg );
}

/***** CONTENEDOR ******/
div#contenedor
{
    width: 907px;
    height: 100%;
	
    background-color: #FFFFFF;
  /*  border-left: 1px solid #989B9F;
    border-right: 1px solid #989B9F;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
	padding-top:10px;
    margin: auto;
}

/***** CABECERA ******/
div#cabecera
{
    width: 907px;
    height: 110px;
    margin:0px;
	border:none;
			background-repeat:no-repeat;
}
div#cabecera table
{
			background-repeat:no-repeat;
			width: 907px;
}

div#cabecera img.logoizq
{
	float: left;
	margin: 0px;
	cursor: pointer;
}

div#cabecera img.logocenter
{
	float: left;
	margin-left: 116px;
	margin-top: 12px;
	cursor: pointer;
}

div#cabecera img.logoder
{
	float: right;
	margin-top: 12px;
	margin-right: 6px;
	cursor: pointer;
}

/****** BARRA DE NAVEGACION HORIZONTAL ******/
div#menu_nav
{
    width: 733px;
    height: 34px;
    background-color: #fff;
    /*background-image: url( ../img/menu_union.jpg );
    background-repeat: no-repeat;
    background-position: 18% 0%;*/
    margin-top: 57px;
    padding: 0px;
    clear: both;
	z-index: 2000;
}

/*** TITULO COMERCIOS ***/
div#menu_nav img.tit
{
    width: 184px;
    height: 34px;
    float: left;
	margin-top:0px;
}

/*** MENU DE NAVEGACION ***/
div#menu_nav div.menu
{
    width: 908px;
    height: 34px;
	position: relative;
	padding:0 0 0 0;
    float: left;
	margin-top:-2px;
background-image: url(../img/menu_bar.jpg);
background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 0px;
}
/* BOTONES */
div#menu_nav div.menu img.boton
{
    float: left;
    cursor: pointer;
    margin-left: 0px;
    margin-top: 0px;
		margin: 0px;
		padding: 0px;
		border: 1px solid yellow;
}

/* SUBMENUS */
div#menu_nav div.menu div.submenu
{
   width: 150px;
	position: absolute;
    left: 0px;
    top: 0px;
	display: block;
    background-color: #00477F; /*----------------- fondo del menu ---------*/
    background-image: url( ../img/sombra_top_submenu1.jpg );
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 5px;
    border-right: 1px solid #A19A98;
    border-bottom: 1px solid #A19A98;
    /*visibility: hidden;*/
}

div#menu_nav div.menu div.submenu div.cont_submenu
{
    position: static;
	background-color: #E6F3FC;/*#AD2C27*/
    background-image: url( ../img/sombra_top_submenu2.jpg );
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}
div#menu_nav div.menu img.boton
{
		float: none;
		border: 0px solid yellow;
		margin: 0px;
		padding: 0px;
}

div#menu_nav div.menu div.submenu div.cont_submenu div.fx
{
	width: 100%;
    height: 0px;
	font-size: 0px;
    line-height: 0px;
    padding: 0px;
	margin: 0px;
    border-bottom: 1px solid #5570A0;
}

div#menu_nav div.menu div.submenu div.cont_submenu a
{
    display: block;
    color: #146FAF;
    text-decoration: none;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
	/*border-top: 1px solid #A19A98;*/
	border-bottom: 1px solid #5570A0;
	margin: 0px;
    margin-bottom: 0px;
		width: inherit;
}

/*** CUERPO DE LA PAGINA ***/
table.cuerpo
{
    clear: both;
		width: 914px;
    display: block;
    border-collapse: collapse;
    empty-cells: show;
		margin-top: 2px;
}

/* SEPARACION DEL MENU CON EL CUERPO */
table.cuerpo tr.separacion_sup
{
    height: 0px;
}

/* SOMBRA COLUMNA IZQ */
table.cuerpo tr.separacion_sup td.sombra_col1
{
    width: 171px;
    background-image: url( ../img/sombra_col_izq.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color: #fff;
    /*border-right: 1px solid #3E5070;*/
}

/* SOMBRA COLUMNA CENTRAL Y DERECHA */
table.cuerpo tr.separacion_sup td.sombra_col2
{
    background-image: url( ../img/sombra_col_der.jpg );
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

/* MENU LADO IZQUIERDO */
table.cuerpo tr td.menu_izq
{   width: 150px;
    vertical-align: top;
   /* background-image: url( ../img/cierre_menu_izq.jpg );
    background-repeat: no-repeat;
    background-position: left bottom;*/
    background-color: #fff;
    padding-bottom: 0px;
	padding-right:0px;
	

	    /*border-right: 1px solid #3E5070; */   
}

/*table.cuerpo tr td.menu_izq a
{
    display: block;
    color: #333;
    font-size: 0.85em;
    text-decoration: none;
	background-color: #e1e1e1; /*------------------ color del boton   */
/*    background-image: url( ../img/ico_menu.jpg );
    background-repeat: no-repeat;
    background-position: 0% 0% !important;
    padding-left: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #a0a0a0;
    /*margin-left: 0px;
    margin-right: 0px;*/
/*}

table.cuerpo tr td.menu_izq a:hover
{
    display: block;
    color: #FFFFFF;
    font-size: 0.85em;
    text-decoration: none;
	background-color: #c83000;
    background-image: url( ../img/ico_menu2.jpg );
    background-repeat: no-repeat;
    background-position: 0% 0% !important;
    padding-left: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #5570A0;
    /*margin-left: 0px;
    margin-right: 0px;*/
/*}*/

table.cuerpo tr td.menu_izq a.par_menu
{
    background-color: #e1e1e1;
}

table.cuerpo tr td.menu_izq a.par_menu:hover
{
    background-color: #c83000;
}

table.cuerpo tr td.menu_izq div.linea_cierre_menu_izq
{
    height: 0px;
    line-height: 0px;
    border-top: 1px solid #5570A0;
   /* margin-left: 4px;
    margin-right: 5px;*/
    margin-bottom: 10px;
}

table.cuerpo tr td.contenido
{
	vertical-align: top;
    padding-left: 9px;
    padding-right: 1px;
}

/* MENU PIE DE PAGINA */
table.cuerpo tr td.contenido div.menu_pie
{
   /*width: 392px;*/
    width: 582px;
	/*position: absolute;*/
	bottom: 5px;
    font-weight: bold;
    color: #CECFD2;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

table.cuerpo tr td.contenido div.menu_pie a
{
    font-weight: bold;
    color: #CECFD2;
    text-decoration: none;
}

/* BLOQUE LADO DERECHO */
table.cuerpo tr td.bloque_der
{
    float:right;
	width: 150px;
    vertical-align: top;
    /*background-image: url( ../img/cierre_bloque_der.jpg );
    background-repeat: no-repeat;
    background-position: left bottom;*/
    background-color: #f5f5f5;
    padding-bottom: 13px;
}
/* TITULOS */
table.cuerpo tr td.bloque_der h3
{
	width: 130px;
	height: 20px;
	color: #146FAF;
	font-size: 1em;
	background-image: url('../img/cuadritos.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	margin-bottom: 10px;
}

/* Nuestra Ciudad */
table.cuerpo tr td.bloque_der h3.nuestra_ciudad
{
	background-position: left center;
	background-image: url( ../img/cuadritos.gif );
	background-repeat: no-repeat;
}

/* Sitios de Interés */
table.cuerpo tr td.bloque_der h3.sitios_interes
{
	background-position: left center;
	background-image: url( ../img/cuadritos.gif );
	background-repeat: no-repeat;
}

/* De Paseo */
table.cuerpo tr td.bloque_der h3.paseo
{
	background-position: left center;
	background-image: url( ../img/cuadritos.gif );
	background-repeat: no-repeat;
}

/* Ocio y Cultura */
table.cuerpo tr td.bloque_der h3.ocio_cultura
{
	background-position: left center;
	background-image: url( ../img/cuadritos.gif );
	background-repeat: no-repeat;
}

/* FORMULARIO DE ACCESO */
table.cuerpo tr td.bloque_der form
{
    margin-bottom: 50px;
}

table.cuerpo tr td.bloque_der form div.cont_campos
{
    background-color: #FBFDFF;
    padding: 5px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
}

table.cuerpo tr td.bloque_der form div.cont_campos label
{
    display: block;
    color: #7C8186;
    background-image: url( ../img/flecha_gris2.gif );
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 10px;
    margin-bottom: 1px;
}

table.cuerpo tr td.bloque_der form div.cont_campos input
{
    width: 121px;
    font-size: 0.8em;
	background-color: #FFFFFF;
    border-left: 1px solid #ADA9A7;
    border-top: 1px solid #ADA9A7;
    border-right: 1px solid #A19A98;
    border-bottom: 1px solid #A19A98;
    margin-bottom: 5px;
}

table.cuerpo tr td.bloque_der form a
{
    float: left;
    color: #7F7F7F;
    font-size: 0.8em;
    text-decoration: none;
    margin-left: 8px;
    margin-top: 5px;
    margin-right: 5px;
}

table.cuerpo tr td.bloque_der form input.boton
{
    width: 35px;
    float: left;
    font-size: 0.8em;
    color: #7F7F7F;
    background-color: #E9E9E8;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #9F9C9D;
    border-bottom: 1px solid #9F9C9D;
    cursor: pointer;
}

/* BLOQUE ACTUALIDAD */
table.cuerpo tr td.bloque_der div.bloq_actualidad
{
    text-align: right;
    background-color: #FFFFFF;
    padding: 5px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
}

table.cuerpo tr td.bloque_der div.bloq_actualidad h4
{
    font-size: 0.8em;
    color: #706A68;
    text-align: left;
    background-image: url( ../img/ico_actualidad.gif );
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
}

table.cuerpo tr td.bloque_der div.bloq_actualidad p
{
    font-size: 0.8em;
    text-align: left;
    margin-top: 5px;
}

table.cuerpo tr td.bloque_der div.bloq_actualidad a
{
    font-size: 0.9em;
    color: #7F7F7F;
    text-decoration: none;
    text-align: right;
    background-image: url( ../img/ico_mas.gif );
    background-repeat: no-repeat;
    background-position: right 4px;
    padding-right: 11px;
}

/* LINEA SEPARACION */
table.cuerpo tr td.bloque_der div.bloq_actualidad div.linea
{
    width: 100%;
    height: 0px;
    line-height: 0px;
    border-top: 2px dotted #AC2C26;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* BANNER */
table.cuerpo tr td.bloque_der img.banner
{
    margin-left: 5px;
    margin-bottom: 10px;
}

/* MENU SECCIONES */
table.cuerpo tr td.bloque_der div.menu_secciones
{
    margin-bottom: 20px;
}

table.cuerpo tr td.bloque_der div.menu_secciones a
{
    display: block;
    color: #7F7F7F;
	 width: 120px !important;
    text-decoration: none;
    background-image: url( ../img/pinkm.jpg );
    background-repeat: no-repeat;
    background-position: 0px 4px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #A19A98;
	border-right: 1px solid #A19A98;
    padding-left: 5px;
    margin-left: 10px;
	padding-left: 20px;
    margin-right: 8px;
    margin-bottom: 2px;
	background-color: #F0F0F0;
}


table.cuerpo tr td.bloque_der div.menu_secciones a span
{
    display: block;
    /*background-color: #F0F0F0;*/
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
}

table.cuerpo tr td.bloque_der div.menu_secciones a:hover
{
    display: block;
    color: #629ACF;
    text-decoration: none;
    background-image: url(../img/ico_punto.gif  );/*pinkm_o.jpg*/
    background-repeat: no-repeat;
    background-position: 3px 8px;
    padding-left: 5px;
    margin-left: 10px;
    margin-right: 8px;
    margin-bottom: 2px;
}

table.cuerpo tr td.bloque_der div.menu_secciones a:hover span
{
    display: block;
    /*background-color: #F0F0F0;*/
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
}

table.cuerpo tr td.bloque_der div.oferta
{
	width: 143px;
	float: left;
	background-image: url( ../img/fondo_caja_ofertas.jpgg );
	background-repeat: no-repeat;
	background-position: left bottom;
	/*background-color: #CCCCCC;*/
	margin-left: 3px;
	margin-bottom: 10px;
}	

table.cuerpo tr td.bloque_der div.oferta h4.tit
{
	font-size: 1em;
	color: #003366;
	margin-left: -4px;
	margin-bottom: 5px;
	background-image: url(../img/cuadritos.old.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 10px;
}

table.cuerpo tr td.bloque_der div.oferta img
{
	float: left;
	border: 2px solid #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
}

table.cuerpo tr td.bloque_der div.oferta p
{
	color: #4D5457;

}

table.cuerpo tr td.bloque_der div.oferta a
{
	float: right;
	text-decoration: none;
	color: #7F7F7F;
	margin-top: 5px;
	margin-right: 5px;

}

/* LOGOS */

table.logos
{
	width: 90%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #F0F0F0;
	margin: auto;
	margin-top: 25px;
}

table.logos tr td
{
	padding-top: 10px;
}

/* Nuevo APP */

/*body {
	background-color: #FFFFFF; 
	color: inherit; 
	font-family: Verdana; 
	font-size: xx-small; 
	margin: 0px 0px 0px 0px; 
}*/
a{
	text-decoration : none;
}
A:hover {
	text-decoration : underline;
}
.fondo_degradado {
	background-color: #FFFFFF;
	background-image: url('../css/images/fondo_degradado.jpg');
	/*background-attachment: fixed;*/
	background-position: top;
	background-repeat: repeat-x;
}
.menu_nuevo {
	font-family: "Arial narrow";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-image: url('../img/fondo_menu.jpg');
	background-repeat: repeat-x;
    height: 29px;
	/*background-attachment: fixed;*/
	text-align: center;
}
.letra_menu{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}
.texto_footer {
	font-family: "Verdana";
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-align: center;
}
.table_footer{
	text-align: center;
}
.verdana_doce_verde{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #336600;
}
.verdana_once_verde{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #336600;
}
.verdana_diez_azul{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #191F39;
}
.verdana_diez_azul_normal{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #191F39;
}
.verdana_diez_blanca{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.verdana_diez_gris{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #5E657C;
}
.verdana_diez_gris_normal{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #5E657C;
}
.verdana_diez_gris_normal_pequena{
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #5E657C;
}

.input_type_text_busqueda{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
    border: 1px solid #D8D8D8;
    border-top-color: #A8A8A8;
    border-top-style: solid;
    border-top-width: 2px;
    border-left-color: #A8A8A8;
    border-left-style: solid;
    border-left-width: 2px;
}
.tabla_borde_gris{
	border: 2px solid #ECECEC;
}
.tabla_fondo_gris{
	background-color: #F0F0F0;
}
.fondo_gris_obscuro{
	background-color: #F5F5F5;
}
.boton_entrar{
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #E9E9E8;
	border: 1px hidden #C0C0C0;
}
.fondo_azul_titulos{
  background-image: url(../img/fondo_azul_titulos.jpg);
  background-position: top;
  background-repeat: repeat-x;
  height: 24px;
}
.fondo_gris_titulos{
  background-image: url(../img/fondo_gris_titulos.jpg);
  background-position: top;
  background-repeat: repeat-x;
  height: 22px;
}
.letra_titulos_azul{
 font-family: Arial;
 font-size: 11px;
 font-weight: bold;
 color: #FFFFFF;
}
.letra_titulos_blanco{
 font-family: Arial;
 font-size: 11px;
 font-weight: bold;
 color: #003366;
}
.linea_gris_abajo{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #A8B7C6;
  background-color: #F0F0F0;
  height: 25px;
}
.fondo_azul_columna{
  background-color: #003366;
}
.fondo_verde{
   background-color: #009999;
}
.fondo_blanco{
  background-color: #FFFFFF;
}
.fondo_azul_claro{
  background-color: #006699;
}

h3.HeadContent
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #336600;
	background-image: url(../img/cuadritos.gif);
	background-image: url( ../img/fondo_titulos.jpg );
	background-repeat: no-repeat;
	background-position: center !important;
	padding: auto;
	padding-left: 24px;
	padding-top: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	height: 18px !important;
	border: 0px solid green !important;
	
}

a.ver_mas
{
    height: 19px;
    float: right;
    color: #629ACF;
    text-decoration: none;
    background-image: url( ../img/ico_ver_mas.gif );
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 22px;
    margin-top: 0px;
	clear: both;
}

h5.fecha {
	font-size: .9em;
	font-weight: normal;
	color: #629ACF;
	text-align: left;
	margin-top: 5px;
	background-image: url( ../img/ico_actualidad.gif );
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left: 15px;	
}

.MarcaAgua {
	background-image: url(../img/tx-fondo-3.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: #FFFFFF;
	border: 0px solid red;
}

p em {
	color: #336600
	}
/******************************************************************************/

/******************************************************************************/
li.impar
{
	background-color: #FBFDFF;
	border-bottom: 1px solid #024880;
	list-style-position: inside;
}

li.par
{
	background-color: #E6F3FC;
	border-bottom: 1px solid #024880;
	list-style-position: inside;
}
table.cursos {
	border: 0px solid red;
	width: 100%;
	empty-cells: hide;
	font-family: Tahoma, Verdana, Arial;
}

table.cursos tr.caption {
}
table.cursos tr.caption td {
	background-color: #EAEAEA;
	background-color: #024880;
	border: 0px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
	padding: 0px 3px 0px 5px;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
table.cursos td {
	background-color: none;
	padding: 3px;
	font-size: 11px;
}
table.cursos tr.pie_contenido td {
	background-color: #CCCCCC;
	height: 1px;
}
table.cursos a#ver_mas
{
	border: 0px solid red;
	height: 19px;
	float: right;
	color: #629ACF;
	text-decoration: none;
	background-image: url( ../img/ico_ver_mas.gif );
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 22px;
	margin: 0px;
	clear: both;
}

table.cursos div.contenido {
	background-color: #F0F0F0;
	border: 1px solid;
	border-top-color: #D6D6D6;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #D6D6D6;
	padding: 0px 3px 0px 3px;
}
table.cursos div.contenido td.caption {
	border-right: 1px solid #D6D6D6;
	font-weight: bold;
	width: 140px;
}
