table.agenda{
	border: solid 1px;
	border-collapse:collapse;

}

table.agenda tr.ag_titulo{
	background-color:#29363E;
	height: 25px;
	text-color: #FFFFFF;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
}

table.agenda tr.ag_titulo_dia{
	background-image: url('http://www.torrox.es/resources/imagenes/calendario/tile.gif');
	height: 30px;
	text-color: #FFFFFF;
	color: #FFFFFF;
	text-align:center;
	vertical-align: middle;
}
table.agenda tr.ag_titulo_dia td{
	vertical-align: middle;
}
table.agenda tr td.ag_dia{
	background-color: #DDDDDD;
	border: solid 1px #FFF;
	vertical-align: top;
	height: 50px;
}
table.agenda tr td.ag_dia:hover{
	background-color: #BBBBBB;
}
table.agenda tr td.ag_dia_mes_ant{
	background-color: #F1F1F1;
	border: solid 1px #FFF;
}
table.agenda span.ag_num_dia{
	font-weight: bold;
	font-size: 10px;
	font-color: #29363E;
	color: #29363E;	
	margin: 2px;
}


table.agenda td.ag_semana{
	background-color:#29363E;
	text-color: #FFFFFF;
	color: #FFFFFF;
	width: 2%;
	text-align:center;
	vertical-align: middle;
}
table.agenda div.ag_evento{
	background-color:#FFD36D;
	text-color: #444444;
	color: #444444;
	margin: 2px;
	padding: 2px;
	font-weight:normal;
	font-size: 10px;	
}
table.agenda div.ag_evento:hover{
	text-decoration: underline;	
}


/* CSS Document */
* {
	outline: none;
}

p {
	line-height: 14px;
	margin: 0px;
	margin: 10px 0px 0px 0px;
	pading: 0px;
}

#body_root {
	background-image: url(http://www.torrox.es/resources/imagenes/background.png);
	background-repeat: repeat-x;
	background-color: #192939;
	width: 927px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    overflow:visible;
}
#body_inicio {
	position: relative;
	width: 934px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
#indicator {
	position: absolute;
	right: 10px;
	top: 0px; 
	display: none;
}

#cabecera {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	height: 161px;
	margin: auto;
}

