BODY { 
	background-color: #666;		/* color por defecto */
	background: transparent url(img/bg.jpg) repeat; /* fondo por defecto */
	text-align: center;			/* centra el contenido */
	/* min-width: 760px;		/* arreglo de overflow para mozilla */
	margin:0;
	padding:0;
}

/* ------------------ container ----------------- */
#container {
	width:760px;			/* tamaņo y posicion */
	text-align:left;		/* restaura alineacion izq */
	left:0px;				/* margenes */
	top:0px;
	background-color:#ffffff;
	margin-left: auto;		/* arreglo para centrar en mozilla */
	margin-right: auto;
}

/* ------------------ topbar --------------------- */
#topmenu {
	height:24px;
	width:750px;
	position:relative;
	z-index:5;
}
* html #topmenu { w\idth:100%; /* TAN HACK */ }
	
/* ------------------ header --------------------- */
#header {
	margin:0;
	border:0;
	/*background: transparent url("programacion/08_jun/hdr-ilust.jpg");*/
}
#header img { padding: 0px;} 

#logo {
	position:relative;
	width:195px;
	left:50px;
	top:20px;
	z-index:10;
	border:1px solid #FFF;
}

/* ------------------ caja gral, contiene 3 columnas -------------------- */
#content {
	width: 760px;
	padding: 0;
	margin: 0;
}
* html #content {						/* TAN HACK */
	posi\tion: relative; padd\ing: 0; marg\in: 0; }

div#content { 
	min-height: 650px;
	height:expression(this.scrollHeight > 650 ? "auto":"650px");
}

* html #left, #right, { 	posi\tion: relative; /* TAN HACK */}

/* ----------------- izquierda ------------------ */
#left {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 20px 0 20px 0px;
	border: 0px solid;
}

/* ----------------- derecha ------------------ */
#right {
	width:190px;           	/* por defecto, se puede cambiar por elemento */
	float:right;
	margin:0 20px 0 0;
	padding:0;
	border:0px solid red;
}
* html #right {	marg\in:0 0 0 0; padd\ing:0; w\idth:170px;/* TAN HACK valores que toma IE*/ 
}

#search {
	height:34px;
	left:0;
	top:0;
	margin-bottom:10;
}

/* ------------------ columna central -------------------- */
#main {
	width: 510px;
	float: left;
	margin: 0 0 0 20;
	padding: 0;
	border:0px solid red;
}
* html #main {	marg\in:0 0 0 20px; padd\ing: 0; w\idth:510px; /* TAN HACK valores que toma IE*/ }

#main p { margin:10 0; }

/* ------------------ nota ----------------- */
#nota{
	background: none; /* fondo por defecto */
	background-color:#ffffff;
	text-align:left;
	}
/* ------------------ creditos ----------------- */
#creditos { visibility:hidden;	/* ocultar creditos CCPE */
	font-family: tahoma, verdana, sans-serif;
	font-size: 60%;
	color: #666;
	margin: 10px 0;
	border-top: 1px solid #666666;} 

/* ------------------ formato impresion ----------------- */
@media print {			
	body { top:80px; left:100px; background: none; text-align: left; font-size: 150%; width:80%; font-family: tahoma, verdana, sans-serif;}
	#creditos { visibility:visible;} /* imprimir creditos CCPE */
	#galeria { visibility:hidden; height:0px;}  /* no imprimir galeria de fotos */
	#bloque-fecha { width:100%; background-color: #999; border: 1px solid #666666;}
	#bloque-info { width:100%; background-color: #ccc; border: 1px solid #666666; margin:50px;}
}

/* ------------------ clear -------------------- */
.clear { clear: both;}		/* arregla altura de Content en FF, debe llevar DIV class="corte" en codigo html */

/* ----------------- fotos ------------------ */
#foto {
	width: 320px;
	float: left;
	margin: 0 20 10 0;
}
#foto p { font-family: "Times New Roman", Times, serif; font-size:75%; font-style:italic; }

#foto-vert {
	width: 165px;
	float: right;
	margin: 0 0 10 20;
}
* html #foto-vert { marg\in:0 0 30px 20px; }
#foto-vert p { font-family: "Times New Roman", Times, serif; font-size:70%; font-style:italic; }

