/*******************************************************************************
****** 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;
}
/******************************************************************************/

/****** DEFINICIONES ESPECIFICAS GENERALES ************************************/
body
{
    width: 100%;
    height: 100%;
    background-color: #D5DFE7;
    font-family: tahoma, Verdana, Arial, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 0.7em;
    color: #7F7F7F;
}

div.clear
{
    clear: both;
}


/****** SOMBRA ******/
div#sombra
{
    width: 774px;
    background-color: #BDC6D1;
    margin: auto;
}

/***** CONTENEDOR ******/
div#contenedor
{
    width: 735px;
    height: 100%;
    background-color: #FFFFFF;
    border-left: 1px solid #3D4F6F;
    border-right: 1px solid #3D4F6F;
    padding-left: 13px;
    padding-right: 12px;
    padding-bottom: 15px;
    margin: auto;
}

/***** CABECERA ******/
img#cabecera
{
    width: 735px;
    height: 113px;
    margin: 0px;
}

/****** BARRA DE NAVEGACION HORIZONTAL ******/
div#menu_nav
{
    width: 733px;
    height: 29px;
    background-color: #3E5070;
    margin-top: 3px;
    padding: 0px;
    clear: both;
}

/*** TITULO COMERCIOS ***/
div#menu_nav img.tit
{
    width: 135px;
    height: 29px;
    float: left;
}

/*** MENU DE NAVEGACION ***/
div#menu_nav div.menu
{
    width: 551px;
    height: 29px;
    position: relative;
    float: right;
    background-image: url( ../img/fondo_menu.jpg );
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 10px;
}
/* BOTONES */
div#menu_nav div.menu img.boton
{
    float: left;
    cursor: pointer;
}

/* SUBMENUS */
div#menu_nav div.menu div.submenu
{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #99AE56;
    background-image: url( ../img/sombra_top_submenu1.jpg );
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 5px;
    border-right: 1px solid #4F5A33;
    border-bottom: 1px solid #4F5A33;
    z-index: 100;
    visibility: hidden;
}

div#menu_nav div.menu div.submenu div.cont_submenu
{
    background-color: #D4E599;
    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 div.submenu div.cont_submenu a
{
    display: block;
    color: #3D5070;
    text-decoration: none;
    background-color: #E5EFC0;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 3px;
}

/*** 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: #3E5070;
    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: #3E5070;
    padding-bottom: 13px;
    border-right: 1px solid #3E5070;    
}

table.cuerpo tr td.menu_izq a
{
    display: block;
    color: #FFFFFF;
    font-size: 0.85em;
    text-decoration: none;
    background-image: url( ../img/ico_menu.jpg );
    background-repeat: no-repeat;
    background-position: 10px 13px;
    padding-left: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 2px dotted #818DA2;
    margin-left: 4px;
    margin-right: 5px;
}

table.cuerpo tr td.menu_izq a:hover
{
    display: block;
    color: #FFFFFF;
    font-size: 0.85em;
    text-decoration: none;
    background-image: url( ../img/ico_menu.jpg );
    background-repeat: no-repeat;
    background-position: 10px 13px;
    padding-left: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 2px dotted #818DA2;
    margin-left: 4px;
    margin-right: 5px;
}

table.cuerpo tr td.menu_izq div.linea_cierre_menu_izq
{
    height: 2px;
    line-height: 0px;
    border-bottom: 2px dotted #818DA2;
    margin-left: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
}

table.cuerpo tr td.contenido
{
    vertical-align: top;
    padding-left: 11px;
    padding-right: 8px;
}

/* MENU PIE DE PAGINA */
table.cuerpo tr td.contenido div.menu_pie
{
    width: 392px;
    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: #F1F4F7;
    padding-bottom: 13px;
}
/* TITULOS */
table.cuerpo tr td.bloque_der h3
{
    width: 130px;
    height: 27px;
    color: #556783;
    font-size: 1em;
    background-image: url( ../img/fondo_tit_der.jpg );
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-top: 7px;
    margin-bottom: 10px;
}

/* Nuestra Ciudad */
table.cuerpo tr td.bloque_der h3.nuestra_ciudad
{
    background-image: url( ../img/fondo_tit_nuestra_ciudad.jpg );
}

/* Sitios de Interés */
table.cuerpo tr td.bloque_der h3.sitios_interes
{
    background-image: url( ../img/fondo_tit_sitios_interes.jpg );
}

/* De Paseo */
table.cuerpo tr td.bloque_der h3.paseo
{
    background-image: url( ../img/fondo_tit_paseo.jpg );
}

/* Ocio y Cultura */
table.cuerpo tr td.bloque_der h3.ocio_cultura
{
    background-image: url( ../img/fondo_tit_ocio_cultura.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: #FFFFFF;
    padding: 5px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
}

table.cuerpo tr td.bloque_der form div.cont_campos span.usuario_en_sesion
{
    display: block;
    font-weight: bold;
    text-align: center;
}

table.cuerpo tr td.bloque_der form div.cont_campos span.error_usuario
{
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    background-image: url( ../img/prohibido.gif );
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}

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;
    border-left: 1px solid #ADA9A7;
    border-top: 1px solid #ADA9A7;
    border-right: 1px solid #B7BDC2;
    border-bottom: 1px solid #B7BDC2;
    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 span.salir_sesion
{
    float: left;
    color: #7F7F7F;
    font-size: 0.8em;
    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: transparent;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #9F9C9D;
    border-bottom: 1px solid #9F9C9D;
    cursor: pointer;
}

/* BANNER */
table.cuerpo tr td.bloque_der img.banner
{
    margin-left: 5px !important;
    margin-bottom: 10px;
}

/* BLOQUE ACTUALIDAD */
table.cuerpo tr td.bloque_der div.oferta
{
	float: left;
	text-align: right;
    background-color: #FFFFFF;
    padding: 5px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
}

table.cuerpo tr td.bloque_der div.oferta h4.tit
{
    font-size: 0.8em;
    color: #B4BCCA;
    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.oferta img
{
	float: left;
	border: 2px solid #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
}

table.cuerpo tr td.bloque_der div.oferta p
{
    font-size: 0.8em;
    text-align: left;
    margin-top: 5px;
}

table.cuerpo tr td.bloque_der div.oferta 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.oferta div.linea
{
    width: 100%;
    height: 0px;
    line-height: 0px;
    border-top: 2px dotted #D5DFE7;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 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;
    text-decoration: none;
    background-image: url( ../img/flecha_azul.gif );
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 5px;
    margin-left: 10px;
    margin-right: 8px;
    margin-bottom: 2px;
}


table.cuerpo tr td.bloque_der div.menu_secciones a span
{
    display: block;
    background-color: #FFFFFF;    
    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: #7F7F7F;
    text-decoration: none;
    background-image: url( ../img/flecha_azul.gif );
    background-repeat: no-repeat;
    background-position: 0px 7px;
    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: #FFFFFF;    
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
}

/* 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;
}

/******************************************************************************/