
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	background: #FFF url('images/fondo-web.jpg') repeat-x;
}

#container {
	width: 100%;
	margin: 0 auto;
}

/*--------------------------------------------------------------------- LOGOTIPO ---------------------------------------------------------------------*/
#top {
	width: 980px;
	height: 135px;
	margin: 0 auto;
	background: transparent url('images/fondo-top.png') top center no-repeat;
}

#top img {
	border: 0;
	margin: 9px 0 0 20px;
}

/*--------------------------------------------------------------------- CUERPO SOMBREADO -------------------------------------------------------------*/
#main {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	background: url('images/fondo-content.png') repeat-y;
}

/*--------------------------------------------------------------------- CUERPO DE LA WEB -------------------------------------------------------------*/
#main-content {
	width: 939px;
	margin: 0 auto;
}

/*--------------------------------------------------------------------- MENU -------------------------------------------------------------------------*/
#navigation {
	width: 939px;
	height: 59px;
	margin: 0 auto;
	background: url('images/fondo-menu.jpg') no-repeat 0 0;
}

#navigation #nav {
	width: 660px;
	height: 45px;
	float: left;
	list-style-position: outside;
	position: relative;
}

#navigation #nav a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFF;
}

#navigation #nav li {
	list-style-type: none;
	float: left;
	height: 45px;
	line-height: 45px;
	position: relative;
	text-align: center;
}

#navigation #nav li.home {
	width: 61px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat 0 0;
}

#navigation #nav li.home-select {
	width: 61px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat 0 -60px;
}

#navigation #nav li.saudo {
	width: 162px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat 162px 0;
}

#navigation #nav li.saudo-select {
	width: 162px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat -61px -60px;
}

#navigation #nav li.orga {
	width: 112px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat 112px 0;
}

#navigation #nav li.orga-select {
	width: 112px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat -223px -60px;
}

#navigation #nav li.novas {
	width: 68px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat 68px 0;
}

#navigation #nav li.novas-select {
	width: 68px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat -335px -60px;
}

#navigation #nav li.resultados {
	width: 166px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat 166px 0;
}

#navigation #nav li.resultados-select {
	width: 166px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat -403px -60px;
}

#navigation #nav li.contact {
	width: 91px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat 91px 0;
}

#navigation #nav li.contact-select {
	width: 91px;
	height: 45px;
	background: url('images/fondo-menu.jpg') no-repeat -569px -60px;
}

#navigation #nav li.home a:hover, #navigation #nav li.home-select a:hover  { background: url('images/fondo-menu.jpg') no-repeat 0 -60px; }
#navigation #nav li.saudo a:hover, #navigation #nav li.saudo-select a:hover { background: url('images/fondo-menu.jpg') no-repeat -61px -60px; }
#navigation #nav li.orga a:hover, #navigation #nav li.orga-select a:hover { background: url('images/fondo-menu.jpg') no-repeat -223px -60px; }
#navigation #nav li.novas a:hover, #navigation #nav li.novas-select a:hover { background: url('images/fondo-menu.jpg') no-repeat -335px -60px; }
#navigation #nav li.resultados a:hover, #navigation #nav li.resultados-select a:hover { background: url('images/fondo-menu.jpg') no-repeat -403px -60px; }
#navigation #nav li.contact a:hover, #navigation #nav li.contact-select a:hover { background: url('images/fondo-menu.jpg') no-repeat -569px -60px; }

#navigation #nav li ul li {
	float: left;
	position: relative;
	width: 230px;
	height: 38px;
	line-height: 38px;
	text-align: left;
	text-indent: 30px;
	border-top: 1px solid #CCC;
	background: url('images/lista-lateral.gif') no-repeat left;
	background-position: 15px 15px;
}

#navigation #nav li ul li a {
	display: block;
	width: 100%;
}

#navigation #nav li.novas ul li a:hover, #navigation #nav li.novas-select ul li a:hover {
	background: #6ACAF4 url('images/lista-lateral.gif') no-repeat left;
	background-position: 15px 15px;
}

#navigation #nav li ul {
	display: none;
	position: absolute;
	width: 230px;
	background: #808080;
	top: 0;
	left: 0;
	margin-left:-1px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#navigation #nav li>ul { top: auto; left: auto; }
#navigation #nav li:hover ul, #navigation #nav li.over ul { display: block; }

