
/* Común de las páginas */
body {
	font: 95% Gill Sans MT, Gill Sans, GillSans, Verdana, Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif; 
	/* Incluye el dibujo de abajo a la derecha */
	background: #EA9C12 url(../img/lateral_derecha_abajo.gif) right bottom no-repeat;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
}

address {
	margin: 1em 5em 0.2em 3em;
}

/* Los acrónimos y abbrs */
acronym , abbr {
	cursor: help;
}

a:link, a:visited {
	color: #0F238C;
}

a:hover {
	color: #000;
	background-color: #FFD17B;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

div#container {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}


div#content {
	margin: 0 auto;
	width: 88%;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 2%;
	background-color: #fff;
	border-left: 1px solid #778;
	border-right: 2px solid #778;	
	border-bottom: 2px solid #778;
	text-align: left;
}

div#content p, div#content h2, div#content li, div#content dd {
	margin-right: 3%;
}


/* =============== Cabecera ============== */
div#header {
/*	background: #FFFAF0;*/
	background: #fff url(../img/lateral.png) right top no-repeat;
	margin: 0;
	height: 148px;
}

div#headerLogo {
	background: transparent url(../img/lateral-izquierdo.png) left top no-repeat;
	height: 148px;
	margin: 0;
}

#header h1{
	vertical-align: middle;
	text-align: center;
	padding: 5px 0 0 0;
}

* html #header h1{
	padding: 0;
	margin-bottom: -0.5em;
	margin-top: 3px;
}

#header a:hover {
	background-color: transparent;
}



.mainSubtitle {
	color:#fff; 
	text-align:center; 
	margin-top:0; 
	padding:0.2em 1em 0.2em 0; 
	margin-bottom:2em; 
	font-weight: bolder; 
	background-color:#0F238C;
}

h3.mainSubtitle {
	font: 100% Gill Sans MT, Gill Sans, GillSans, Verdana, Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif;
}

.subrallado, .subrayado {
	text-decoration: underline;
}

h1, h2 {
	text-align: center;
	margin: 0;
	padding: 0.5em 0 0 0;
	font-size: x-large;
	color: #0F238C;
}

.imagen {
	clear: both;
	
	padding-top: 1em;
}

.imagen strong a {
	color: #A04F12;
}

.imagen strong a:hover {
	background-color:#d3deec;
}

.invisible {
	display: none;
}

img.contentimg, a:link img.contentimg, a:visited img.programimg, a:visited img.contentimg {
   float: left;
   margin: 0.2em 1em 0 0;
   border: 1px solid #555;
}

.item {
	margin: 1em 0 0 0;
	clear:both;
}

h3 {
	font-family: serif;
	font-weight: normal;
	/*color: #AE0165; -> rojo */
	color: #A04F12;
	background-color: transparent;
	line-height: 1.2em;
	font-size: 150%;
	text-align: left;
	clear: both;
	margin-bottom: 0;
	border-bottom: 1px solid #A04F12;
	margin-right: 2em;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	color: #A04F12;
	text-decoration: none;
}

h3 a:hover {
	color: #000;
}

dl dt {
	font-style: italic;
}

.subtitulo {
	font-size: smaller;
}

/* ================== Pestañas ===================== */

ul#topMenu {
	position: relative;
   clear: both;
	width: 90%;
	margin: 0 auto;
/*	text-align: right;*/
   padding: 0 0 0 0;
	border-bottom: 1px solid #778;	
	font-weight: bolder;
}

/* El Hack de Tan para controlar el ancho de la línea en el IE */
* html ul#topMenu {
	width: auto; /* for IE5 and IE6 in quirks mode */
	margin-left: 7%;
	margin-right: 7%;
}

li#linkActivo, li.tab , li.firstTab {
   list-style: none;
   display: inline;
}

li#linkActivo, li.tab a , li.firstTab a{
   padding: 2px 0.3em 0px 0.3em;
   background: #c8e3ea;
   /*color: #005a9c;*/
   color: #1E90FF;
   border-right: 2px solid #778;
   font-size: 100%;
}