/* ----------------- bloques: horarios y mas info ------------------ */
#bloque-fecha {
	width: 150px;           		/* por defecto, se puede poner el ancho a mano */
	float: right;                 	/* alineacion poner a mano */
	margin: 0 0 10px 10px;
	padding: 5px 10px;
	background-color: #999;
	display: block;
}
* html #bloque-fecha { w\idth: 165px; marg\in: 0px 0px 10px 10px; padd\ing: 5px 10px; }

#bloque-info {
	margin: 10px 0 10px 0;
	padding: 5px 10px;
	background-color: #f2f2f2;
	display: block;
}
* html #bloque-info { marg\in: 5px 0px 0 0; padd\ing: 5px 10px;}	/* TAN HACK */

#bloque-fecha p, #bloque-fecha li { color: #FFFFFF;}	/* color texto para fecha */
#bloque-info p, #bloque-info li { color: #333333;}  /* color texto para mas info */

/* ----------------- footer --------------------------- */
#footer {
	clear: both;
	width: 760px;					/* tamaņo y posicion */
	margin: 0px;
	text-align: center;
	background-image: url('img/ftr-bg.gif');
	background-repeat: no-repeat; 
	background-color: none;
	padding-top:40px;
	padding-bottom:10px;
	margin-left: auto;		/* arreglo para centrar en mozilla */
	margin-right: auto;
}

/* ----------------- breadcrumb ----------------------------*/
#breadcrumb {
	width:275;
	float:left;
	margin:-4 0 0 0;
	padding:10 0 0 0;
}
.breadcrumb {				/* menu breadcrumb */
	font-family:tahoma, verdana, sans-serif;
	font-size:70%;
	color:#999;
	text-decoration: none;
}
* html .breadcrumb { marg\in:-10; padd\ing:0; /* TAN HACK */}

/* ----------------- utilidades ----------------------------*/
#utilidades {
	width:230;
	float:right;
	margin:-2 0 10 0;
	padding:0;
	font-family: tahoma, verdana, sans-serif;
	font-size:70%;
}
* html #utilidades { marg\in:-2 0 10 0; padd\ing:0; he\ight:10;		/* TAN HACK */}

a.imp{float:right;display:block;padding:0 0 0 21px;background:url(img/ico-imprimir.gif) no-repeat left;margin:8px 10px 0 0;text-decoration:none;color:#999; }
* html a.imp { marg\in:8 10 0 0; padd\ing:0 0 0 21;  		/* TAN HACK */}

a.env{float:right;display:block;padding:0 0 0 23px;background:url(img/ico-enviar.gif) no-repeat left;margin:8px 10px 0 0;text-decoration:none;color:#999; }
* html a.env { marg\in:8 10 0 0; padd\ing:0 0 0 23;		/* TAN HACK */}

a.redu{float:right;display:block;padding:2 0 1 16; background:url(img/ico-achicar.gif) no-repeat left;margin:6px 0 0 0;text-decoration:none;color:#999; }
* html a.redu { marg\in:6 2 0 0; padd\ing:2 0 1 16;		/* TAN HACK */}

a.aum{float:right;display:block;padding:2 0 1 19;background:url(img/ico-agrandar.gif) no-repeat left;margin:6px 0 0 0;text-decoration:none;color:#999; }
* html a.aum { marg\in:6 0 0 0; padd\ing:2 0 1 19;		/* TAN HACK */}

/* ---------------- calendario grande ------------------------*/
#agenda table {							/* color fondo del calendario */
	width:100%;
	margin:-20 0 0 0;
	padding:0;
	border-collapse:collapse;
}

#agenda table td {					/* color fondo del calendario */
	text-align:center;
	vertical-align:top;
	height:80px;
	width:14%;
	margin:0;
	padding:3;
}

#agenda td.activo {					/* calendario dias con actividades */
	background-color:#f2f2f2;
	border:1px solid #e7e7e7;
}
	
#agenda td.inactivo {				/* calendario dias sin actividades */
	/*background-color:#ffffff;*/
	border:1px solid #e7e7e7;
}
	
#agenda p{							/* texto calendario */
	margin:1px 1px 5px 1px;
	padding:0;
	/*font-size: 80%;*/
}

#agenda a {							/* links calendario */
	font-weight:normal;
	/*color: #fff;*/
	text-decoration:none;
}

#agenda a:hover {					/* links calendario */
	font-weight:normal;
	/*color: #fff;*/
	text-decoration:underline;
}
/* ---------------- calendario chico derecha ------------------------*/
#right #agenda table { width:190px; }			/* ancho calendario */
#right #agenda table td { height:5px; }			/* alto celdas calendario */
#right #agenda p {	font-size: 65%; margin:0;}	/* texto calendario */