#navigation div.buscador {
	width: 260px;
	height: 45px;
	line-height: 45px;
	float: right;
	text-align: right;
	margin-right: 10px;
}

#navigation div.buscador .field {
	width: 185px;
	padding: 2px;
	border: 1px solid #CCC;
}

/*--------------------------------------------------------------------- BANNER NOTICIAS --------------------------------------------------------------*/
#banner {
	width: 939px;
	height: 240px;
	margin: 0 auto;
	background: #53A7DF;
	border-bottom: 5px solid #0864C7;
}

#banner div.top-new {
	width: 569px;
	height: 240px;
	float: left;
}

#banner div.top-new div.top-new-content {
	width: 530px;
	height: 200px;
	margin: 20px auto auto auto;
}

#banner div.top-new div.top-new-content img {
	float: left;
	border: 0;
	padding: 5px;
	background: #FFF;
	margin-right: 18px;
}

#banner div.top-new div.top-new-content a {
	text-decoration: none;
	color: #FFF;
}

#banner div.top-new div.top-new-content a:hover { text-decoration: underline; }
#banner div.top-new div.top-new-content h1 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#banner div.top-new div.top-new-content p.fecha {
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 8px;	
}

#banner div.top-new div.top-new-content p.texto {
	font-size: 0.8em;
	line-height: 16px;
	margin-top: 3px;
}

#banner div.top-new div.top-new-content p.leer {
	font-size: 0.8em;
	margin-top: 18px;
}

#banner div.last-news {
	width: 370px;
	height: 240px;
	float: right;
	background: url('images/fondo-last-news.jpg') no-repeat;
}

#banner div.last-news h2 {
	float: left;
	font-size: 1.1em;
	margin: 10px 152px 5px 20px;
}

#banner div.last-news div.bts-carrousel { margin-top: 5px; }
#banner div.last-news span.next, #banner div.last-news span.prev { cursor: pointer; }

#banner div.last-news div.lastcontent {
	width: 330px;
	height: 200px;
	margin: 0 auto;
	background: #FFF;
}

#banner div.last-news div.lastcontent ul {
	width: 330px;
	height: 200px;
	margin: 0 auto;
}

#banner div.last-news div.lastcontent ul li {
	width: 315px;
	height: 93px;
	margin: 0 auto;
	/*padding: 8px 0 8px 0;*/
}

#banner div.last-news div.lastcontent ul li img {
	float: left;
	border: 0;
	padding: 3px;
	background: #CCC;
	margin: 8px 10px 0 0;
	/*margin: 0 10px 0 10px;*/
}

#banner div.last-news div.lastcontent ul li p.titulo {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 15px;
	margin-top: 8px;
}

#banner div.last-news div.lastcontent ul li p.titulo a {
	text-decoration: none;
	color: #178BBF;
}

#banner div.last-news div.lastcontent ul li p.titulo a:hover { text-decoration: underline; }
#banner div.last-news div.lastcontent ul li p.fecha {
	font-weight: bold;
	font-size: 0.7em;
	margin-top: 4px;
}

/*--------------------------------------------------------------------- CONTENIDO DE LA WEB ----------------------------------------------------------*/
#content {
	width: 937px;
	min-height: 200px;
	margin: 0 auto;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

#content p {
	font-size: 0.9em;
	text-align: justify;
	line-height: 20px;
	margin: 10px 0 10px 0;
}

/*--------------------------------------------------------------------- BREADCRUMB -------------------------------------------------------------------*/
#content #breadcrumb {
	width: 937px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: #FFF url('images/sombra-content.jpg') bottom no-repeat;
}

#content #breadcrumb h1 {
	font-size: 1.6em;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content #breadcrumb h1 img {
	vertical-align: middle;
	margin: -4px 5px 0 0;
}

#content #breadcrumb h1 a {
	text-decoration: none;
	color: #666;
}

#content #breadcrumb h1 a:hover { text-decoration: underline; }

/*--------------------------------------------------------------------- CONTENIDO (DIV INTERIOR) -----------------------------------------------------*/
#content #content-main {
	width: 907px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/*--------------------------------------------------------------------- INICIO -------------------------------------------------------------------*/
