

table.agenda{
	border: solid 1px;
	border-collapse:collapse;
    
    box-shadow: 0px 0px 5px 3px #888;
}

table.agenda tr.ag_titulo{
	background-color:#115DA9;
	height: 25px;
	text-color: #FFFFFF;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}

table.agenda tr.ag_titulo_dia{
	background-image: url('http://deportestorrox.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:#0F3F94;
	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: #000080;
}
.sub_titulo1 {
	color: #00458A;
	font-weight: bold;
}

.titulo1 {
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	margin: 10px 0px 4px 0px;
	color: #00458A;
}

.titulo2 {
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	margin: 10px 0px 4px 0px;
	color: #00458A;
}

.sub_titulo2 {
	font-size: 16px;
	width: 100%;
	margin: 6px 0px 10px 0px;
    border-bottom: solid 1px;
	color: #00458A;
}

.enlace1 a:link, .enlace1 a:visited {
	color: #000080;
	text-decoration: none;
	cursor: pointer;
}
.enlace1 a:hover{
	color: #00458A;
	text-decoration: underline;
}


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

.menu_prin {
	display:block;
	position: absolute;
	right: 250px;
	top: 10px;
	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 */
/********************************/


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

table tr td{
	margin: 0px;
	padding: 0px;
}

.special_calendar {
	font-weight:bold;
}

A.radio_carta:visited {
	color: #666666;
	text-decoration:none;
}
A.radio_carta:active {
	color: #666666;
	text-decoration:none;
}
A.radio_carta:link {
	color: #666666;
	text-decoration:none;
}
A.radio_carta:hover {
	color: #014E9E;
	text-decoration:none;
}

A.enlace_sin_style:visited {
	color: inherit;
	text-decoration:none;
}
A.enlace_sin_style:active {
	color: inherit;
	text-decoration:none;
}
A.enlace_sin_style:link {
	color: inherit;
	text-decoration:none;
}
A.enlace_sin_style:hover {
	color: inherit;
	text-decoration:none;
}
body{
	background-image: url(http://deportestorrox.es/resources/imagenes/fondo.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#body_root {    
    background-position: top center;
	background-image: url(http://deportestorrox.es/resources/imagenes/fondo2.png);
	background-repeat: no-repeat;
	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:auto;
	padding: 0px;
}

#cabecera {
    width: 927px;
    height: 150px;
	background-position: top center;
	background-image: url(http://deportestorrox.es/resources/imagenes/cabecera.png);
	background-repeat: no-repeat;
}
#idiomas {
	position: absolute;
	top: 100px;
	right: 0px;
	border: solid 0px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	z-index: 1000;
}

#pie_de_pagina {
	background-image: url(http://deportestorrox.es/resources/imagenes/pie.png);
	background-repeat: no-repeat;
	position: relative;
	border: solid 0px;
	text-align: center;
	left: 0px;
	width: 100%;
	height: 52px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: solid 0px;
	border-bottom-color: #FF0000;
	z-index: 1000;
}

#contenido {
	position: relative;
	border: solid 0px;
	width: 100%;
	top: 0px;
	padding: 0px;
	min-height: 400px;
}
#data {
    position: relative;
    border: solid 0px;
}

#player {
    position: absolute;
    left: 270px;
    top: -50px;
    z-index:1000;
}
#listado_carta {
	position: relative;
	border: solid 0px;
	width: 485px;
    top: 10px;
    left: 0px;
}
#listado_carta_2 {
	position: relative;
	margin: auto;
	text-align: left;
	font-size: 10px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 0px;
	width: 90%;
}


/* Sample 1*/
.box1{
	position:absolute;
    background-color: #FFFFFF;
    
}

.mask1{
	position:relative;
	width:428px;
	height:106px;
	overflow:hidden;
    border: solid 1px;
}
#mask4{
	position:relative;
	width:400px;
	height:270px;
	overflow:hidden;
    border: solid 0px;
    margin-left:10px;
    padding: 0px 10px 10px 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px 3px #C9D5DF;
 	
}
#box4{
	position:absolute;
    margin:0px;
    padding:0px;
    
}
#box4 div{
	width:400px;
	border: solid 0px;
}

/********************************/
/* MENU */
/********************************/

#target_menu {
	position: relative;
	border: solid 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
}

#menu_titulo {
	position: relative;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	border: solid 0px;
	margin-top: 10px;
	top:5px;
	left: 20px;	
}


#Menu {
	line-height: 1;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	margin-top: 10px;
	margin-left: 15px;
}