/* ----------------- texto ----------------------------*/

H1 {
	font-family: 'trebuchet ms', tahoma, verdana, sans-serif;
	color: #cc3333;
	font-size: 220%;
	font-weight: normal;
	line-height: 110%;
	letter-spacing: -1px;
	margin:15px 0;
}

H2 {
	font-family: 'trebuchet ms', tahoma, verdana, san-serif;
	color: #cc3333;
	font-size: 100%;
	line-height: 110%;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
}

H3 {
	font-family: tahoma, verdana, san-serif;
	color: #666;
	font-size: 75%;
	margin: 10px 0 -5px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #CCCCCC;
}

H4 {			/* bajada actividades */
	font-family: georgia, times, serif;
	color: #666;
	font-size: 80%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
H4 p { font-family: georgia, times, serif; color: #666; font-size: 100%; } /* arreglo bajada actividades */

H5 {				/* volanta */
	font-family: tahoma, verdana, sans-serif;
	color: #666;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px dashed #999;
}

p {
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
	color: #666;
	margin: 10px 10px 20px 0px;
}

ul, ol {
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
	color: #333;
}

/* actividades pasadas */
#pasadas  { width:245px; }
#pasadas ul { list-style-type: none; margin: 10px 0 10px -20px;}
* html #pasadas ul { marg\in: 10px 0 10px -20;/* TAN HACK */}
#pasadas ul li { border-top: 1px solid #ccc; margin:0 0 5px -20px; padding:3px 0 0 0;}
* html #pasadas ul li { marg\in-left: 20px;  padd\ing-top:1px;/* TAN HACK */}
#pasadas ul li a { margin:0 0 10px 0;}

/* actividades */
#actividades ul { list-style-type: none; margin: 10px 0 20px 240px;}
#actividades p { margin: 0 0 0 260px;}
* html #actividades ul { marg\in: 10px 0 20px 240px;/* TAN HACK */}
#actividades ul li { border-top: 1px solid #ccc; margin:0 0 5px -20px; padding:3px 0 0 0;}
* html #actividades ul li { marg\in-left: 20px;  padd\ing-top:1px;/* TAN HACK */}
#actividades ul li a { margin:0 0 10px 0;}

/* convocatorias */
#convocatorias ul { margin:-10px 0; list-style-type: disc; }
* html #convocatorias ul { marg\in:-10 0;		/* TAN HACK */}
#convocatorias ul li { margin:5px 0 5px -20px; padding: 2px 0; border:none; }
* html #convocatorias ul li { marg\in:0 5px 0 20px; padd\ing: 2px 0;		/* TAN HACK */}

/* galeria de fotos */
#galeria { 
	padding:0 10px;
	border:1px #ccc solid; 
	height:120px;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #3333ff;
	text-decoration: underline;
}
td {
vertical-align: top;
}
/* ----------------------------- */

.dropcap { font-size: 400%; float: left; padding: 2px; font-family:Georgia, "Times New Roman", Times, serif;}

.small { font-size: 80%; }

.big { font-size: 150%; }

.copyright {
	font-family: tahoma, sans-serif;
	color: #fff;
	font-size: 70%;
	margin: 10px 20px 10px 60px;
	text-align:left;
}

blockquote {
	font-family: georgia, times, serif;
	font-style: italic;
	letter-spacing: -0.5px;
}

.pdficon {
	list-style-image: url(img/pdf.gif);
	margin-left: 20px;
}
* html .pdficon { padd\ing-left: 0px;		/* TAN HACK */
}

#main p.fecha {
	font-family:tahoma, sans-serif;
	font-size:70%;
	color:#cc3333;
	font-weight:bold;
	margin:-10 0 0 0;
	padding:0;
}

img {						/* todas las imagenes */
	background-color:none;
	border:0px;
}

.ico {
	margin: 0 20px;
}

.margder {
	margin-right: 20px;
}

.margizq {
	margin-left: 20px;
}

.border {
	border: 1px #ccc solid;
}

