/*******************************************************************************
****** 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: #FFFFFF;
    font-family: Verdana, Arial, tahoma, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 0.7em;
    color: #7F7F7F;
}

a
{
	color: #7F7F7F;
	text-decoration: none;
}

h3
{
	font-family: Arial, Verdana, tahoma, Lucida, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
}

input
{
	font-family: Arial, Verdana, tahoma, Lucida, Helvetica, Geneva, sans-serif;
}

div.clear
{
    clear: both;
}

div.separador10
{
	height: 10px;
	line-height: 10px;
	font-size: 0px;
}

div.separador14
{
	height: 14px;
	line-height: 14px;
	font-size: 0px;
}

div.refuerzo_boton
{
	border: 1px solid #000000;
}

input.boton
{
	width: auto !important;
	height: 16px !important;
	float: right;
	line-height: 14px !important;
	font-size: 0.8em !important;
	color: #F1E1EC !important;
	text-transform: uppercase !important;
	background-color: #C27EAC !important;
	padding: 0px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	border-left: 1px solid #FBB7E5 !important;
	border-top: 1px solid #FBB7E5 !important;
	border-right: 1px solid #8A4674 !important;
	border-bottom: 1px solid #8A4674 !important;
	margin-right: 12px !important;
	cursor: pointer;
}


/****** SOMBRA ******/
div#sombra
{
    width: 774px;
    background-color: #BDC6D1;
    margin: auto;
}

/***** CONTENEDOR ******/
div#contenedor
{
    width: 932px;
    height: 100%;
    background-color: #FFFFFF;
    margin: auto;
}

/***** CABECERA ******/
div#cabecera
{
	position: relative;
}

div#cabecera div.idiomas
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

div#cabecera div.idiomas a
{
	font-family: Arial,Verdana, tahoma, Lucida, Helvetica, Geneva, sans-serif;
    color: #963D79;
    font-size: 0.9em;
	font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
	background-image: url( ../img/ico_idiomas.gif );
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 15px;
	margin-right: 5px;
}

/****** 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: 932px;
    display: block;
    border-collapse: collapse;
    empty-cells: show;
	margin-bottom: 10px;
}

/* SEPARACION DEL MENU CON EL CUERPO */
table.cuerpo tr.separacion_sup
{
    height: 4px;
}

/* 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: 158px;
	text-align: center;
    vertical-align: top;
/*/    background-image: url( ../img/cierre_menu_izq.jpg );
    background-repeat: no-repeat;
    background-position: left bottom;
/*/
    background-color: #ECDBE6;
    padding-bottom: 15px;
	border-top: 1px solid #FFFFFF;
    border-right: 1px solid #C27EAC;    
}

table.cuerpo tr td.menu_izq img
{
	margin-bottom: 2px;
	cursor: pointer;
}

table.cuerpo tr td.menu_izq a
{
    width: 119px;
	height: 15px;
	display: block;
	font-family: Arial,Verdana, tahoma, Lucida, Helvetica, Geneva, sans-serif;
    color: #590848;
    font-size: 0.8em;
	font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
	text-align: left;
/*/
	background-image: url( ../img/b_morado.jpg );
/*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 25px;
    padding-top: 5px;
	margin: auto;
	margin-bottom: 2px;
}

table.cuerpo tr td.menu_izq a.morado
{
	background-image: url( ../img/b_morado.jpg );
}

table.cuerpo tr td.menu_izq a.azul
{
	background-image: url( ../img/b_azul.jpg );
}

table.cuerpo tr td.menu_izq a.verde
{
	background-image: url( ../img/b_verde.jpg );
}

table.cuerpo tr td.menu_izq a.naranja
{
	background-image: url( ../img/b_naranja.jpg );
}

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
{
    width: 615px;
	vertical-align: top;
    padding-left: 5px;
	padding-top: 10px;
    padding-right: 4px;
	padding-bottom: 0px;
}

/* MENU PIE DE PAGINA */
/*table.cuerpo tr td.contenido div.menu_pie
{
	width: 606px;
	height: 21px;
	float: left;
   font-weight: normal;
	color: #FFFFFF;
	line-height: 21px;
	vertical-align: middle;
	background-color: #CCCCCC;
   text-align: center;
	margin-left: 4px;
   margin-top: 10px;
}

table.cuerpo tr td.contenido div.menu_pie a
{
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}*/