.MGroup {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.MGroup .item_prin {
	padding: 6px 10px;
	text-decoration: none;
	display: block;
	color: #434343;
	text-align: left;
	border-left: 8px solid #115DA9;
	cursor: pointer;
	font-weight: bold;
}
.MGroup .item_prin:hover {
	color: #283589;
	border-left: 12px solid #283589;
}

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

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

.MFile a:hover, .MFile a:active, .MIndex a:hover, .MIndex a:active {
	color: #283589;
}

/* FIN MENU */
/********************************/

.banner {
	position: relative;
	margin: 0px;
	margin-top: 10px;
    border: solid 0px;
    box-shadow: 0px 0px 5px 3px #888;
    border-radius: 5px;
}
.banner_menu {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	cursor: pointer;
	border: solid 0px;
}


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

.titulo_menu {
	position: relative;
	margin: auto;
	text-align: left;
	font-size: 20px;
	padding: 0px;
	padding-top: 0px;
	color: #014E9E;
    font-weight:bold;
	border-bottom: solid 2px #BEBEBE;
	width: 90%;
}
.cuadro_texto {
	position: relative;
	margin: auto;
	text-align: left;
	font-size: 12px;
	padding: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
	border: solid 0px;
	width: 95%;
    left: 0px;
}

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

/********************************/
/* DONDE ESTAMOS */
/********************************/
.cuadro_situacion {
	position: relative;
	margin: auto;
	text-align: left;
	font-size: 10px;
	padding: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
	border: solid 0px;
	border-top: solid 2px #BEBEBE;
	width: 90%;
	overflow: auto;
}
/* FIN DONDE ESTAMOS */
/********************************/

/********************************/
/* PORTADA */
/********************************/
#datos_la_radio {
	position: absolute;
	left: 0px;
	border: solid 0px;
	width: 500px;
	height: 400px;
}
.menu_la_radio {
	position: relative;
	left: 0px;
	top: 0px;
	border: solid 0px;
	width: 190px;
}

#cont_menu_la_radio {
	position: relative;
	margin: auto;
	top: 20px;
	text-align: left;
	font-size: 12px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 0px;
	width: 95%;
	height: 440px;
}


/* FIN LA RADIO */
/********************************/


/*-----------------------------------------------*/
/* Buzón del oyente								 */
/*-----------------------------------------------*/
#con_titulo {
	position: absolute;
	color: #014E9E;
	font-size: 20px;
	left: 60px;
	top: 40px;
}
#buzon_formulario {
	position: relative;
	font-family: sans-serif, Arial, verdana, tahoma;
	width: 90%;
	left: 0px;
	top: 0px;
	margin: auto;
	z-index: 1000;
}
.con_formulario_label {
	color: #000033;
	font-family: sans-serif, Arial, verdana, tahoma;
	font-size: 12px;
}
.con_formulario_text {
    font-size: 12px;
    height:20px;
	background-color: #C3E0FA;
	border: solid 1px #1381C2;
    border-radius: 20px 20px 20px 20px;
	color: #000033;
    padding: 0px 10px 0px 10px;
}
.con_formulario_form {
	position: relative;
	font-family: sans-serif, Arial, verdana, tahoma;
	font-size: 12px;
}

/*-----------------------------------------------*/
/* Noticias										 */
/*-----------------------------------------------*/
#menu_noticias {
	position: absolute;
	right: 0px;
	top: 0px;
	border: solid 0px;
	width: 200px;
}
#listado_noticias {
	position: relative;
	border: solid 0px;
	width: 470px;
    margin-top: 0px;
    margin-bottom: 10px;
    left: 10px;
}
.noticias_titulo_listado{
	font-size: 12px;
	color: #222;
	font-weight:bold;
    line-height:14px;
}
.noticias_leer_mas{
	cursor:pointer;
	position:relative;
	float:right;
	color: #014E9E;
    border: solid 1px;
    padding: 0px 5px 0px 5px;
    border-radius: 10px;
}
.noticias_leer_mas_hover{
	cursor:pointer;
	position:relative;
	float:right;
	color: #BA2828;
    border: solid 1px #014E9E;
    padding: 0px 5px 0px 5px;
    border-radius: 10px;
}
.noticias_head{
	border-bottom: dotted 1px;
	position: relative;
	margin: auto;
	font-size: 14px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	width: 100%;
	height: 18px;
}
.noticias_foot{
	position: relative;
	margin: auto;
	font-size: 12px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	width: 90%;
	height: 18px;
}
.noticias_fecha{
	color: #014E9E;
    border: solid 1px #014E9E;
    padding: 0px 5px 0px 5px;
    border-radius: 10px;
}
.noticias_volver{
	cursor:pointer;
	text-align:right;
	color: #BA2828;
	float:right;
    border: solid 1px #014E9E;
    padding: 0px 5px 0px 5px;
    border-radius: 10px;
}
.noticias_volver_hover{
	cursor:pointer;
	text-align:right;
	color: #014E9E;
	float:right;
    border: solid 1px #014E9E;
    padding: 0px 5px 0px 5px;
    border-radius: 10px;
}

.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: 95%;
}
/*-----------------------------------------------*/
/* 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://deportestorrox.es/resources/imagenes/bubble.png) top left;
}

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



/********************************/
/* SLIDESHOW */
/********************************/
/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
    border-radius: 5px;
	height: 175px;
	width: 650px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 175px;
	width: 650px;
	margin: 0 auto;
    box-shadow: 0px 0px 5px 3px #C9D5DF;
    border-radius: 10px;
}
.slideshow a img {
	border: 0;
    border-radius: 15px;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
    border-radius: 0px 0px 5px 5px;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .5;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url(controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(controller-prev.gif);
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}