.linea {
	position: relative;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 0px;
}
.l_ayto { width: 100%; border-top: solid 3px #3471A3; }
.l2_ayto { width: 95%; border-top: solid 2px #3471A3; }
.l_sac { width: 100%; border-top: solid 3px #CC6600; }
.l2_sac { width: 95%; border-top: solid 2px #CC6600; }
.l_ciudad { width: 100%; border-top: solid 3px #339900; }
.l2_ciudad { width: 95%; border-top: solid 2px #339900; }
.l_urba { width: 100%; border-top: solid 3px #B30000; }
.l2_urba { width: 95%; border-top: solid 2px #B30000; }

.c1_ayto { color: #28567D; }
.c1_sac { color: #9F5000;} 
.c1_ciudad { color: #267400; }
.c1_urba { color: #7D0000; }
.c2_ayto { color: #3471A3; }
.c2_sac { color: #CC6600; } 
.c2_ciudad { color: #339900; }
.c2_urba { color: #B30000; }

.font1 { font-family: Verdana, Arial, Helvetica, sans-serif; }
.font2 { font-family: 'century gothic',verdana,arial,helvetica,sans-serif; }


.fotos_home_ayto{
	border-top: solid 5px #28567D;
	margin: 0px; padding: 0px;
	width: 927px;
	overflow:hidden;
}

.e_box_ayto {
	margin: auto;
	margin-top: 15px;
	border-top: dotted #3471A3 1px;
	border-bottom: dotted #3471A3 1px;
	width: 95%;
	height: 150px;
}
.e_box_sac {
	margin: auto;
	margin-top: 15px;
	border-top: dotted #CC6600 1px;
	border-bottom: dotted #CC6600 1px;
	width: 95%;
	height: 150px;
}
.e_box_ciudad {
	margin: auto;
	margin-top: 15px;
	border-top: dotted #339900 1px;
	border-bottom: dotted #339900 1px;
	width: 95%;
	height: 150px;
}
.e_box_urba {
	margin: auto;
	margin-top: 15px;
	border-top: dotted #B30000 1px;
	border-bottom: dotted #B30000 1px;
	width: 95%;
	height: 150px;
}

.titulo_portada{
	padding: 5px 0px 5px 10px;
	font-weight:bold;
}
.banner_portada{
	padding: 5px 5px 5px 5px;
	cursor: pointer;
}


#idiomas {
	position: absolute;
	top:18px;
	margin:auto;
	border: solid 0px;
	padding-left: 0px;
	padding-right: 10px;
	cursor: pointer;
	z-index: 1000;
}

#prev_tiempo {
	position: absolute;
	right: 55px;
	top: 54px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BAD3E9;
}
#prev_tiempo_icono { 
	position: absolute;
	right: 15px;
	top: 38px;
}

#contenedor_prin {
	position: relative;
	width: 100%;
	margin: auto;
	border: solid 0px;
}
#contenedor_prin tr td {
	vertical-align: top;
}

#data{
	width: 95%;
	margin: auto;
}

.titulo1 {
	font-weight: bold;
	font-size: 12px;
	margin: 3px 0px 0px 0px;
}
.titulo1_ayto { color: #3471A3; }
.titulo1_sac { color: #CC6600; }
.titulo1_ciudad { color: #339900; }
.titulo1_urba {	color: #B30000; }

.titulo2 {
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	margin: 10px 0px 4px 0px;
}
.titulo2_ayto {
	color: #3471A3;
	border-bottom: dotted 2px #3471A3;
}
.titulo2_sac {
	color: #CC6600;
	border-bottom: dotted 2px #CC6600;
}
.titulo2_ciudad {
	color: #339900;
	border-bottom: dotted 2px #339900;
}
.titulo2_urba {
	color: #B30000;
	border-bottom: dotted 2px #B30000;
}
.sub_titulo2 {
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	margin: 6px 0px 4px 0px;
}
.sub_titulo2_ayto {
	color: #28567D;
	border-bottom: dotted 1px #28567D;
}
.sub_titulo2_sac {
	color: #9F5000;
	border-bottom: dotted 1px #9F5000;
}
.sub_titulo2_ciudad {
	color: #267400;
	border-bottom: dotted 1px #267400;
}
.sub_titulo2_urba {
	color: #7D0000;
	border-bottom: dotted 1px #7D0000;
}

.entrada_portada {
	margin: auto;
	width: 95%;
	font-style: oblique;
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
}

.listado_archivos a:link, .listado_archivos a:visited {
	color: #28567D;
	text-decoration: none;
}
.listado_archivos a:hover{
	color: #3471A3;
}

.enlace_ayto a:link, .enlace_ayto a:visited {
	color: #28567D;
	text-decoration: none;
	cursor: pointer;
}
.enlace_ayto a:hover{
	color: #3471A3;
	text-decoration: underline;
}

.enlace_sac a:link, .enlace_ayto a:visited {
	color: #9F5000;
	text-decoration: none;
	cursor: pointer;
}
.enlace_sac a:hover{
	color: #CC6600;
	text-decoration: underline;
}

.enlace_ciudad a:link, .enlace_ayto a:visited {
	color: #267400;
	text-decoration: none;
	cursor: pointer;
}
.enlace_ciudad a:hover{
	color: #339900;
	text-decoration: underline;
}

.enlace_urba a:link, .enlace_ayto a:visited {
	color: #7D0000;
	text-decoration: none;
	cursor: pointer;
}
.enlace_urba a:hover{
	color: #B30000;
	text-decoration: underline;
}

/*
.columna1:hover{
	background-color:#E6F3FF;
}
.columna2:hover{
	background-color:#FFF2E6;
}
.columna3:hover{
	background-color:#EEFFE6;
}
.columna4:hover{
	background-color:#FFE6E6;
}
*/


/********************************/
/* MENU_PRIN */
/********************************/

.menu_prin {
	display:block;
	position: absolute;
	right: 55px;
	top: 33px;
	margin:0px;
	margin-top: 1px;
	padding:0px;
	list-style:none;
	color: #BAD3E9;
}

.menu_prin li {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BAD3E9;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
	list-style:none;
	display:inline;
}
.menu_prin li:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3471A3;
	text-decoration: underline;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	list-style:none;
	display:inline;
}

/* FIN MENU_PRIN */
/********************************/


/********************************/
/* MENU_VERTICAL */
/********************************/
.menu_head_foot {
	background-image: url(http://www.torrox.es/resources/imagenes/menu_titulo_back.png);
	background-repeat: repeat-x;
	position: relative;
	width: 194px;
	margin: 4px 0px 3px 4px;
	min-height: 23px;
}
.menu_head {
	position: absolute;
	top: 0px; right: 0px;
	background-image: url(http://www.torrox.es/resources/imagenes/menu_head.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 185px;
	width: 100%;
	z-index: 0;
}
.menu_foot {
	background-image: url(http://www.torrox.es/resources/imagenes/menu_bottom.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 47px;
	width: 100%;
}

.menu_back {
	position: relative;
	overflow: hidden;
	background-image: url(http://www.torrox.es/resources/imagenes/menu_back.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
}

#menu1 {
	background-repeat: repeat-y;
	position: relative;
	left: 0px;
	width: 100%;
	height: 100%;
}
#sub_menu1 {
	position:relative;
	width: 100%;
	height: 100%;
	right: 0px;
	padding: 26px 0px 6px 0px;
}
.item_sub_menu1 {
	background-image: url(http://www.torrox.es/resources/imagenes/item_menu2.png);
	background-repeat:no-repeat;
	background-position: bottom;
	position: relative;
	height: 44px;
	cursor: pointer;
	padding-left: 15px;
	font-size: 14px;
	margin-top: 2px;
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
}
.item_sub_menu1 span.s_i_icono {
	float:left;
	padding-right: 5px;
}
.item_sub_menu1 span.s_i_texto {
	float:left;
	position:absolute;
	padding-bottom: 6px;
	bottom: 0px;
	line-height:14px
}

.item_sub_menu1:hover {
	background-image: url(http://www.torrox.es/resources/imagenes/item_menu2_hover.png);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 44px;
}

.MGroup {
	font-size: 12px;
	padding: 0 2 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.MGroup .item_prin {
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	display: block;
	text-align: left;
	cursor: pointer;
	font-size: 12px;
}

.MGroupContent {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	display: none;
	padding: 0px 0px 5px 0px;	
}

.MFile a:link, .MFile a:visited, .MIndex a:link, .MIndex a:visited {
	display: block;
	padding: 0px 0px 0px 35px;
	margin: 2px 0;
	font-size: 10px;	
	color: #5C5C5C;
	text-decoration: none;
	text-align: left;
}

.MEntry a:hover, .MEntry a:active {
	color: #000000;
}
.MFile a:hover, .MFile a:active, .MIndex a:hover, .MIndex a:active {
	color: #28567D;
}
.MEntry_hover {
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	text-align: left;
	cursor: pointer;
	color: #000000;
}

.menu_tabla{
}
.menu_tabla tr td {
	width: 33%;
	padding:5px;
	cursor: pointer;
}
.menu_tabla tr td:hover {
	font-style: oblique;
}

/* FIN MENU_VERTICAL */
/********************************/

/********************************/
/* MENU2 */
/********************************/

.menu2 {
	border: solid 1px #C8DAE5;
	width: 160px;
	height: 100%;
	padding: 6px 0px 6px 0px;
}
.item_menu2 {
	background-image: url(http://www.torrox.es/resources/imagenes/item_menu2.png);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 40px;
	color: #28567D;
}
.item_menu2:hover {
	background-image: url(http://www.torrox.es/resources/imagenes/item_menu2_hover.png);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 40px;
	color: #000000;
	cursor: pointer;
}

/* PIE_MENU2 */
/********************************/

/********************************/
/* PIE_DE_PÁGINA */
/********************************/
.pie_de_pagina {
	background-image: url(http://www.torrox.es/resources/imagenes/pie.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	margin-bottom: 10px;
	border: solid 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 10;
}
.pie_de_pagina a:link, .pie_de_pagina a:visited {
	text-decoration: none;	
	color: #BAD3E9;
}
.pie_de_pagina a:hover{
	text-decoration: underline;
}
.pie_banners{
	text-align: center;
	border-bottom: solid 5px #28567D;
	padding: 3px 0px 0px 0px;
	width: 927px;
	overflow:hidden;
}
#pie_notas {
	position: relative;
	font-size: 10px;
	text-align: center;
	border: solid 0px;
	margin:auto;
	top: 15px;
	color: #999999;
}
#pie_notas_2 {
	position: relative;
	font-size: 10px;
	text-align: left;
	border: solid 0px;
	margin:auto;
	padding: 0px 0px 0px 10px;
	color: #BAD3E9;
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
	line-height:14px
}
#pie_notas_3 {
	position: relative;
	font-size: 10px;
	text-align: right;
	border: solid 0px;
	margin:auto;
	padding: 0px 0px 0px 0px;
	color: #BAD3E9;
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
	line-height:14px
}

/* FIN PIE_DE_PÁGINA */
/********************************/



/********************************/
/* BUZON DEL CIUDADANO			*/
/********************************/
#buzon_formulario {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	left: 0px;
	top: 10px;
	margin: auto;
}
#formulario_contacto {
	text-align: center;
}
#formulario_contacto table tr td{
	vertical-align: middle;
}
.con_formulario_label {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
.con_formulario_text {
	background-color: #F7FAFB;
	border: solid 1px #DDDDDD;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.con_formulario_form {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* FIN BUZON */
/********************************/

/********************************/
/* CONTENIDO */
/********************************/

#contenido {
	width: 927px;	
}
#estructura {
	background-image: url(http://www.torrox.es/resources/imagenes/background_contenido.png);
	background-repeat: x-repeat;
}


/* FIN CONTENIDO */
/********************************/


/********************************/
/* REMOOZ */
/********************************/

.remooz-element
{
	cursor:					pointer;
}

/**
 * Box layout
 */

.remooz-box
{
	position:				absolute;
	top:					0;
	left:					0;
	background:				#fff no-repeat center;
	z-index:				100;
}
.remooz-loading
{
	background-image:		url(http://www.torrox.es/resources_comun/imagenes/remooz/spinner.gif);
}
.remooz-body
{
	width:					100%;
	height:					100%;
}
.remooz-box-focus.remooz-type-image .remooz-body
{
	cursor:					pointer;
}
.remooz-box-dragging .remooz-body
{
	cursor:					move;
}

/**
 * Close button
 */

.remooz-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(http://www.torrox.es/resources_comun/imagenes/remooz/closebox.png) no-repeat center;
	visibility:				hidden;
	cursor:					pointer;
}
.remooz-engine-trident4 .remooz-btn-close
{
	background-image:		url(http://www.torrox.es/resources_comun/imagenes/remooz/closebox.gif);
}

/**
 * Caption title
 */

.remooz-title
{
	position:				relative;
	left:					0;
	top:					15px;
	text-align:				left;
}
.remooz-title-bg
{
	position:				absolute;
	left:					0;
	top:					0;
	width:					100%;
	height:					100%;
	background-color:		#000;
	z-index:				99;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	/* shadow opacity differs from box shadow because its default set to opacity 0.8 */
	-webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);
}
.remooz-title-content
{
	position:				relative;
	padding:				5px 15px;
	color:					#fff;
	z-index:				101;
	font:					11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.remooz-engine-trident4 .remooz-title-bg
{
	display:				none;
}
.remooz-engine-trident4 .remooz-title-content
{
	background-color:		#333;
}

.remooz-title-content h6
{
	font-size:				1.2em;
	font-weight:			bold;
	color:					#eee;

	margin:0px;
	padding:0px;
}
.remooz-title-content p
{
	color:					#eee;
}

/**
 * Type specific
 */

.remooz-type-image img
{
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
}

/**
 * Shadow
 */

.remooz-bg
{
	position:				absolute;
	width:					33px;
	height:					40px;
}

.remooz-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(http://www.torrox.es/resources_comun/imagenes/remooz/remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(http://www.torrox.es/resources_comun/imagenes/remooz/remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(http://www.torrox.es/resources_comun/imagenes/remooz/remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(http://www.torrox.es/resources_comun/imagenes/remooz/remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(http://www.torrox.es/resources_comun/imagenes/remooz/remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(http://www.torrox.es/resources_comun/imagenes/remooz/remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(http://www.torrox.es/resources_comun/imagenes/remooz/remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(http://www.torrox.es/resources_comun/imagenes/remooz/remo_bg_nw.png) no-repeat;
}

/* REMOOZ */
/********************************/



/*-----------------------------------------------*/
/* Noticias										 */
/*-----------------------------------------------*/
#menu_noticias {
	position: relative;
	right: 0px;
	padding-top: 10px;
	border: solid 0px;
}
#listado_noticias {
	position: relative;
	border: solid 0px;
	width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    left: 0px;
}
.noticias_titulo_listado{
	font-size: 12px;
	font-weight:bold;
	color: #015586;
}
.noticias_leer_mas{
	cursor:pointer;
	position:relative;
	float:right;
	width: 20px;
	height: 20px;
	top:-20px;
	color: #000080;
	background-image: url('http://www.torrox.es/resources/imagenes/b_leer.png');
}
.noticias_leer_mas_hover{
	cursor:pointer;
	position:relative;
	float:right;
	top:-20px;
	width: 20px;
	height: 20px;
	color: #BA2828;
	background-image: url('http://www.torrox.es/resources/imagenes/b_leer_hover.png');
}
.noticias_bottom{
	border-bottom: dotted 1px;
	position: relative;
	margin: auto;
	font-size: 12px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
	width: 100%;
	height: 0px;
}
.noticias_head{
	border-bottom: dotted 1px;
	position: relative;
	margin: auto;
	font-size: 12px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	width: 100%;
	height: 18px;
}
.noticias_volver{
	cursor:pointer;
	text-align:right;
	color: #000000;
	float:right;
}
.noticias_volver_hover{
	cursor:pointer;
	text-align:right;
	color: #000080;
	float:right;
}

.noticias_pag{
	cursor:pointer;
	color: #000000;
}
.noticias_pag_hover{
	cursor:pointer;
	font-weight: bold;
	color: #BA2828;
}

#cont_menu_noticias {
	position: relative;
	margin: auto;
	top: 20px;
	text-align: left;
	font-size: 12px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 0px;
	width: 100%;
}
/*-----------------------------------------------*/
/* Tips											 */
/*-----------------------------------------------*/
.tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}

.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(http://www.torrox.es/resources/imagenes/bubble.png) top left;
}

.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(http://www.torrox.es/resources/imagenes/bubble.png) bottom right;
}