#content img.img-inicio { margin: 10px 0 20px 0; }
#content div.separa-inicio {
	/*width: 907px;
	margin: 20px auto 20px auto;
	border-top: 1px solid #E0E0E0;*/
	width: 907px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	background: #FFF url('images/sombra-content.jpg') bottom no-repeat;
}

#content div.columna-inicio {
	width: 452px;
	float: left;
	border-right: 1px solid #E0E0E0;
}

#content div.columna-inicio2 {
	width: 452px;
	float: right;
}

#content div.columna-inicio h2 {
	color: #53A7DF;
	font-size: 1.3em;
}

#content div.columna-inicio2 h2 {
	color: #53A7DF;
	font-size: 1.3em;
	margin-left: 10px;
}

#content div.columna-inicio p { margin-right: 10px; }
#content div.columna-inicio2 p { margin-left: 10px; }
#content div.columna-inicio2 ul { padding-left: 10px; text-align: left; }
#content div.columna-inicio ul li, #content div.columna-inicio2 ul li { padding: 2px 0 2px 0; }
#content div.columna-inicio ul li a, #content div.columna-inicio2 ul li a { color: #178BBF; text-decoration: none; }
#content div.columna-inicio ul li a:hover, #content div.columna-inicio2 ul li a:hover { text-decoration: underline; }

#content #player {
	width: 907px;
	margin: 20px auto auto auto;
}

#content #player h2 {
	color: #53A7DF;
	font-size: 1.3em;
	border-bottom: 1px solid #E0E0E0;
}

#content #player h2 img {
	vertical-align: middle;
	margin-right: 5px;
}

#content div.video1 {
	width: 433px;
	height: 334px;
	margin: 10px 20px auto 10px;
	float: left;
	background: url(images/fondo-video.jpg) no-repeat;
}

#content div.video2 {
	width: 433px;
	height: 334px;
	margin: 10px auto auto auto;
	float: left;
	background: url(images/fondo-video.jpg) no-repeat;
}

#content div.video1 .video-left {
	float: left;
	margin: 8px 0 0 8px;
}

#content div.video2 .video-right {
	float: left;
	margin: 8px 0 0 8px;	
}

#content div.cuadro-sombra {
	width: 295px;
	height: 100px;
	margin: 15px 3px 0 3px;
	float: left;
	background: #FFF url('images/shadow-inicio.png') top no-repeat;
}

#content div.cuadro-sombra div.enl-afiliate {
	width: 295px;
	height: 65px;
	margin: 15px auto auto auto;
	background: url('images/icon-afiliate.jpg') no-repeat;
}

#content div.cuadro-sombra div.enl-contact {
	width: 295px;
	height: 65px;
	margin: 15px auto auto auto;
	background: url('images/icon-contact.jpg') no-repeat;
}

#content div.cuadro-sombra div.enl-enlaces {
	width: 295px;
	height: 65px;
	margin: 15px auto auto auto;
	background: url('images/icon-enlaces.jpg') no-repeat;
}

#content div.cuadro-sombra div.enl-afiliate a, #content div.cuadro-sombra div.enl-contact a, #content div.cuadro-sombra div.enl-enlaces a {
	display: block;
	width: 100%;
	height: 100%;
}

#content div.cuadro-sombra div.enl-afiliate a:hover { background: url('images/icon-afiliate-hover.jpg') no-repeat; }
#content div.cuadro-sombra div.enl-contact a:hover { background: url('images/icon-contact-hover.jpg') no-repeat; }
#content div.cuadro-sombra div.enl-enlaces a:hover { background: url('images/icon-enlaces-hover.jpg') no-repeat; }
#content div.cuadro-sombra div.enl-afiliate span, #content div.cuadro-sombra div.enl-contact span, #content div.cuadro-sombra div.enl-enlaces span { display: none; }

/*--------------------------------------------------------------------- SALUDO -----------------------------------------------------------------------*/
#content-main img.img-saudo {
	float: left;
	padding: 7px;
	background: #FFF;
	margin-right: 15px;
	border-right: 1px solid #868A8F;
	border-bottom: 1px solid #868A8F;
	border-left: 1px solid #EFEAE0;
	border-top: 1px solid #EFEAE0;	
}

/*--------------------------------------------------------------------- ORGANIGRAMA ------------------------------------------------------------------*/
#content-main h2.orga-h2 {
	color: #53A7DF;
	font-size: 1.3em;
}