/* colores de celda */
.header {background: rgb(152,152,152); padding: 0 10px 0 10px; text-transform:uppercase;}
.header p { color:#fff;}
.light { background: rgb(245,245,245);}
.medium { background: rgb(240,240,240);}
.dark { background: rgb(220,220,220);}
	
form {					/* para formularios en gral */
	height:0;
	width:190;
	margin:0;
	padding:5 0;
}

.inputs {					/* para formularios en gral */
	background-color: #fff;
	color: #333;
	font-family: tahoma, verdana, sans-serif;
	font-size:70%;
	margin: 0px;
}

.buttons {
	background-color: #fff;
	color: #333333;
	font-family: tahoma, sans-serif;
	font-weight: normal;
}

/* ----------------- seccion ADMINISTRACION ----------------------------*/

.admin td { padding: 5px; }
.admin h2 { margin: 0px; }
.admin p { margin: 0 0 5px 0; }
.admin tr.highlight td { background: #fbe2dc; }
.admin .paginacion { background: #fbe2dc; }

#session {
	font-family: tahoma, verdana, sans-serif; 
	font-size: 11px;
	color: #e7e7e7;
	float:right;
	padding:5px 20px 6px 10px;
}
#session a { color: #e7e7e7; padding:5px 0px 6px 10px;}
#session a:hover { color: #ffffff; background-color: #cc3333; text-decoration:none;}

/* corrige achicamiento texto tags anidados */
li p, ol ol, ol ul, ul ul, ul ol { font-size: 100%; }
h1 a { text-decoration: none;}
h1 a:hover { text-decoration: underline;}
h2 a { text-decoration: none;}
h2 a:hover { text-decoration: underline;}
.small .inputs { font-size: 100%;}
.menu a { color: #2a5b8c; text-decoration: none;}
.menu a:hover { color: #2a5b8c; text-decoration: underline;}
.breadcrumb a { text-decoration: none; color:#999;}
.breadcrumb a:hover { text-decoration: underline; }

H1, H2, H1 a, H2 a, H3 a, H1 a:hover, H2 a:hover, H3 a:hover, p a, li a, p a:hover, li a:hover, a.imp:hover, a.env:hover, a.redu:hover, a.aum:hover { color: #cc3333; }

/* INDICE TRANSATLANTICO */
#indice ol, #contratapa ol { margin:0; }
* html #indice ol, * html #contratapa ol { marg\in:-5 0; /* TAN HACK */}
#indice ol li, #contratapa ol li { margin:0 0 0 -40;color:#999;padding:5;list-style-type:none;}
* html #indice ol li, * html #contratapa ol li { marg\in:0 0 0 0;padd\ing:2 5 4 5;		/* TAN HACK */}
#indice ol li a, #contratapa ol li a { color:#fff;}


/* ----------------- seccion FEEVY BLOG DEL DIRECTOR ----------------------------*/

html #feevy_bar .feevy_item {
	float:left;
	line-height:13px;
	position:relative;
	text-align:left;
	margin:0;
}

html #feevy_bar .item_content {
	background:transparent none repeat scroll 0%;
	margin:0px;
}

html #feevy_bar .feevy_title {		/* area titulo*/
	position:relative;
	background:transparent none repeat scroll 0%;
	height:45px;
	line-height:12px;
	margin:0px;
	overflow:hidden;
}
html #feevy_bar .feevy_title img {	/* IMAGEN AVATAR TITULO */
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	margin:0;
}
									/* TITULO */
.feevy_title h1 {
	background:transparent none repeat scroll 0%;
	letter-spacing:0px;
	margin:5px 0 0 50px;
	padding:0px;
	text-align:left;
	word-spacing:0px;
}

									/* TITULO */
html #feevy_bar .feevy_title h1, html #feevy_bar .feevy_title h1 a:link, html #feevy_bar .feevy_title h1 a:visited {
	font-family:'trebuchet ms', tahoma, verdana, sans-serif;
	font-size:16px;
	font-weight:;
	letter-spacing:-1px;
	line-height:15px;
}

html #feevy_bar .feevy_title a {	/* color TITULO */
	color:#cc3333;
	font-weight:normal;
	text-decoration:none;
}
									/* color TITULO hover*/
html #feevy_bar .feevy_title a:hover, html #feevy_bar .feevy_title a:focus, html #feevy_bar .feevy_title a:active {
	color:#cc3333;
	text-decoration:underline;
}

html #feevy_bar .feevy_content {	/* TEXTO */
	width:190px;
	font-family: tahoma, verdana, sans-serif;
	font-size:90%;
	color:#666;
	background:url(images/back-minipost.png) no-repeat;
	margin:0 0 10px 0;
	padding:0;
}

