
/* CSS Document */
*{
	margin:0;
	padding:0;
}
p {
	text-align:justify;
}
img{
	border:0;
}
#centrado{
	width:960px;
	margin:0 auto;
}
#contenedor{
	width:960px;
	float:left;
	background-image:url(assets/bg_sup.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}
#background_bottom{
	width:960px;
	float:left;
	background-image:url(assets/bg_contenedor_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.body_web{
	background-color:#e9e9e7;
	background-image:url(assets/background.jpg);
	background-repeat:repeat-x;
}
#header{
	width:960px;
	height:63px;
	float:left;
}
#logo{
	width:408px;
	float:left;
}
#buscador{
	float:right;
	padding-top:10px;
	padding-right:10px;
}
.input_buscador{
	height:20px;
	border:solid 1px #e5e5e5;
	background-image:url(assets/bg_input_buscador.jpg);
	background-repeat:repeat-x;
}
.boton_buscador{
	border:solid 1px #7d4199;
	background-image:url(assets/bg_boton_buscador.jpg);
	background-repeat:repeat-x;
	color:#fff;
}
#div_contenedor_menu_horizontal{
	width:960px;
	height:40px;
	float:left;
}
#menusup{
	width:960px;
	height:40px;
	background-color:#f8f8f8;
}
#cabecera{
	width:940px;
	/*height:200px;*/
	padding-left:10px;
	padding-right:10px;
	margin-top:13px;
	float:left;
	_float:none;
}
#cabecera_left{
	width:271px;
	height:200px;
	float:left;
	margin-right:13px;
	background-color:#eeeeee;
	background-image:url(assets/bg_cabecera_left.jpg);
	background-repeat:repeat-x;
}
#border_sup_cabecera_left{
	width:271px;
	height:6px;
	background-image:url(assets/border_sup_cabecera_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
#cabecera_left_content{
	width:271px;
	height:138px;
	background-image:url(assets/bg_cabecera_left.jpg);
	background-repeat:repeat-x;
	float:left;
	text-align:center;
	padding-top:50px;
	color:#775c83;
	font-size:20px;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	line-height:30px;
}
#border_bottom_cabecera_left{
	width:271px;
	height:6px;
	background-image:url(assets/border_bottom_cabecera_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
#cabecera_right{
	width:656px;
	height:200px;
	float:left;
}
#border_sup_cabecera_right{
	width:656px;
	height:6px;
	background-image:url(assets/border_sup_cabecera_right.jpg);
	background-repeat:no-repeat;
	float:left;
	overflow-y:hidden;
}
#cabecera_right_content{
	width:651px;
	height:188px;
	background:#fff;
	float:left;
	padding-left:5px;
}
#border_bottom_cabecera_right{
	width:656px;
	height:6px;
	background-image:url(assets/border_bottom_cabecera_right.jpg);
	background-repeat:no-repeat;
	float:left;
}
#div_nav_idioma{
	width:930px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	/*height:17px;*/
	font-size:10px;
	float:left;

}
#div_nav_idioma a{
	color:#5a5b5b;
	text-decoration:none;
}
#div_nav_idioma a:hover{
	color:#7d4199;
}
#div_nav_idioma a.subpaginaActual{
	color:#7d4199;
}
#div_nav{
	float:left;
	width:690px;

}
#div_nav a.navegacion_actual{
	color:#7d4199;
}
#div_nav a.navegacion_actual:hover{
	text-decoration:underline;
}

#div_menu_secundario{
	float:right;
	width:230px;
	text-align:right;
}

#wrapper{
	width:940px;
	padding:20px 0px 5px 0px;
	margin-left:10px;
	margin-right:10px;
	background-color:#fcfdfd;
	background-image:url(assets/bg_wrapper_inside.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
}
#wrapper_inside{
	width:940px;
	min-height:300px;
	float:left;
}
#footer{
	width:940px;
	text-align:center;
	line-height:18px;
	font-size:10px;
	float:left;
	border-top:solid 1px #d9dadc;
	padding-top:10px;
	margin-top:10px;
}
#footer a{
	color:#5a5b5b;
	text-decoration:none;
}
#footer a:hover{
	color:#7d4199;
}
#footer a.subpaginaActual{
	color:#7d4199;
}
#div_home_left{
	width:630px;
	padding-left:15px;
