/*  HTML, BODY  
--------------------------------------- */

*, html {padding:0; margin:0;}
body {
	padding:0;
	padding-bottom: 20px;
	margin:0;
	color:#767676;
	background:#204789;
	font-size:67.5%;
	line-height:1em;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;	
}

/* H1, A
--------------------------------------- */
p, ul, li  { margin:0; padding:0; color:#767676;}
h1, h2, h3 { margin:0; padding:0; color:#b29c34; font-family:Georgia, "Times New Roman", Times, serif;}
h1 {font-size:180%; }
h2 {font-size:160%; }
h3 {font-size:140%;}
img {border:0;}
ul, li {list-style:none;}
a:link, a:visited {font-family:Arial, Helvetica, sans-serif; color:#3E7AE8;}
a:hover {text-decoration:none;}

/* WRAP 
--------------------------------------- */
#wrap {
	font-size:90%;
	width:770px;
	margin:0 auto;	
	position:relative; left:50%; margin-left:-385px; /* posicionado negativo */
}

/* SEPARADOR 
--------------------------------------- */
.separa {width:99%; margin:0; clear:both;}

/* CABECERA
--------------------------------------------------*/
#head {
	position:relative;
	width:770px; height:130px;
	padding-bottom:10px;
	background:#EFF5FF;
	border-top:1px solid #ccc;
}
#head h1 {
	width:770px; height:130px;
	text-indent:-9999px;
	background:#EFF5FF url(../images/head.gif) no-repeat 0 0;
}
#head p {
	position:absolute;
	left:118px; top:60px;	
	text-align:center;
}
#head a {
	font-size:110%;
	color:#E8EAEE;
	text-decoration:none;
	font-weight:bold;
}
#head a:hover { text-decoration:underline;}

/* CONTENEDOR
--------------------------------------------------*/
#contenedor {
	float:left;
	width:770px;
	color:#767676;
	background:#fff url(../images/fondo_nav.gif) repeat-y 0 0;
}

/* NAVEGADOR
--------------------------------------------------*/
#nav {
	float:left;
	width:195px;
}
#nav ul {
	float:left;	
	background:#eff5ff;
	padding-top:20px;
	border-bottom:1px solid #eee;
}
#nav ul li {
	float:left;
	width:195px;
	background:#FFFFFF url(../images/pes_nav.gif) no-repeat 0 0;
	line-height:32px;
}
#nav ul li a:link, #nav ul li a:visited {
	float:left;
	width:180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	color:#214e9b;
	padding-left:15px;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#FFFFFF;
	background: url(../images/pes_nav_ac.gif) no-repeat 0 0;
}
#nav ul li a.activo {
	color:#FFFFFF;
	background: url(../images/pes_nav_ac.gif) no-repeat 0 0;
}

/* Logotipos */
#nav p.logos { float:left; padding:0; width:155px;}
#nav p.logos img {margin:20px 0 0 20px;}
#nav p.logos img.info012 {border-top:1px dashed #666; padding-top:10px; border-bottom:20px;}

/* CONTENIDO
--------------------------------------------------*/
#contenido {
	float:left;
	background:#fff url(../images/esq_contenido.gif) no-repeat 0 0;
	padding:15px 20px;
	width:535px;
}
#contenido h2 {
	border-bottom:1px solid #214e9b;
	background:url(../images/ico_titulo.gif) no-repeat 0 100%;
	padding-left:18px;
	line-height:1.5em;
	color:#214e9b;
	font-weight:normal;
}
#contenido p.titulo {
	margin:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-weight:bold;
}
#contenido p.imagen, #ficha p.imagen {
	float:left;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	line-height:1.2em;
}
#contenido p.imagen img, #ficha p.imagen img {
	width:140px;
	border:1px solid #8D93C5;
	margin-bottom:5px;
}
#contenido p.texto {
	float:right;
	width:380px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	line-height:1.5em;
	text-align:justify;
}
#contenido p.imagen span.cedido {
	float:left;
	width:140px;
	text-align:center;
	color:#000; 
	line-height:1.3em;
	margin:20px 0 10px 0;
	padding:10px 0;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}
#contenido p.info {
	width:535px;
	margin-top:10px;}

#contenido ul{
	float:right;
	width:523px;
	font-size:110%;
	line-height:1.5em;
	padding:5px;
	border:1px solid silver;
	margin-top:10px;
}
#contenido span.direc {
	float:right;
	width:535px;
	font-size:100%;
	line-height:1.5em;
	margin-top:10px;
	border-top:1px dashed silver;
	padding-top:10px;
}