#content-main h3.orga-h3 {
	color: #666;
	margin: 7px 0 0 20px;
}

#content-main ul.orga-ul {
	font-size: 0.9em;
	font-weight: bold;
	color: #0864C7;
	margin: 5px 0 20px 50px;
	list-style-type: square;
}

#content-main ul.orga-ul li { padding: 0; line-height: normal; }

#content-main table.orga {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	border-collapse: collapse;
}

#content-main table.voc {
	width: 900px;
	margin: 60px auto auto auto;
	text-align: center;
	border-collapse: collapse;
}

#content-main table.orga td p, #content-main table.voc td p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content-main table.orga td, #content-main table.voc td { 
	width: 300px;
	text-align: center;
}

#content-main table.orga td p.info { height: 42px; }

#content-main table.orga td img.foto, #content-main table.voc td img.foto {
	border: 0;
	padding: 5px;
	margin: 7px 0 7px 0;
	border-right: 1px solid #868A8F;
	border-bottom: 1px solid #868A8F;
	border-left: 1px solid #EFEAE0;
	border-top: 1px solid #EFEAE0;	
}

#content-main table.orga td span, #content-main table.voc td span {
	font-weight: bold;
	font-style: italic;
}

#content-main table.voc td div.info {
	height: 42px;
	font-size: 0.9em;
	margin-top: 5px;
}

#content-main table.voc td div.nombre {
	height: 42px;
	font-size: 0.9em;
}

/*--------------------------------------------------------------------- CONTACTAR ------------------------------------------------------------------*/
#content-main div.info-contact {
	width: 907px;
	padding: 6px 0 6px 0;
	border: 1px solid #53A7DF;
	background: #F4FAFF;
	margin: 0 auto;
	text-align: center;
}

#content-main div.info-contact p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content-main div.contact {
	width: 398px;
	height: 500px;
	float: left;
	margin-top: 20px;
	background: url('images/fondo-contact.jpg') no-repeat;
}

#content-main div.contact div.form-contact {
	width: 350px;
	margin: 0 auto;
	padding-top: 100px;
}

#content-main div.contact div.form-contact label {
	font-size: 0.9em;
	font-weight: bold;
}

#content-main div.contact div.form-contact .inputs {
	width: 340px;
	padding: 3px;
	margin: 3px 0 12px 0;
	border: 1px solid #CCC;
}

#content-main div.contact div.form-contact textarea {
	width: 340px;
	height: 150px;
	margin-top: 3px;
	padding: 3px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#content-main div.contact div.form-contact div.centrar {
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}

#content-main div.mapa {
	width: 460px;
	float: right;
	padding: 10px;
	margin-top: 24px;
	border: 1px solid #eeeeee;
}

#content-main div.mapa p {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 3px 0 3px 0;
	background: #61B2E9;
}

#content-main div.mapa p a { color: #FFF; }
#content-main div.mapa p a:hover { text-decoration: none; }
#content-main div.error {
	width: 907px;
	color: #990000;
	font-size: 0.9em;
	padding: 6px 0 6px 0;
	background: #F4B8B5;
	border: 1px solid #C94042;
	margin: 15px auto auto auto;
	text-align: center;
}

#content-main div.ok {
	width: 907px;
	color: #990000;
	font-size: 0.9em;
	padding: 6px 0 6px 0;
	background: #AEE893;
	color: #006600;
	border: 1px solid #8EC46C;
	margin: 15px auto auto auto;
	text-align: center;
}
/*--------------------------------------------------------------------- AFILIATE ----------------------------------------------------------------*/
#content-main ul.ul-afilia {
	font-size: 0.9em;
	list-style-type: square;
	margin: 0 0 25px 25px;
	text-align: justify;
}

#content-main ul.ul-afilia li { padding: 3px 0 3px 0; }
#content-main h2.afilia-h2 {
	margin-top: 40px;
	font-size: 1.3em;
	color: #53A7DF;
}

#content-main table.afilia {
	width: 907px;
	margin: 0 auto;
	border-collapse: collapse;	
}

#content-main table.afilia td { padding: 10px 6px 10px 6px; }
#content-main table.afilia td h2 { font-size: 1.2em; }
#content-main table.afilia td h2 a {
	text-decoration: none;
	color: #178BBF;
}