/* MENU PIE DE PAGINA */
div.menu_pie
{
	width: 932px;
	height: 21px;
/*	float: left;*/
   font-weight: normal;
	color: #FFFFFF;
	line-height: 21px;
	vertical-align: middle;
	background-color: #CCCCCC;
   text-align: center;
/*	margin-bottom: 20px;*/
}

div.menu_pie a
{
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

/* BLOQUE LADO DERECHO */
table.cuerpo tr td.bloque_der
{
    width: 150px;
	text-align: center;
    vertical-align: top;
    background-image: url( ../img/cierre_bloque_der.jpg );
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #E0E0E0;
    padding-bottom: 15px;
}

table.cuerpo tr td.bloque_der div.usuarios_registrados
{
	width: 137px;
	height: 120px;
	background-image: url( ../img/fondo_login.jpg );
    background-repeat: no-repeat;
    background-position: left top;
	margin: auto;
}

div.usuarios_activos
{
	width: 137px;
	height: 80px !important;
	background-image: url( ../img/fondo_logout.jpg ) !important;
    background-repeat: no-repeat;
    background-position: left top;
	margin: auto;
}

table.cuerpo tr td.bloque_der div.usuarios_registrados h3
{
	color: #910665;
	text-transform: uppercase;
}

table.cuerpo tr td.bloque_der div.usuarios_registrados form
{
	text-align: center;
}

table.cuerpo tr td.bloque_der div.usuarios_registrados form label
{
	font-size: 9px;
	margin-left: 5px;
	float: left;
	width: 40px;
}
table.cuerpo tr td.bloque_der div.usuarios_registrados form input
{
	width: 50px;
	height: 18px;
	font-size: 9px;
	line-height: 18px;
	vertical-align: middle;
	color: #000000;
	background-color: #DADADA;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	margin: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
}

/* 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;
}
*/
/* 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: #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.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 #D5DFE7;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* BANNER */
table.cuerpo tr td.bloque_der img.banner
{
	margin: 0px;
	cursor: pointer;
}

/* 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;
}

/* BLOQUE CONTENIDO */
div.contenido
{
	width: 606px;
	height: 620px;
	position: relative;
	
}

div.menu_int{
	width: 144px;
  	background-image: url( ../img/b_menu_int.jpg );
  	background-repeat: no-repeat;
  	background-position: 0px 0px;
  	border: 1px solid #6A0039;
  	margin-top: 5px;
  	margin-bottom: 5px;
	margin-left: 3px;
	float: left;
}

div.menu_int a{
  	padding-left: 15px;
}

div.menu_int span{
  	padding-left: 15px;
}

div.titulo{
	height: 28px;
  	background-image: url( ../img/fondo_titulos.jpg );
  	background-repeat: no-repeat;
  	background-position: 0px 0px;
	color: #6A2B4A;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 0px 0px 20px; 
}

div.subtitulo{
	height: 28px;
  	background-image: url( ../img/fondo_titulos.jpg );
  	background-repeat: no-repeat;
  	background-position: 0px 0px;
	color: #6A2B4A;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	padding: 7px 0px 0px 20px; 
}

p.subtitulo{
	font-weight: bold;
	border-bottom: 2px solid #5D1940;
	margin-top: 40px;
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url( ../img/flecha_morada.jpg );
  	background-repeat: no-repeat;
  	background-position: 0px 5px;
	text-transform: uppercase;
}

span.apartado{
	font-weight: bold;
	font-size: 10px;
    color: #7F7F7F;
}

ul.enlaces{
	margin-left: 10px;
}

img{
	padding: 3px 3px 3px 3px;
}

input.boton_postal
{
	width: auto !important;
	height: 16px !important;
	float: left;
	line-height: 14px !important;
	font-size: 0.8em !important;
	color: #F1E1EC !important;
	text-transform: uppercase !important;
	background-color: #C27EAC !important;
	padding: 0px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	border-left: 1px solid #FBB7E5 !important;
	border-top: 1px solid #FBB7E5 !important;
	border-right: 1px solid #8A4674 !important;
	border-bottom: 1px solid #8A4674 !important;
	margin-right: 12px !important;
	margin-top:10px;
	cursor: pointer;
}

/******************************************************************************/