/*	padding-right:25px;*/
	float:left;
	line-height:16px;
}
#div_home_right{
	width:250px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	font-size:11px;
	line-height:14px;
}
.developed{
	color:#5a5b5b;
	text-decoration:none;
	font-size:9px;
}
.developed:hover{
	text-decoration:underline;
}
.link{
	color:#7d4199;
	text-decoration:none;
}
.link:hover{
	text-decoration:underline;
}
.link_big{
	color:#7d4199;
	font-size:16px;
	text-decoration:none;
}
.link_big:hover{
	text-decoration:underline;
}
.text_date{
	color:#7d4199;
	font-size:10px;
}
.title{
	color:#7d4199;
	font-size:16px;
}
.title_medium{
	color:#7d4199;
	font-size:14px;
}
.fondo_banner_home{
	width:184px;
	height:67px;
	padding:6px;
	background-image:url(assets/bg_min_home.jpg);
	background-repeat:no-repeat;
}
.opaco:hover {
	filter: alpha(opacity=60); 
	opacity: .60
} 
tr.banners_text td{
	padding-right:7px;
	padding-left:7px;
}
#div_apartados_left{
	width:185px;
	padding-left:15px;
	float:left;

}
#submenu{
	width:185px;
	float:left;
}
#submenu ul{
	list-style-image:url(assets/bullet.gif);
	margin-left:20px;
}
#submenu ul li{
	padding-bottom:20px;
}
#submenu ul li a{
	color:#333;
	text-decoration:none;
	font-size:12px;
}
#submenu ul li a:hover{
	color:#7d4199;
}
#submenu ul li.paginaActual a{
	color:#7d4199;
	text-decoration:underline;
}
#div_apartados_right{
	width:699px;
	float:right;
	border-left:solid 1px #bdbaba;
	min-height:300px;
	padding-left:20px;
	padding-right:20px;
	line-height:18px;

}
#contenidos_sin_submenu{
	width:900px;
	padding:10px 20px;
}
.lista_mapa{
	list-style-type:none;
	margin-left:20px;
}
.lista_mapa li{
	padding-bottom:10px;
	padding-top:10px;
	list-style-image:url(assets/bullet.gif);
	list-style-position:outside;
	margin-left:30px;
}
.lista_mapa li a{
	text-decoration:none;
	color:#7d4199;
	font-size:14px;
}
.lista_mapa li a:hover{
	text-decoration:underline;
}
.lista_mapa_segundo_nivel li{
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
}
.lista_mapa_segundo_nivel li a{
	font-size:12px;
	color:#333;
}
.lista_mapa_segundo_nivel li a:hover{
	color:#7d4199;
}
#developed{
	width:960px;
	float:left;
	padding-top:5px;
	text-align:right;
}
#developed a{
	color:#666666;
	text-decoration:none;
	font-size:9px;
}
#developed a:hover{
	text-decoration:underline;
}
.lista_contenidos{
	list-style-type:none;
	margin-left:20px;
}
.lista_contenidos li{
	list-style-image:url(assets/bullet2.gif);
	list-style-position:outside;
	margin-left:15px;
	padding-bottom:10px;
}
.lista_contenidos li a{
	color:#7d4199;
	text-decoration:none;
}
.lista_contenidos li a:hover{
	text-decoration:underline;
}
.lista_contenidos li ul{
	padding-top:10px;
	margin-left:10px;
}

.img_contenidos{
	float:right;
	padding-left:15px;
	padding-bottom:10px;
}
.separador{
	width:100%;
	border-bottom:dotted 1px #ccc;
	margin-bottom:25px;
	margin-top:25px;
}
.tabla_estadisticas{
	width:100%;
	border:0;
	font-size:11px;
	text-align:center;
}
.tabla_estadisticas td{
	padding:5px;
	background-color:#f0f0f0;
}
.tabla_estadisticas tr.header_tabla td{
	background-color:#775c83;
	color:#fff;
}
.tabla_estadisticas tr.header2_tabla td{
	background-color:#a192a8;
	color:#fff;
}
.tabla_estadisticas tr.subheader_tabla td{
	background:#dcdcdc;
	color:#7d4199;
}
.tabla_estadisticas td.subheader_left_tabla{
	background:#dcdcdc;
	text-align:left;
	color:#7d4199;
}
.tabla_texto{
	font-size:11px;
}
.tabla_texto td{
	vertical-align:top;
}
.nube_tags{
	width:250px;
	float:left;
	padding:5px;
}
/*TAG CLOUD*/
.tag_element_link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}

.tag_cloud_link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	text-decoration:none;
	margin-left:1px;
	margin-right:1px;
}
.tag_cloud_link:hover
{
	text-decoration:underline;
}
.smallestTag { font-size: 9px;
	margin-left:2px;
	margin-right:2px;
	color:#337d96;
 }
.smallTag { font-size: 12px;
	color:#7a8e55; }
.mediumTag { font-size: 16px;
	color:#c06b19;
}
.largeTag { font-size: 18px;
	color:#67576e; }
.largestTag { font-size: 20px; color:#7a8e55; } 
/*TAG CLOUD*/
#contenedor_login{
	width:400px;
	margin:0 auto;
	padding:30px 0px;
	background-image:url(assets/bg_login.gif);
	background-repeat:no-repeat;
	text-align:left;
}
.input_text_login{
	border:solid 1px #ddd;
	width:200px;}
.button_login{
	border:solid 1px #7d4199;
	background-image:url(assets/bg_boton_buscador.jpg);
	background-repeat:repeat-x;
	color:#fff;
}
.resumen_evento_noticia{
	border:solid 1px #ccc;
	padding:5px;
	float:left;

}
.generate_pdf{
	border:solid 1px #7d4199;
	background-image:url(assets/bg_boton_buscador.jpg);
	background-repeat:repeat-x;
	color:#fff;
}
.text_copyright{
	color:#999999;
	font-size:11px;
}
.img_border{
	border:solid 1px #dcdcdc;
}
.text_indent{
	margin-left:20px;
}