li#linkActivo {
   border-top: 1px solid #778;
   border-left: 1px solid #778;	
   border-bottom: 2px solid #fff;
   border-right: 2px solid #778;	
   background: #fff;
   color: #000;
}

li.tab a , li.firstTab a {
   text-decoration: none;
}


li.tab a.colord:link, li.firstTab a.colord:link {
   background: #d3deec;
	/*color: #1E90FF;*/
	color: #303030;
}

li.tab a.colord:visited, li.firstTab a.colord:visited {
	background: #d3deec;
	color: #303030;
}

li.tab a.colord:hover, li.firstTab a.colord:hover {
	background: #0F238C;
   /*background: #005a9c;*/
	color: #fff;
}

/* Le da un poco de padding para que no aparezca pegado a la izquierda la primera pestaña */
li.firstTab {
	margin-left: 1em;
}

/* ===================== Tablas ==================== */

/* El título (caption) se considera como un h2 al ser representado*/

table {
	margin: 1% 0;
	border: 1px solid #E1E9FF;
	padding: 0.1em;
	width: 95%;
	background: #E1E9FF;
}

td {
	padding: 0.1em;
	border: 1px solid #f8f9db;
	background: #fff;
	font-size: 90%;
}

tbody tr th {
	text-align: left;
	font-size: small;
} 

th.hora {
	width: 6em;
}

th.acto {
	width: 20em;
}

caption {
	margin: 0 0 1em 0;
}

img {
	border: none;
}

tr.descanso, tr.descanso td{
	background-color: #FFE4C4;
}

.precios {
	text-align: right;
	width: 15em;
}

/* ====================== Formularios ====================== */
div.formulario {
	/*border: 1px dotted rgb(102, 102, 102); */
	padding: 0 5%;
	/*background-color: rgb(246, 246, 246);*/
}

div.row {
	clear: both;
	padding-top: 1em;
}

div.row span.label {
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 2%; 
}

span.radioBoton {
	margin-left: 32%;
}

/* Hack para el IE */
* html span.radioBoton {
	margin-left: 30.5%;
}

div.row span.formw span.formwButton{
	float: right;
	width: 65%;
	text-align: left;
} 

span.formw {
	color: #000;
}

fieldset, .marcoDatos {
	background-color: #f6f6f6;
	border: 1px solid #add8e6;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

div.marcoDatos {
	margin-right: 3em;
	margin-left: 1em;
}

legend {
	border: 1px solid #add8e6;
	background-color: #f6f6f6;	
}

.obligatorio {
	color: #dc143c;
}

.rowButton {
	text-align: center;
}

.error {
	color: #dc143c;
}

input.error, textarea.error {
	color: #000;
	background-color: #F5E1D8;
	border: 1px solid #7F9DB9;
}

.boton {
	border: 1px solid #7F9DB9;
	padding: 0.1em 0.5em;
	margin: 0.5em 0.5em;
	text-align: center;
}

.infoLegal {
	font-size: 70%;
}

/* ================== Patrocinadores =============== */
div#patrocinadores {
	width: 9em;
	float: right;
	margin-top: 2em;
}

/* ============== El pie =============== */

.tecInfo, .copyright {
   font-size: 0.8em;
   color: #000;
}

.copyright {
	margin: 0 2em;
}

div#pie {
	clear: both;
	color: #000080;
	padding: 1em 0 1em 0;
	/* Incluye el dibujo de la izquierda de abajo */
	background: url(../img/lateral_izquierda_abajo.gif) left bottom no-repeat;	
	/* Incluye un mínimo de alto para que se vean las imágenes */
	min-height: 150px;
	margin-left: -5%;
	bottom: 0;
}

div#logos hr {
	margin: 4em 10% 1em 10%;
	clear: both;
}

div#pie a, div#pie a:link , div#pie a:visited {
	color: #000083;
}

div#pie a:hover {
	color: #000;
}

