@charset "utf-8";
/*** GENERALES ***/
body {
	padding: 0;
	margin: 0;
	color:#494949;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:62.5%;
	background:#FFFFFF url(../img/bg.gif) repeat-x center bottom;
}

h1 {
}

h2 {
	color:#494949;;
	font-family:Arial,Helvetica,sans-serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 0.5em 0;
}

* +html #migas h2{
	margin:0 0 0.9em 0;
}

h3 {
	color:#CC0000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin:0.5em 0 0 0;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:1em 0 0.5em;
}

p {
	font-size:1.1em;
	margin:0;
	line-height:1.8em;
}

a {
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

ul {
	font-size:1.1em;
	margin:0;
	padding:0;
}

ul li {
	list-style:none;
}

fieldset {
	border:0;
}

.right {
float: right;
}
.left{
float:left;
}
.clear{
	clear:both
}

.sinborder {
	border:0 !important;
	background: none !important;
}

.oculto {
	position:absolute;
	left:-900em;
}

.strong {
	font-weight:bold;
}

.espaciado {
	margin:0 0 2em 0 !important;
}

.text_normal {
	font-weight:normal !important;
}

.texto_rojo {
	color:#cc0000 !important;
}

.texto_normal {
	color:#494949 !important;
}
	
.primer_paragraf {
	margin-top:2em;
}

.texto_gris {
	color:#8E8E8E !important;
}

div#contenedor {
	background-color:#FFFFFF;
	border-left:0.1em solid #E8E8E8;
	border-right:0.1em solid #E8E8E8;
	margin:0 auto;
	padding:1.5em;
	text-align:left;
	width:92em;
}

div#contenido {
	clear:both;
}
/*** fin GENERALES ***/


/*** CABECERA ***/
div#cabecera {
	background-color:#FFFFFF;
	width:100%;
}

div#cabecera h1 {
	float:left;
	margin:0 0 0.3em 0;
}

div#cabecera h1 a {
	background:#FFFFFF url(../img/logo.jpg) no-repeat 0 0;
	display:block;
	height:4.5em;
	width:36em;
}

* +html div#cabecera h1 a {
	height:3em;
	width:22em;
}

* html div#cabecera h1 a {
	height:2.5em;
	width:22em;
}

#cabecera h1 a span {
	display:none;
}

div.cabecera_peq h1 a {
	background:#FFFFFF url(../img/logo_peq.jpg) no-repeat 0 0 !important;
	height:2.5em !important;
	width:9em !important;
}
* +html div.cabecera_peq h1 a {
	height:1.5em !important;
	width:7em !important;
}
* html div.cabecera_peq h1 a {
	height:1.5em !important;
	width:7em !important;
}

#cabecera p#os {
	float:right;
}

* +html #cabecera p#os {
	margin-bottom:0;
}

.cabecera_peq p#os {
	margin-bottom:1em;
}

#cabecera p#os a {
	background:#FFFFFF url(../img/logoOS.jpg) no-repeat 0 0;
	display:block;
	height:4em;
	margin-top:1.5em;
	width:14.5em;
}

* html #cabecera p#os a {
	margin-top:1em;
}

.cabecera_peq p#os a {
	background:#FFFFFF url(../img/os_peq.jpg) no-repeat 0 0 !important;
	margin-top:0.5em !important;
	width:10.5em !important;
	height:3em !important;
}

* html .cabecera_peq p#os a {
	margin-top:0 !important;
}	

* +html .cabecera_peq p#os a {
	margin-top:0 !important;
}	

#cabecera p#os a span {
	display:none;
}

#cabecera ul#idiomas {
	float:right;
	margin-top:0;
}

.cabecera_peq ul#idiomas {
	margin-top: -5em !important;
}

* +html .cabecera_peq ul#idiomas {
	margin-top:0 !important;
}

* html .cabecera_peq ul#idiomas {
	margin-top:-0.5em !important;
}

.cabecera_peq ul#idiomas {
	clear:both;
}

#cabecera ul#idiomas li {
	border-left:1px solid #666;
	float:left;
	padding:0 0 0 1em;
}

#cabecera ul#idiomas li.primer {
	border-left:none;
	padding:0 1em;
}

/* Menu */
#cabecera ul#menu {
	float:left;
	font-size:1em;
	position:relative;
	width:100%;
	z-index:4;
}

* html #cabecera ul#menu {
	width:70.2em;
}

#cabecera ul#menu li {
	background:#CC0000 url(../img/dottedBlanc.gif) repeat-y top right;
	float:left;
	margin:0;
	padding:0.9em 0.2em;
	text-align:center;
	width:12.7em;
}

* html #cabecera ul#menu li {
	width:11.25em;
}

#cabecera ul#menu li.ultim {
	background:#CC0000 none;
}

#cabecera ul#menu li a {
	background: transparent url(../img/fletxaMenu.gif) no-repeat 0 0.45em;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	padding-left:0.8em;
}

/* fin Menu */

/* Submenu */
#cabecera ul#menu li ul li a {
	background:none;
	font-size:1em;
	font-weight:normal;
	padding-left:0;
}

* html #cabecera ul#menu li ul li {
	width:6.9em;
}

#cabecera ul#menu li ul {
	width:6em;
}

#cabecera ul#menu li ul li.ultimsubmenu {
	background:#CC0000 none;
}

#cabecera ul#menu li ul li {
	clear:both;
	margin-top:0.5em;
	padding:0;
	width:7em;
	background:#CC0000 none;
}
/* fin Submenu */

/* Buscador */
#cabecera form#buscador {
	float:right;
}

* +html #cabecera form#buscador {
	height:3em;
	width:22em;
	margin-top:-25px;
}

