

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

}

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

table.agenda tr.ag_titulo_dia{
	background-image: url('http://www.culturatorrox.es/resources/imagenes/calendario/tile.png');
	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;	
}
div span.titulo1 {
	font-size: large;
	font-weight: bold;
	color: #00008e;
}

.titulo2 {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px 4px 0px;
	text-decoration: underline;
	color: #222222;
}

.sub_titulo2 {
	font-weight: bold;
	font-size: 12px;
	margin: 6px 0px 4px 0px;
	color: #222222;
}

.enlace1 a:link, .enlace1 a:visited {
	color: #00008e;
	text-decoration: none;
	cursor: pointer;
}
.enlace1 a:hover{
	color: #222222;
	text-decoration: underline;
}



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

#body_root {
	background-color: #FFFFFF;
	width: 927px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    overflow:visible;
}
#body_inicio {
	position: relative;
	width: 927px;
	margin: 0px;
	padding: 0px;
}
#indicator {
	position: absolute;
	left: 375px;
	top: 40px; 
	display: none;
	z-index:1000;
}

#cabecera {
	position: relative;
	background-position: top center;
	background-image: url(http://www.culturatorrox.es/resources/imagenes/cabecera.png);
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	height: 108px;
	margin: auto;
}

#eslogan {
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	z-index:1000;
}


#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: 40px;
	top: 73px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #015586;
}
#prev_tiempo_icono { 
	position: absolute;
	right: 15px;
	top: 71px;
}

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

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

.listado_archivos a:link, .listado_archivos a:visited {
	color: inherit;
	text-decoration: none;
}
.listado_archivos a:hover{
	color: #222222;
}



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

#menu_prin {
}
#menu_prin table tr td{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu_prin table tr td img{
	cursor: pointer;
}
/* FIN MENU_PRIN */
/********************************/


/********************************/
/* PIE_DE_PÁGINA */
/********************************/
#pie_de_pagina {
	background-image: url(http://www.culturatorrox.es/resources/imagenes/pie.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
	margin-bottom: 10px;
	border: solid 0px;
	text-align: center;
	left: 0px;
	width: 100%;
	height: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 10;
}
#pie_notas {
	position: relative;
	font-size: 10px;
	text-align: center;
	border: solid 0px;
	margin:auto;
	top: 10px;
	color: #015586;
}

/* 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;
	z-index: 1000;
}
#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{
	min-height: 400px;
}

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


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

.remooz-element
{
	cursor:					-moz-zoom-in;
}

/**
 * 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.culturatorrox.es/resources_comun/imagenes/remooz/spinner.gif);
}
.remooz-body
{
	width:					100%;
	height:					100%;
}
.remooz-box-focus.remooz-type-image .remooz-body
{
	cursor:					-moz-zoom-out;
}
.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.culturatorrox.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.culturatorrox.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.culturatorrox.es/resources_comun/imagenes/remooz/remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(http://www.culturatorrox.es/resources_comun/imagenes/remooz/remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(http://www.culturatorrox.es/resources_comun/imagenes/remooz/remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(http://www.culturatorrox.es/resources_comun/imagenes/remooz/remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(http://www.culturatorrox.es/resources_comun/imagenes/remooz/remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(http://www.culturatorrox.es/resources_comun/imagenes/remooz/remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(http://www.culturatorrox.es/resources_comun/imagenes/remooz/remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(http://www.culturatorrox.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_listado{
    cursor:pointer;
    height:180px;
    overflow:hidden;
    padding-top:8px;
    line-height:16px;
    text-align:justify;
}
.noticias_listado:hover > .noticias_titulo_listado{
    font-size: 16px;
    padding: 0px 0px 5px 0px;
	color: #222;
	font-weight: bold;
	color: #000080;
    cursor: pointer;
}
.noticias_titulo_listado{
	font-size: 16px;
    padding: 0px 0px 5px 0px;
	color: #222;
	font-weight:bold;
	color: #222222;
    text-align:left;
}
.noticias_leer_mas{
	cursor:pointer;
	position:relative;
	float:right;
	width: 150px;
	height: 20px;
	top:-10px;
	color: #000080;
	background-image: url('http://www.culturatorrox.es/resources/imagenes/b_leer.png');
}
.noticias_leer_mas_hover{
	cursor:pointer;
	position:relative;
	float:right;
	top:-10px;
	width: 150px;
	height: 20px;
	color: #BA2828;
	background-image: url('http://www.culturatorrox.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: 18px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
    margin-bottom: 20px;
	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.culturatorrox.es/resources/imagenes/bubble.png) top left;
}

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