/* standard elements */
* {
	margin: 0 auto;
	padding: 0;
}
body {
	font: normal 12px Tahoma, Verdana, Trebuchet MS, sans-serif;
	color: #0C1D39;
	background: url('imgs/header_bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
}
h4 {
	margin: 0px 0px 20px -3px;
}
h5 {
	margin: 15px 0px 8px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #9DAFC8;
}
p {
	margin: 0px 0px 8px 0px;
	line-height: 18px;
	text-align: justify;
}
ul {
	margin: 0px 0px 10px 4px;
}
ul li {
	ist-style: none;
	ackground: url('imgs/bullet.gif') no-repeat 0px 6px;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 22px;
	line-height: 21px;
}
ul ul li {
	list-style: none;
	background: url('imgs/bullet_bullet.gif') no-repeat 0px 6px;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 15px;
	line-height: 20px;
}
ul.bullet {
	margin: 0px 0px 10px 4px;
}
ul.bullet li {
	list-style: none;
	background: url('imgs/bullet.gif') no-repeat 0px 6px;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 22px;
	line-height: 21px;
}
ul.bullet li ol li {
	list-style-type: decimal;
	background: url('') no-repeat 0px 6px;
	margin: 0px 0px 11px 20px;
	padding: 0px 0px 0px 4px;
	line-height: 21px;
}
a {
	color: #284B79;
}
a:hover {
	color: #6D89AD;
}
a img {
	border: 0px;
}

/* commons */
div.cleaner {
	clear: both;
}
.content {
	width: 900px;
}

/* sectors */
#container {
	width: 900px;
	padding: 0px 0px 0px 0px;
	argin-bottom: -160px;
}

/* menu */
#menu {
	height: 60px;
}
a.radio_online div {
	float: right;
	width: 125px;
	height: 32px;
	margin: 13px 45px 0px 0px;
	background-image: URL('imgs/radio_online.png');
	background-repeat: no-repeat;
	background-position: top center;
	cursor: pointer;
}

/* lavalamp menu */
ul.lavaLamp {
	float: left;
    position: relative;
	width: 600px;
    height: 40px;
	margin: 9px 0px 0px 30px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    ul.lavaLamp li {
        float: left;
        list-style: none;
		text-align: center;
    }
        /* Represents the background of the highlighted menu-item. */
        ul.lavaLamp li.backLava {
            position: absolute;
            width: 9px;
			height: 40px;
            background: url('imgs/menuitem_bg.gif') no-repeat right -40px;
            z-index: 8;
        }
            ul.lavaLamp li.backLava .leftLava {
                background: url('imgs/menuitem_bg.gif') no-repeat top left;
                height: 40px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        ul.lavaLamp li a {
            float: left;
            position: relative;
            height: 40px;
			top: 8px;
			display: block;
			outline: none;
			overflow: hidden;
            margin: auto -10px 0px 10px;
			padding: 0px 20px 0px 20px;
            color: #fff;
            text-decoration: none;
            text-align: center;
			letter-spacing: 0;
			font-weight: bold;
            z-index: 10;
        }

/* banner */
#header {
	clear: both;
	width: 100%;
	height: 180px;
	text-align: right;
}

/* cuerpo principal */
#main {
	clear: both;
	width: 731px;
	margin-top: 17px;
}

#main .header {
	height: 32px;
	margin: 15px 0px 0px 0px;
	padding: 18px 0px 0px 54px;
	font-size: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top left;
}
	.icono_noticias {
		background-image: url('imgs/icono_noticias.gif');
	}
	.icono_buscador {
		background-image: url('imgs/icono_buscador.gif');
	}
	.icono_programacion {
		background-image: url('imgs/icono_programacion.gif');
	}
	.icono_auspiciantes {
		background-image: url('imgs/icono_auspiciantes.gif');
	}
	.icono_quienesomos {
		background-image: url('imgs/icono_quienesomos.gif');
	}


#main #apartado {
	clear: both;
	float: right;
	width: 232px;
}
	/* modelado box destacado */
	.destacado_top {
		clear: both;
		width: 232px;
		height: 21px;
		background-image: url('imgs/destacado_top.png');
		background-repeat: no-repeat;
		background-position: top left;
	}
	.destacado_middle {
		clear: both;
		width: 198px; /* width 232px del bloque - 17+17 padding lateral */
		background-image: url('imgs/destacado_middle.png');
		background-repeat: repeat-y;
		background-position: top left;
		padding: 0px 17px 0px 17px;
	}
		.destacado_middle .prog_nombre {
			color: #266399;
			font-size: 24px;
		}
		.destacado_middle .prog_imagen {
			
		}
		.destacado_middle .prog_horario {
			text-align: right;
			font-size: 14px;
			font-weight: bold;
		}
		.destacado_middle .prog_desc {
			font-size: 12px;
			font-weight: bold;
		}
	.destacado_bottom {
		clear: both;
		width: 232px;
		height: 30px;
		background-image: url('imgs/destacado_bottom.png');
		background-repeat: no-repeat;
		background-position: top left;
	}
	.leer_mas {
		float: right;
		width: 56px;
		height: 26px;
		margin: 6px 0px -10px 0px;
		background-image: url('imgs/leer_mas.gif');
		background-repeat: no-repeat;
		background-position: top left;
	}