#contenido p.pretit_conferencias {
	float:left;
	width:535px;
	color:#767676;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	padding:5px 0;
}
#contenido p.pretit_conferencias span {
	padding-left:10px;
	color:#8B7763;
	font-weight:bold;
}
#contenido p.pri { padding-top:15px;}
#contenido p.last { padding-bottom:15px;}

/* FICHA */
#ficha {
	float:left;
	width:535px;
	margin-bottom:15px;
	position:relative;
} 

/* tabla */
#ficha table {
	float:right;
	width: 380px;
	border-collapse: collapse;
	font-size: 16px;
	padding: 5px;
}
#ficha table td {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	padding:5px;
	text-align: center;
}
#ficha table td.fecha {
	background: #214F9B;
	color:#C2E7F9;
}
#ficha table td.hora {
	background: #BF751D;
	color:#fff;
	width:80px;
}
#ficha table td.lugar {
	background: #6a9beb;
	color:#fff;
	width:180px;
}

/*tabla conciertos*/
#ficha table.conciertos {width:535px; border: 1px solid silver; border-collapse: collapse;}
#ficha table.conciertos td {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	padding:5px;
	text-align: left;
	font-size:80%;
	line-height: 1.5em;
}
#ficha table.conciertos td.titulo {
	font-weight: bold;
	color:#797979;
	background: #eee;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
}
#ficha table.conciertos td.apar {
	text-align: center;
	border-top: 1px solid #ccc;
	background: #bbb;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
}
#ficha table.conciertos caption {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 3em;
}

#ficha span.enlace {
	position:absolute;
	right:0;
	top:32px;
	font-size:70%;
}
#ficha div.enlace-dos {
	float:right;
	right:0;
	top:32px;
	font-size:12px;
}
#ficha ol.programa {
	float: left;
	width:503px;
	font-size:120%;
	line-height:1.5em;
	padding:10px;
	border:1px solid silver;
	margin-top:10px;
}
#ficha ol.programa li {
	list-style: disc;
	list-style-position: inside;
	line-height:1.8em;
}
#ficha ol.nonum li {
	list-style: none;
	list-style-position: outside;
	line-height:1.5em;
	text-indent: 20px;
}
#ficha ol.nonum li strong { line-height: 3em; text-indent: 0;}	
#ficha ol.nonum li.pausa { line-height: 3em; text-indent: 0;}	

/*conferencias*/
#ficha table.conferencia {width:535px;}
#ficha table.conferencia td.fecha { text-align:left;}
#ficha table.conferencia {width:535px;}
#ficha p.caja {
	float:left;
	width:503px;
	border:1px solid #c2c2c2;
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	line-height:1.5em;
}
#ficha p.caja strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#3A579B;
}


#ficha p.tit_1, 
#ficha p.tit_2,
#ficha p.tit_3,
#ficha p.interpretes { 
	float:right;
	font-size:160%;
	width:380px;
}
#ficha p.tit_1 {
	float: left;
	width: 300px;
	margin-left: 15px;
	color:#024093;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	padding-top: 8px;
	line-height: 1.1em;
}
#ficha p.tit_2 {
	color:#DB4834;
	font-size: 130%;
	padding-top: 8px;
	line-height: 1.2em;
	font-style: italic;
}
#ficha p.tit_3, #ficha p.tit_5 {
font-family:Arial, Helvetica, sans-serif;
	color:#8B7763;
	font-size: 120%;
	padding-top: 4px;
	line-height: 1.2em;
}
#ficha p.tit_6 {
	color:#CC6633;
	font-size: 130%;
	padding-top: 4px;
	line-height: 1.2em;
}

#ficha p.tit_4 {
	color:#024093;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	padding-top: 8px;
	line-height: 1.1em;
}

#ficha p.espacio {
padding-bottom:10px;
}

#ficha p.interpretes, #ficha p.interpretes-f {
	color:#797979;
	font-size: 130%;
	line-height: 1.3em;
	padding: 8px 0 3px 0;
}
#ficha p.menosarriba {
	padding-top:0px;
}
#ficha p.texto {
	width:535px;
	color:#797979;
	font-size:120%;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dashed silver;
}
#ficha div.texto {
	width:535px;	
	margin-top:5px;	
}
#ficha div.texto p {color:#797979; font-size:120%; margin:0 0 7px; line-height:1.5em; text-align:justify; font-family:Verdana,Arial,Helvetica,sans-serif;}
#ficha p.noborde { border:0;}
#ficha div.texto p.nombre {font-size:150%; color:#333;}