div#logos {
	text-align: center;
	margin: 0;
}

div#logos img {
	margin-right: 0.5em;
	margin-bottom: 1em;
	vertical-align: middle; 
}

a.logo:hover {
	background-color: transparent;
}
	
/* =============== El blog =============== */
.navigation {
	display: block;
	text-align: center;
	margin: 1em 2.5em 1em 0.5em;
	width: auto;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

small {
	color: #555;
}

.entrytext{
	width: 50%;
}

/* ================= Menú de localización ================== */
ul.menu {
	position: relative;
	clear: both;
	width: auto;
	margin: 0 auto;
	text-align: center;
	padding: 1em 0 0 0;
	font-weight: bolder;
}

ul.menu li {
	list-style: none;
	display: inline;
}

/* ================= Menú de ponentes ================== */
#indicePonentes {
	width: 65%;
	margin: 0 auto;	
}

/* Hack para el IE */
* html #indicePonentes {
	margin-left: 15%;
	width: 80%;
}

.columnaPonente {
	margin-left: 9%;
	width: 40%;
	float: left;
}

/* Hack para el IE */
* html .columnaPonente {
	margin-left: 5%;
}


.columnaPonenteDerecha {
	position: relative;
	width: 49%;
	float: right;
	padding-bottom: 2em;
}

#indicePonentes li {
	list-style: none;
	font-weight: bolder;
}

/* La fecha de las noticias */
.date {
	color: #404040;
	font-style: italic;
}

/* El párrafo del canal RSS */
p#rss {
	margin-right: 2em;
	text-align: right;
	font-style: italic;
}

/*  Versión inglesa - española */
p.langVersion {
	text-align: right;
	margin-right: 2em;
	margin-top: -1em;
}

p.langVersion a:link, p.langVersion a:visited {
	color: #000083;
}

p.langVersion a:hover, p.langVersion a:active {
	color: #000; 
}


/* ============== El div lateral para la página principal =========== */
div#prensaMenu {
	position: relative; /*background: #F0F7FF;*/
	/*background: #0F238C;*/
	background-color: #d3deec;
	float: right;
	margin: 0 3% 5% 0;
	width: 22%;
	color: #000;
	padding: 0.3em 0.3em 0.3em 0.3em;
	/*overflow: hidden;*/
}

div#prensaMenu li {
	list-style: none;
	padding-bottom: 1em;
	margin-left: -2em;
}

div#noticias {
	width: 70%;
	float: left;
	margin-left: 1em;
	clear: none;
	margin-top: -1.5em;
	padding-top: 0;
}

#logos {
	clear: both;
}

div#fotosMenu {
	background-color: #FFE4B5;
	margin: -0.3em -0.3em -0.3em -0.3em;
	color: #000;
	padding: 0.1em 0.3em 0.1em 0.3em;
	border-bottom: 1em #FFF solid;
}

/* =================== Las noticias y la parte de actualidad ============= */
h3.actualidad {
	border: none;
	text-align: center;
}

ul#prensa  {
	list-style: none;
}

ul#prensa li {
	margin-top: 0.7em;
}

#prensaMenu ul li {
	margin-top: 0;
}

p.miga_pan {
	margin-bottom: -0.5em;
	font-style: italic;
}

ul#prensa li {
	margin-top: 1em;
}

ul#prensa li a{
	margin-left: 2em;	
}

ul#prensa li a.noMargin {
	margin: 0;
}

.aviso {
	color: Red;
	font-size: large;
	background-color: #E1E9FF;
	text-align: center;
}

/* La agenda extendida */
.agenda-autor {
	color: #A04F12;
}

.agenda-hora {
	background: #E1E9FF;	
}

dl.agenda > dt {
	margin-top: 1em;
	color: #000;
}

.restaurantes dt {	
	margin-top: 2em;
	font-weight: bold;
}

.galerias ul li {
	margin-top: 1em; 
	font-size: medium;
	font-weight: bold;
	list-style: circle;
}

p.galerias {
	margin-left: 2em;
}