#main #contenido {
	clear: left;
	float: left;
	width: 467px;
	margin-bottom: 30px;
}
#buscador #buscar {
	border: 0px;
	background-image: url('imgs/form_bg_input.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 195px;
	height: 22px;
	padding: 3px;
}

/* Listado de noticias */
.noticia_listada {
	clear: both;
	width: 462px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
.noticia_listada_bg_top {
	clear: both;
	width: 462px;
	height: 14px;
	background-image: url('imgs/noticia_bg_top.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.noticia_listada_bg_middle {
	clear: both;
	width: 448px;
	padding: 0px 7px 0px 7px;
	background-image: url('imgs/noticia_bg_middle.png');
	background-repeat: repeat-y;
	background-position: top center;
}
.noticia_listada_bg_bottom {
	clear: both;
	width: 462px;
	height: 26px;
	background-image: url('imgs/noticia_bg_bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.noticia_listada .encabezado {
	height: 45px;
	background-image: url('imgs/noticia_puntero.gif');
	background-repeat: no-repeat;
	background-position: 24px 7px;
	border-bottom: 1px solid #d4d4d4;
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 7px;
	font-size: 14px;
	font-weight: bold;
}
.noticia_listada .encabezado .categoria {
	margin: 0px 0px 15px 70px;
	padding-top: 13px;
	color: #266399;
	font-variant: small-caps;
}
.noticia_listada .encabezado .fecha {
	float: right;
	color: #999999;
	padding-top: 13px;
	margin: 0px 18px 0px 0px;
}
.noticia_listada .mascara .titulo {
	color: #FD6501;
	font-size: 18px;
	margin: 0px 5px 6px 5px;
}
.noticia_listada .mascara .sinopsis {
	font-weight: bold;
	margin: 0px 5px 0px 5px;
}
.noticia_listada .mascara .podcasts {
	margin: 10px 0px 0px 0px;
}
.noticia_listada .mascara .podcasts .podcastPlayer {
	height: 20px;
	margin: 2px 0px 0px 0px;
}
.noticia_listada .mascara {
	padding: 10px 7px 16px 7px;
}
.noticia_listada:hover .mascara {
	background-color: #FF7B26;
	background-image: url('imgs/noticia_bg_mascara.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}
.noticia_listada:hover .titulo {
	color: #ffffff;
}

/* programación */
#programacion_clock {
	height: 16px;
	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 22px;
	background-image: URL('imgs/tabla_programacion_clock.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font: normal 12px Trebuchet MS, Tahoma, Verdana, sans-serif;
}
table.tabla_programacion {
	width: 467px;
	font: normal 12px Trebuchet MS, Tahoma, Verdana, sans-serif;
}
table.tabla_programacion tr {
	height: 27px;
	background-color: #F5F5F5;
}
table.tabla_programacion tr.even {
	background-color: #F0F0F0;
}
table.tabla_programacion tr.top {
	height: 29px;
	background-image: URL('imgs/tabla_programacion_top.gif');
	background-color: transparent;
}
table.tabla_programacion tr.bottom {
	height: 3px;
	background-color: #FF6600;
}
table.tabla_programacion th {
	padding-left: 5px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
table.tabla_programacion td {
	padding-left: 5px;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #ccc;
}
table.tabla_programacion td.dias {
	width: 80px;
	text-align: center;
	color: #ddd;
	font-weight: bold;
}
table.tabla_programacion td.dias span {
	margin: 0px 3px 0px 3px;
	color: #ccc;
}
table.tabla_programacion td.dias span.resaltar {
	cursor: help;
	color: #000;
}
table.tabla_programacion td.horario {
	text-align: right;
	padding-right: 15px;
}
table.tabla_programacion td.ampliar {
	text-align: center;
}
table.tabla_programacion td.ampliar img {
	margin-top: 3px;
	cursor: pointer;
}
table.tabla_programacion_detalle {
	width: 467px;
	margin: 30px 0px 10px 0px;
	font: normal 12px Trebuchet MS, Tahoma, Verdana, sans-serif;
	vertical-align: top;
}
table.tabla_programacion_detalle th {
	width: 75px;
	height: 20px;
	vertical-align: top;
	color: #FF6600;
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
}
table.tabla_programacion_detalle td.imagen {
	width: 200px;
	text-align: left;
	vertical-align: top;
}
table.tabla_programacion_detalle td.imagen IMG {
	width: 197px;
}

/* footer */
#footer {
	z-index: 0;
	width: 100%;
	height: 262px;
	background-image: url('imgs/footer_bg.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted white;
}
#footer .content {
	width: 723px;
	height: 93px;
	margin-top: 162px;
	padding-top: 6px;
	color: #fff;
	line-height: 16px;
}
#footer .content .location {
	float: left;
	height: 100%;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer .content .location img {
	float: left;
	margin: 0px 0px 0px 0px;
}
#footer .content .datos {
	float: left;
	margin: 0px 0px 0px 0px;
}
#footer .content .social_links {
	clear: right;
	float: right;
	width: 210px;
	margin: 15px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
#footer .content .social_links img {
	float: right;
	margin: 4px 2px 0px 2px;
}

/* contactos */
#formulario {
	clear: both;
	float: left;
	width: 305px;
	margin: 0px 0px 40px 0px;
}
#formulario .formRow {
	position: relative;
	clear: both;
}
#formulario label {
	position: relative;
	clear: left;
	float: left;
	width: 100px;
	margin: 0px 0px 6px 0px;
	font-size: 12px;
}
#formulario label span {
	position: absolute;
	right: 15px;
	top: 0px;
}
#formulario .inputWrapper {
	position: relative;
	clear: right;
	float: right;
	background-image: url('imgs/form_bg_input.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 195px;
	height: 22px;
	padding: 3px;
}
#formulario .selectWrapper {
	position: relative;
	clear: right;
	float: right;
	ackground-image: url('imgs/form_bg_input.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 195px;
	height: 22px;
	padding: 3px;
}
#formulario .textareaWrapper {
	position: relative;
	clear: right;
	float: right;
	background-image: url('imgs/form_bg_textarea.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 195px;
	height: 96px;
	padding: 3px;
}
#formulario input,textarea {
	osition: absolute;
	width: 192px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	color: #666;
	border: 0px;
	background-color: transparent;
}
#formulario select {
	width: 200px;
	margin: 0px 0px 5px -2px;
	padding: 0px;
	font-size: 12px;
	color: #666;
	order: 0px;
	background-color: transparent;
}
#formulario textarea {
	width: 193px;
	height: 92px;
	overflow: auto;
}
#formulario div.checker {
	position: absolute;
	top: 2px;
	right: -16px;
	width: 16px;
	height: 16px;
}
#formulario div.checker div.msg {
	position: absolute;
	top: 1px;
	height: 16px;
	right: 20px;
	width: 190px;
	padding: 0px 3px 2px 2px;
	background-color: #E8EDF6;
	color: red;
	font-size: 10px;
}
#formulario div#commentsChecker div.msg {
	height: 90px;
}
#formulario .enviar {
	clear: both;
	float: left;
	width: 198px;
	margin: 0px 0px 0px 105px;
	font-size: 11px;
	text-align: right;
	padding: 4px 0px 0px 0px;
}
#formulario .enviar img {
	float: left;
	width: 76px;
	height: 24px;
	border: 0px;
	margin: 0px;
	margin: -4px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;
}
#formulario #formularioContactoConfirmacion {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}
#datosContacto {
	width: 240px;
	float: left;
	margin: 0px 10px 0px 0px;
}
#datosContacto img {
	clear: both;
	float: left;
	margin: 3px 10px 0px 0px;
}
#datosContacto div {
	width: 100%;
	clear: both;
	float: left;
	margin: 0px 0px 16px 0px;
}

/* acordeon */
.acordeon {
	width: 467px;
	margin: 30px 0px 0px 0px;
}
.acordeon .acordeonItem:first-child .acordeonTitulo {
	background-image: url('imgs/acordeon-top-bg.gif');
	background-position: 0px 0px;
	border: 0px;
	border-bottom: 1px solid #E5E5E5;
}
.acordeon .acordeonItem .acordeonTitulo {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF6600;
	background-image: url('imgs/pointer-acordeon.jpg');
	background-repeat: no-repeat;
	background-position: 8px 11px;
	border: 1px solid #E5E5E5;
	padding: 6px 0px 6px 26px;
	cursor: pointer;
}
.acordeon .acordeonItem .acordeonTitulo span {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin-left: 6px;
}
.acordeon .acordeonItem .acordeonContenido {
	border: 1px solid #E5E5E5;
	border-top: 0px;
	padding: 10px 12px 12px 12px;
}
table.tabla_frecuencias {
	width: 400px;
}
table.tabla_frecuencias tr {
	height: 27px;
	background-color: #F5F5F5;
}
table.tabla_frecuencias tr.even {
	background-color: #F0F0F0;
}
table.tabla_frecuencias td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