html>/**/body #cabecera form#buscador { height:3em; width:22em; margin-top:-25px; } /*Hack IE8 para que se visualize bien el buscador*/


#cabecera form#buscador input#campo_buscar {
	border:1px solid #666666;
	color:#666666;
	font-size:1.1em;
	margin:0.3em 0 0 0;
	padding:0.1em;
	width:17em;
}

* +html #cabecera form#buscador input#campo_buscar {
	margin: 0.6em 0 0.5em 1em;
	width:16.5em;
}

* html #cabecera form#buscador input#campo_buscar {
	margin: 0.6em 0 0.5em 0.8em;
	width:16.5em;
}

* +html #cabecera form#buscador input#boton_buscar {
	padding:0 0.5em 0.5em 0.5em;
}

* html #cabecera form#buscador input#boton_buscar {
	padding:0 0.5em 0.5em 0.5em;
}
/* fin Buscador */
/*** fin CABECERA ***/

/*** PIE ***/
div#pie {
	border:0.1em solid #CCCCCC;
	clear:both;
	min-height:6em;
	padding:0.6em 0;
	text-align:center;
	width:92em;
}

* html div#pie {
	height:7em;
}

div#pie ul {
display:block;
margin:0.5em 0 0 3.5em;
float:left;
width:95%;
}

* html div#pie ul {
margin:0.5em 0 0 1em;
}


div#pie ul li {
background: transparent url(../img/borde_list_footer.gif) no-repeat right center;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.0em;
font-weight:bold;
line-height:1.7em;
margin-right:0.5em;
padding-right:0.5em;
}

div#pie ul li.ultimo {
background:none;
}

div#pie ul li a {
color:#505050;
}

div#pie ul li a:hover {
color:#cc0000;
text-decoration:none;
}

div#pie p {
color:#8E8E8E;
font-size:1.1em;
font-weight:normal;
margin:1em 0 0 3.5em;
text-align:left;
float:left;
}

* html div#pie p {
margin:2em 0 0 1em;
}

div#pie span a {
color:#505050;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1em;
font-weight:bold;
text-align:center;
}

div#pie span.rss {
	background:transparent url(../img/rssSimbol.gif) no-repeat right center;
	padding:0.5em 2.5em 0.5em 0;
}

div#pie img#caixaterrassa {
	float:right;
	margin:-1.5em 0.5em 0 0;
}
/*** fin PIE ***/


/*** migas de pan ***/
ul#migas {
	clear:both;
	float:left;
	margin-bottom:1em;
	width:100%;
}
ul#migas li {
	float:left;
	padding:0 1em 0 0.5em;
	font-size:0.9em;
	background:transparent url(../img/slash.gif) no-repeat right center;
}

ul#migas li.pri {
	padding:0 1em 0 0;
}

ul#migas li.ult {
	background:none;
}

ul#migas li a {
	font-weight:normal;
	color:#494949;
}
ul#migas li a:hover {
	text-decoration:underline;
}
/*** FIN migas de pan ***/

a.mes {
	color:#8b8b8b;
	font-size:0.9em;
}

/* Caja roja con bordes inferiores redondeados */ 
.red_box1 {
	background: #CC0000 url(../img/red_corner_left.jpg) no-repeat left bottom;
}
.red_box2 {
	background: transparent url(../img/red_corner_right.jpg) no-repeat right bottom;
	padding:0.5em;
}
.red_box2 p {
	margin:0.5em 0;
	text-align:center;
}
.red_box2 a {
	color:#fff;
	font-weight:bold;
}
/* FIN Caja roja con bordes inferiores redondeados */ 

a.seguir_leyendo {
	color:#8b8b8b;
}

.picture{
	position:relative;
	margin-bottom: 1em;
}
* html .picture{
	float:left;
}
.picture a{
	position:absolute;
	bottom:0.5em;
	right:0.5em;
	cursor:pointer;
}
.picture a img{
	border:none !important;
}

#mapa_print img{
	display:none;
}


#mapa_print img{
	visibility:hidden;
	display:none;
	position:absolute;
	left:-4000px;
}

/*
	Slideshow
*/

#slides {
    margin: 0 6px;
    overflow: hidden;
    width:633px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:633px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:633px;
	height:301px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:-33px 5px 0;
	width:auto;
	position:relative;
	z-index:999;
	float:right;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	padding-top:12px;
	float:left;
	overflow:hidden;
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
}

.pagination li.current a {
	color:#000000;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:20px;
	padding:5px 15px 0 15px;
	background:#CC0000;
	background:rgba(204,0,0,.8);
	width:633px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

.caption p {
	font-size:1em;
	background:transparent url("../img/fletxaMenu.gif") no-repeat left center;
	padding-left:0.6em;
	line-height:1em;
}

.caption p a {
	color:#FFFFFF;
}


#media {
	background-color:#ECECEC;
	float:left;
	margin-top:10px;
	width:21em;
}

#media h2 {
	background:#D22F2F url("../img/fletxaMenu.gif") no-repeat 0.5em 1em;
	margin:0;
	font-size:1.2em;
	color:#FFFFFF;
	padding:0.5em 0 0.5em 1em;	
}
#media a {
	color: #fff;
	text-decoration: underline;	
}

.thumb {
	float:left;
	margin:5px 2px;
}

.thumb li {
	float:left;
	margin:0 4px;
	 height: 50px;
}

.thumb li img {
	width:60px;
	height:50px;
}

* +html .thumb li {
	margin:0 3px;
}

.currentvideo {
    border:1px solid #D51414;
}

legend {
	visibility:hidden;
	display:none;
}

div#desc_programa ul {
    margin-bottom: 1em;
    margin-left: 2em;
    margin-top: 0.5em;
}
