/*******************************************************************************
****** 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
{
    margin: 0px;
    padding: 0px;
	position: relative;
}
/******************************************************************************/

/****** 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;
}

div.clear
{
    clear: both;
}

a
{
	color: #333333;
}

a:hover
{
	color: #FF9900;
}
/****** SOMBRA ******/
div#sombra
{
    width: 782px;
    /*background-color: #BDC6D1;*/
    margin: auto;
    background-image: url( ../img/fondo_g.jpg );
}

/***** CONTENEDOR ******/
div#contenedor
{
    width: 735px;
    height: 100%;
    background-color: #FFFFFF;
    border-left: 1px solid #989B9F;
    border-right: 1px solid #989B9F;
    padding-left: 13px;
    padding-right: 12px;
    padding-bottom: 15px;
    margin: auto;
}

/***** CABECERA ******/
div#cabecera
{
    width: 733px;
    height: 110px;
    margin: 0px;
}

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: 29px;
    background-color: #FFFFFF;
    /*background-image: url( ../img/menu_union.jpg );
    background-repeat: no-repeat;
    background-position: 18% 0%;*/
    margin-top: 6px;
    padding: 0px;
    clear: both;
	z-index: 100;
}

/*** TITULO COMERCIOS ***/
div#menu_nav img.tit
{
    width: 200px;
    height: 29px;
    float: left;
}

/*** MENU DE NAVEGACION ***/
div#menu_nav div.menu
{
    width: 500px;
    height: 2px;
	position: relative;
    float: right;
    background-image: url( ../img/fond_menu.jpg );
	background-repeat: repeat-x;
    background-position: 0px 0px;
    padding-left: 10px;
}
/* BOTONES */
div#menu_nav div.menu img.boton
{
    float: left;
    cursor: pointer;
    margin-left: 1px;
    margin-top: 2px;
}

/* SUBMENUS */
div#menu_nav div.menu div.submenu
{
   width: 150px;
	position: absolute;
    left: 0px;
    top: 0px;
	display: block;
    background-color: #00477F;
    /* background-image: url( ../img/sombra_top_submenu1.jpg );*/
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 1px;
    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: #CCCCCC;/*#AD2C27*/
    /*background-image: url( ../img/sombra_top_submenu2.jpg );*/
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px;
    padding-right: 1px;
    padding-bottom: 1px;
}

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 #000000;
}

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 #FFFFFF;
	margin: 0px;
    margin-bottom: 0px;
}

/*** CUERPO DE LA PAGINA ***/
table.cuerpo
{
    width: 733px;
    display: block;
    border-collapse: collapse;
    empty-cells: show;
}

/* SEPARACION DEL MENU CON EL CUERPO */
table.cuerpo tr.separacion_sup
{
    height: 13px;
}

/* 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: #024880;
    /*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: 171px;
					vertical-align: top;
					/*background-image: url( ../img/cierre_menu_izq.jpg );
					background-repeat: no-repeat;
					background-position: left bottom;
					background-color: #FFFFFF;
					padding-bottom: 5px;
					/*border-right: 1px solid #3E5070;   
				}*/ 
				
				/*table.cuerpo tr td.menu_izq a
				{
					  display: block;
					color: ##00AACF;
					font-size: 0.85em;
					text-decoration: none;
					background-color: #ffffff;
					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 #5570A0;
					/*margin-left: 0px;
					margin-right: 0px;
				}*/
				
				/*table.cuerpo tr td.menu_izq a:hover
				{
					display: block;
					color: #00AACF;
					font-size: 0.85em;
					text-decoration: none;
					background-color: #FFfff;
					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: #ffffff;
				}
				
				table.cuerpo tr td.menu_izq a.par_menu:hover
				{
					background-color: #ffffff;
				}
				
				table.cuerpo tr td.menu_izq div.linea_cierre_menu_izq
				{
					height: 2px;
					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;
	/*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
{
   width: 150px;
    vertical-align: top;
    background-image: url( ../img/cierre_bloque_der.jpg );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #ffffff;
    padding-bottom: 13px;
}
/* TITULOS */
table.cuerpo tr td.bloque_der h3
{
    width: 130px;
    height: 20px;
    color: #146FAF;
    font-size: 1em;
    background-image: url( ../img/fondo_tit_der.jpg );
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-top: 3px;
    margin-bottom: 10px;
}

/* Nuestra Ciudad */
table.cuerpo tr td.bloque_der h3.nuestra_ciudad
{
    background-image: url( ../img/fondo_tit_der.jpg );
}

/* Sitios de Interés */
table.cuerpo tr td.bloque_der h3.sitios_interes
{
    background-image: url( ../img/fondo_tit_der.jpg );
}

/* De Paseo */
table.cuerpo tr td.bloque_der h3.paseo
{
    background-image: url( ../img/fondo_tit_der.jpg );
}

/* Ocio y Cultura */
table.cuerpo tr td.bloque_der h3.ocio_cultura
{
    background-image: url( ../img/fondo_tit_der.jpg );
}

/* 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.jpg );
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 3px;
	margin-bottom: 10px;
}	

table.cuerpo tr td.bloque_der div.oferta h4.tit
{
	font-size: 1em;
	color: #629ACF;
	margin-left: 2px;
	margin-bottom: 5px;
}

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;
}

/******************************************************************************/

/******************************************************************************/