#content-main table.afilia td h2 a:hover { text-decoration: underline; }
#content-main table.afilia td p {
	margin: 0;
	padding: 0;
}

#content-main table.afilia td img {
	border: 0;
	vertical-align: middle;
}

/*--------------------------------------------------------------------- MAPA WEB ----------------------------------------------------------------*/
#content-main h1.mapa-h1 {
	font-size: 1.4em;
	color: #53A7DF;
}

#content-main ul.ul-mapa {
	width: 907px;
	margin: 5px 0 0 10px;
	text-align: left;
	font-size: 0.9em;
	padding: 0;
	background: url('images/linea_vert.gif') left repeat-y;
}

#content-main ul.ul-mapa li {
	list-style-type: none;
	padding: 5px 0 5px 25px;
	line-height: normal;
	background: url('images/linea.gif') no-repeat left top;
}

#content-main ul.ul-mapa li.fin, #content-main ul.ul-mapa li ul li.fin {
	list-style-type: none;
	padding: 5px 0 5px 25px;
	line-height: normal;
	background: url('images/linea_fin2.gif') repeat-y left top;
}

#content-main ul.ul-mapa li ul { margin-left: 4px; padding-top: 5px; }
#content-main ul.ul-mapa li a {
	text-decoration: none;
	margin-left: 6px;
	color: #666;
}

#content-main ul.ul-mapa li a:hover { color: #178BBF; text-decoration: underline; }

/*--------------------------------------------------------------------- NOVAS ----------------------------------------------------------------*/
#content-main ul.tipo-ul {
	font-size: 0.9em;
	margin-left: 25px;
}

#content-main ul.tipo-ul li {
	list-style-type: square;
	padding: 3px 0 3px 0;
}

#content-main ul.tipo-ul li a {
	color: #178BBF;
	text-decoration: none;
}

#content-main ul.tipo-ul li a:hover { text-decoration: underline; }

#content-main table.tb-news {
	width: 907px;
	margin: -10px auto auto auto;
	border-collapse: collapse;
}

#content-main table.tb-news td img {
	float: left;
	padding: 5px;
	background: #FFF;
	margin: 20px 10px 10px 0;
	border-right: 1px solid #868A8F;
	border-bottom: 1px solid #868A8F;
	border-left: 1px solid #EFEAE0;
	border-top: 1px solid #EFEAE0;
}

#content-main table.tb-news td {
	padding-bottom: 10px;
	border-bottom: 1px solid #DADADA;
	vertical-align: middle;
}

#content-main table.tb-news td h1 { font-size: 1.2em; margin-top: 20px; }
#content-main table.tb-news td h1 a {
	color: #178BBF;
	text-decoration: none;
}

#content-main table.tb-news td h1 a:hover { text-decoration: underline; }
#content-main table.tb-news td p.fecha {
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: bold;
	font-size: 0.8em;
}

#content-main table.tb-news td p.texto {
	padding: 0;
	margin: 5px 0 0 0;
}

#content-main p span.destaca {
	font-size: 1.4em;
	font-weight: bold;
}

/*--------------------------------------------------------------------- FICHA NOVA -------------------------------------------------------------------*/
#content-main h1.nova-h1 {
	font-size: 1.4em;
	color: #53A7DF;
}

#content-main img.img-not {
	float: left;
	padding: 5px;
	background: #FFF;
	margin: 0 10px 10px 0;
	border-right: 1px solid #868A8F;
	border-bottom: 1px solid #868A8F;
	border-left: 1px solid #EFEAE0;
	border-top: 1px solid #EFEAE0;
}

#content-main p.fecha {
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: bold;
	font-size: 0.8em;
}

#content-main h2.adjunto-h2 {
	font-size: 1.3em;
	margin-top: 25px;
}

#content-main h2.adjunto-h2 img {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

#content-main div.imgs-noticias {
	width: 907px;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
}

#content-main div.imgs-noticias img {
	padding: 5px;
	background: #FFF;
	margin: 0 10px 0 10px;
	border-right: 1px solid #868A8F;
	border-bottom: 1px solid #868A8F;
	border-left: 1px solid #EFEAE0;
	border-top: 1px solid #EFEAE0;
}

#content-main ul {
	font-size: 0.9em;
	text-align: justify;
	margin-left: 25px;
}

#content-main ul li {
	padding: 5px 0 5px 0;
	line-height: 20px;
}