/* PIE
----------------------------------------------------- */
#pie_semana {
	float:left; clear:both; /* salto */
	width:770px;
	background:#bf751d url(../images/fondo_copy2.gif) no-repeat 615px 100%; /* esquina der */
}
#pie_semana p.copy {
	float:left;
	width:720px;
	height:60px;
	background: url(../images/fondo_copy.gif) no-repeat 0 100%; /* esquina izq */
	padding-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:110%;
	text-align:left;
}
#pie_semana span {
	float:left;
	width:720px;
	margin-top:10px;
	margin-bottom:3px;
	font-size:140%;
	line-height: 20px;
}
#pie_semana a { font-size:100%; color:#ffffff; text-decoration:underline;}
#pie_semana a:hover {color:#ffffff; text-decoration:none;}
#pie_semana strong { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}

#cab_gobierno { width:770px; background-color: #fff; margin-top:10px;}
#pie { font-size:130%; width:757px !important; width:758px; margin-top:0; line-height:1em !important;line-height:1.5em; border-right:0; border-left:0;}

map#menuEspecial {padding:10px 0; margin:0; width:770px;}
#cab_gobierno li.logo a {background-color:#fff; padding:0 8px;}

/* ------------- CONCIERTOS--------------------- */
/*TABS*/
.botones-tabs {width:535px; margin:14px 0 5px; padding:10px 0; overflow:hidden; clear:both; border-top:1px dashed silver;}
.botones-tabs .boto {font-family:Georgia, "Times New Roman", Times, serif; float:left; margin:0 0 0 7px; padding:0 0 0 7px; font-size:14px; color:#335c85; border-left:1px solid #335c85;}
.botones-tabs .boto a {font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; color:#335c85; text-decoration:none; line-height:100%;}
.botones-tabs .boto a:hover {text-decoration:underline;}
.botones-tabs .boto-act {font-family:Georgia, "Times New Roman", Times, serif; float:left; margin:0; padding:0; font-size:16px; color:#335c85;}
.botones-tabs .boto-act p {font-family:Georgia, "Times New Roman", Times, serif; margin:-2px 0 0; background:url(../images/flecha.gif) no-repeat left top; text-indent:13px; font-size:16px; color:#335c85; font-weight:bold;}

/*OTROS*/
#ficha table.nf {float:none; width:530px;}
#ficha table.nf td.volver {background:#F7F7F7; font-size:12px;}
.texto div.imagen {
	float:left;
	margin:0 10px 0 0;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	line-height:1.2em;
}
.texto div.imagen img {border:1px solid #8D93C5; margin-bottom:5px;}

/*TABLA PROGRAMA*/
#ficha table.programa {width:530px; float:none; border-collapse:collapse; padding:5px; font-size:11px; font-family:Arial,Verdana,Tahoma; text-align:left;}
#ficha table.programa td {background-color:#F7F7F7; border:1px solid #FFF; border-collapse:collapse; padding:5px; text-align:left; font-family:Arial,Verdana,Tahoma; line-height:normal; color:#4D4D4D;}
#ficha table.programa td.caf {background-color:#E5DED8; color:#726151; font-family:Arial,Verdana,Tahoma; text-align:left;}
#ficha table.programa td.mor {background-color:#EFF1FE; color:#024093; font-family:Arial,Verdana,Tahoma; text-align:left;}
#ficha table.programa td.sn {background-color:#FFF; text-align:center; color:#666;}

#ficha .subir {margin:10px 0; padding:0; font-size:12px; color:#B4997E; text-align:right;}
#ficha .subir a {font-size:12px; color:#B4997E;}
#ficha .subir a:hover {color:#000;}

/*EDICIONES*/
.ediciones {width:530px; clear:both; overflow:hidden; margin:14px 0;}
.area-edic {float:left; margin:0 5px 15px; width:147px; overflow:hidden;}
.area-edic .cartel {margin:0 0 5px;}
.area-edic .cartel img {border:1px solid #C0C0C0;}
.nmr {margin:0;}
.area-edic p.tit-edic {font-size:11px; color:#666; margin:0 0 3px;}
.area-edic .vermas {color:#5264A6; font-size:11px;}
.area-edic .vermas a {color:#5264A6; text-decoration:none;}
.area-edic .vermas a:hover {text-decoration:underline;}