html #feevy_bar .feevy_content a {	/* color SIGUE LEYENDO */
	background:transparent none repeat scroll 0%;
	color:#336699;
	text-decoration:none;
}
								/* color SIGUE LEYENDO over */
html #feevy_bar .feevy_content a:hover, html #feevy_bar .feevy_content a:focus {
	color:#336699;
	text-decoration:underline;
}

html #feevy_bar a.blog_url {	/* color EL BLOG DEL DIRECTOR*/
	background:transparent none repeat scroll 0%;
	color:#336699;
	display:block;
	font-family:tahoma, verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	text-align:right;
	text-decoration:none;
	display:none;
}
/* color EL BLOG DEL DIRECTOR over */
html #feevy_bar a.blog_url:hover, html #feevy_bar a.blog_url:focus, html #feevy_bar a.blog_url:active {
	color:#336699;
}
/* mostrar FEEVY ES LIBRE Y GRATUITO */
html #feevy_bar .footer {
	display:none;
}

/* Modificaciones Mayo 2010 */

p.share a {
margin-right: 20px;
}

p.share a:hover {
text-decoration: none;
}

p.share a img {
position: relative;
top: 4px;
margin-right: 2px;
}

#content .day_calendar {
border: 0;
}

#content .day_calendar td.emptyrow {
display: none;
border: 0;
}

#content .day_calendar td.event_day {
display: block;
width: 490px;
text-align: left;
padding: 10px;
background: #fafafa;
border: 0;
margin-bottom: 25px;
filter: alpha(opacity=50); 
opacity: .5;
}

#content .day_calendar td.no_event_day {
display: none;
}

#content .day_calendar td.event_today {
filter: alpha(opacity=100); 
opacity: 1;
}


#content .day_calendar td.event_day b, #content .day_calendar td.event_day strong{
font-family: Tahoma, Verdana;
font-size: 13px;
margin-left: 10px;
margin-bottom: -5px;
display: block;
}

#content .day_calendar tr{
border: 0;
}

#content .month_nav {
border: 0;
}

#content .month_nav td {
border: 0
}

#videos_recomendados ul {
text-align: center;
}

#videos_recomendados ul li {
list-style-type: none;
width: 190px;
}

#videos_recomendados object {
display: block;
text-align: center;
}

#videos_recomendados .youtube_link {
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 190px;
	height:185px;
font-family: Tahoma, Verdana;
font-size: 11px;
background: #000 url(img/vr_bottom.png) bottom left no-repeat;
margin-bottom: 15px;
}

.scrollable a {
color: #fff;
padding: 3px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

#videos_recomendados .items div {
	float:left;
	width:680px;
}

/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}

.scrollable_navi {
color: #666;
font-family: Tahoma, Verdana;
font-size: 11px;
text-align: center;
}

#content .scrollable_navi a{
color: #666;
margin: 0 5px;
cursor: pointer;
padding: 5px;
background:#f0f0f0;
text-shadow: 1px 1px #fff;
}

#content .scrollable_navi div{
margin-top: 20px;
}

 #content .scrollable_navi a:hover {
text-decoration: none;
color: #333;
}

#content #lista_videos {
margin: 20px 0;
}

#content #lista_videos .items div {
margin: 30px 0;
padding: 42px;
background: #f0f0f0;
display: block;
}

#content #lista_videos .items a {
font-family: Tahoma, Verdana;
font-size: 11px;
margin-bottom: -10px;
display: block;
color: #666;
}

#content #lista_videos object {
background: url(img/loading.gif)
}

#content #anticipos {
margin-top: 30px;
}

#anticipos small {
font-family: Tahoma, Verdana, Arial;
font-size: 8pt;
color: #999;
font-weight: bold;
}

#anticipos .item {
margin-bottom: 20px;
}

.contact_form label,
.contact_form small {
display: block;
width: 100%;
}

.contact_form small {
margin-bottom: 30px;
}

.contact_form input.text {
width: 300px;
padding: 5px;
margin: 3px 0;
border: 1px solid #666;
font-family: Tahoma;
font-size: 11px;
color: #333;
}

.contact_form #button_enviar {
background: #fff;
font-family: Tahoma;
padding: 3px 5px;
}

.contact_form textarea {
width: 400px;
padding: 5px;
height: 100px;
margin: 3px 0;
border: 1px solid #666;
font-family: Tahoma;
font-size: 11px;
color: #333;
}

#content #transmision {
padding: 15px 0;
}