/*--------------------------------------------------------------------- RESULTADOS ELECTORAIS --------------------------------------------------------*/
#content-main h1.elecc-h1 {
	font-size: 1.3em;
	color: #666;
	margin-top: 15px;
}

#content-main h1.elecc-h1 img {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

#content-main ul.elecc-ul {
	width: 907px;
	margin: 5px auto auto 15px;
	font-size: 0.9em;
}

#content-main ul.elecc-ul li {
	list-style-type: none;
	padding: 6px 0 6px 15px;
	line-height: normal;
	background: url('images/lista-lateral.gif') left no-repeat;
}

#content-main ul.elecc-ul li a {
	color: #178BBF;
	text-decoration: none;
}

#content-main ul.elecc-ul li a:hover { text-decoration: underline; }

/*--------------------------------------------------------------------- PIE DE LA WEB ----------------------------------------------------------------*/
#footer {
	width: 939px;
	height: 80px;
	clear: both;
	background: #666;
	margin: 0 auto;
	bottom: 0;
}

#footer div.rss {
	width: 90px;
	float: left;
	margin: 14px 0 0 15px;
	border-right: 1px solid #999;
}

#footer div.redes {
	width: 110px;
	float: left;
	margin: 14px 0 0 15px;
	border-right: 1px solid #999;
}

#footer div.rss h3, #footer div.redes h3 {
	color: #FFF;
	margin-bottom: 5px;
	float: left;
	font-size: 0.9em;
}

#footer div.rss div.suscribir {
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 8px;
	background: url('images/rss-normal.png') no-repeat;
}

#footer div.redes div.red {
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 8px;
	background: url('images/face-normal.png') no-repeat;
}

#footer div.rss div.suscribir span, #footer div.redes div.red span { display: none; }
#footer div.rss div.suscribir a, #footer div.redes div.red a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer div.rss div.suscribir a:hover { background: url('images/rss-hover.png') no-repeat; }
#footer div.redes div.red a:hover { background: url('images/face-hover.png') no-repeat; }

#footer div.info-footer {
	width: 685px;
	float: right;
	margin: 13px 15px 0 0;
}

#footer div.info-footer div.w3c {
	width: 140px;
	margin: -19px 0 0 5px;
}

#footer div.info-footer div.w3c img {
	border: 0;
	margin-right: 5px;
}

#footer p {
	text-align: right;
	font-size: 0.77em;
	line-height: 17px;
	color: #FFF;
}

#footer p a {
	text-decoration: none;
	color: #5FCEFF;
	/*color: #9ECEFF;*/
}

#footer p a:hover { text-decoration: underline; }

/*--------------------------------------------------------------------- AVISO LEGAL ---------------------------------------------------------------*/
#content-main p.links-aviso {
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
}

#content-main p.links-aviso a {
	color: #178BBF;
	font-weight: bold;
	text-decoration: none;
}

#content-main p.links-aviso a:hover { text-decoration: underline; }
#content-main p span.negrita { font-weight: bold; }
#content-main p a {
	color: #178BBF;
	font-weight: bold;
}

#content-main p a:hover { text-decoration: none; }
#content-main h2.aviso-h2 {
	font-size: 1.3em;
	color: #53A7EA;
	margin-top: 30px;
}

#content-main h3.aviso-h3 {
	color: #666;
	margin-top: 22px;
}

/*--------------------------------------------------------------------- PAGINACIÓN ----------------------------------------------------------------*/
div.paginacion {
	padding: 3px;
	margin: 15px 3px 3px 3px;
	text-align:center;
}

div.paginacion a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #036CB4;
}

div.paginacion a:hover, div.paginacion a:active {
	border: 1px solid #999;
	color: #666;
}

div.paginacion .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #036CB4;
	font-weight: bold;
	background-color: #036CB4;
	color: #FFF;
}

div.paginacion .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

div.resultados {
	width: 907px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

/*--------------------------------------------------------------------- CONSTRUCCION --------------------------------------------------------------*/
div.constuccion {
	width: 740px;
	margin: 0 auto;
	padding-top: 40px;
}

div.constuccion img { margin-bottom: 10px; }
div.constuccion p {
	font-size: 0.9em;
	text-align: justify;
	margin-top: 8px;
	font-weight: bold;
}
