@charset "UTF-8";
/* CSS Document */

body{
	width:900px;
	margin: 0 auto;
	background: #FFFED5 ;

}
.noborde
{
border:0;
	
}
/*index*/
#tabla_programas{
	text-align: left;
	margin-bottom: 30px;
}
.cuerpo_index{
	background: #FFFED5 url("images/fondo.jpg") repeat-y 0;
	
	width:700px;
	height:830px;
}
.pie_index{
	width:700px;
	text-align:center;
}

.cabecera_index{
	height:100px;
	text-align: center;

}.centro_index{
	height:200px;
	width:700px;
}
.texto_index{
	font-size:25px;
	text-align:center;
	color:#666666;
}
.vacio_index{
	height:45px;
}
/*jornada_europa*/

.izquierda{

	width: 250px;
	float:left;
	font-variant: small-caps;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.contenido{
	float:left;
	width:550px;
	padding-left: 40px;
	text-align:justify;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}
#contenido{
	float:left;
	width:550px;
	padding-left: 0px;
	text-align:justify;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}
.cuerpo{

	background: #FFFED5  url("images/fondo.jpg") repeat-y;
	width:900px;
	border: 5px none #efefef;
	
}
.pie{
	
	text-align:center;
	width:900px;
}
.cabecera{
	height:150px;
	text-align: center;

}
.centro{

	height: 300px;
	width:900px;

}
#menu{
		font-weight:bold;
}
a:link {
	color: #584D4D;
	text-decoration:none;
	
}
a:visited {
	color: #584D4D;
	text-decoration:none;
}
/*a.enlaces_pie:link {
	color: #584D4D;
	text-decoration: underline;
	
}
a.enlaces_pie:visited {
	color: #584D4D;
	text-decoration: underline;
}*/

#menu td a.active:link, #menu td a.active:visited, #menu td a.active:active, #menu td a.active:hover {/*clase para cuando un boton está activo*/
	color:#000;
	text-decoration: none;
	border-bottom:solid 3px #990000;
}
a:hover {
	color:red;
	text-decoration:none;
}
#titulo_jornada{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:center;
	font-size:20px;
	padding-left: 250px;
}
#fondo{

	width: 950px;	
	background: url("images/fondo_difuminado.png") repeat-y;
	padding-left: 25px;
}
#fondo_in{

	width: 750px;
	background: url("images/fondo_difuminado_in.png") repeat-y;
	padding-left: 25px;
}
.logo{
	margin-left: 300px;

}
/*inicio*/
.tipo1{	
	color:#FF7C00;
	text-align:right;
	font-weight:bold;
	border:none;
	height:35px;
}
.tipo2{
	text-align:center;
	font-weight:bold;
	border:none;
}
/*presentacion*/
#titulo_presentacion{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align:center;
	font-size:22px;
	font-weight:bold;
}
#cuerpo_presentacion{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align:justify;
	margin-right:20px;
}
/*foto*/
#foto1{
	float: right;
	width: 225px;
	margin: 10px;
	
}
#tabla_foto{
	width:450px ;
	
	
}
#tabla_foto tr td{
	width: 200px;
	

}
.pie_foto{
	text-align: left;
	font-size: 13px;
	color: black;
}
#titulo_foto{
	padding-left: 50px ;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
/*paginacion*/
div.paginate {
	line-height: 23px;
}

div.slider {
	width: 180px;
	height: 22px;
	float: left;
	margin: 2px 5px;
	cursor: pointer;
	background: url('espa/Slider.png') center center no-repeat;
}

div.knob {
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url('espa/Knob.png') no-repeat;
}

div.knob:hover {
	background-position: 0 -22px;
}

span.current {
	font-weight: bold;
}
/****/
.titulo{
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
}
/*nacional*/
.titulo_nac{/*subtitulo nacional*/
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.texto_nac{
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	text-align: justify;
	margin-right: 20px;
}