/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
	background: transparent;
}

fieldset {
	border: none;
}

html {
	height: 100%
}

body {
	min-height: 101%
}

body {
	font: 70%/ 1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	background: #333333;
}

p {line-height:20px;}


/*-----------------------------------
contenedor
-------------------------------------*/
#contenedor {
	width: 920px;
	margin: 0 auto;
}

html>body #contenedor {
	width: 880px;
	margin: 0 auto;
}

/*----------------------------------------
cabecera
----------------------------------------- */
#header {
	width: 920px;
	margin: 0;
	background-color: #000;
	background-image: url(../img/fondo_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	border-bottom: 1px solid #dbdba6;
}

html>body #header {
	width: 880px;
	height: 60px;
}

/*a.logo {width:302px;height:48px;display:inline;float:left;	overflow:hidden;background:url(../img/logo.jpg);text-indent:-9999px;
	margin:8px 0 0px 0px; background-repeat:no-repeat;}*/
a.logo {
	width: 302px;
	height: 48px;
	display: inline;
	float: left;
	margin: 8px 0 0px 0px;
}

#cabecera {
	float: left;
	width: 880px;
	margin: 0;
}

#sms-descarga{float:right;  width:150px; height:50px; margin-top:10px;}

/*-----------------------------------------------
menu
----------------------------------------------*/
#menu_superior {
	height: 30px;
	background: #000000;
	border-bottom: 1px solid #dbdba6;
}

#nav {
	list-style: none;
	position: relative;
	float: right;
	left: 5px;
	top: 5px;
	font-size: 1.1em;
}

#nav li {
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #fff;
	float: left;
}

#nav li a {
	color: #fff;
	padding-left: 7px;
	height: 21px;
	float: left;
	text-decoration: none;
}

#nav li a span {
	height: 100%;
	display: block;
	padding-right: 7px;
	float: left;
	text-decoration: none;
}

#nav li a:hover {
	background: #9F9800;
	cursor: pointer;
	text-decoration: underline;
	color: #FFFFFF;
}

#nav li a:hover span {
	background: #9F9800;
	cursor: pointer;
	color: #FFF;
}

#nav li a.current {
	background: #9F9800;
}

#nav li a.current span {
	background: #9F9800;
	cursor: pointer;
	color: #FFF;
}

#nav .last {
	border-right: none;
}

/*----------------------------------------------
pie
---------------------------------------------*/
#pie {
	float: left;
	position: relative;
	width: 920px;
	height: 50px;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

html>body #pie {
	width: 880px;
}

#pie p {
	padding-top: 0px;
	color: #FFFFFF;
	padding-left: 10px;
}

.copyright {
	float: left;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 10px;
	width: 30%;
}

.menu_ayuda {
	float: right;
	text-align: right;
	color: #FFFFFF;
	padding-bottom: 10px;
	width: 60%;
	margin-top: 20px;
	padding-right: 10px;
}

.menu_ayuda a:link {
	color: #FFFFFF;
}

.menu_ayuda a:visited {
	color: #FFFFFF;
}

.menu_ayuda a:hover {
	color: #9f9800;
}

.menu_ayuda ul li {
	display: inline;
}

/*---------------------------------------
contenido
-----------------------------------------*/
#contenido_portada {
	float: left;
	position: relative;
	background-color: #000;
	margin-top: 0px !important;
	width: 920px;
}

html>body #contenido_portada {
	width: 880px;
}

#contenido {
	float: left;
	position: relative;
	background-color: #000;
	margin-top: 0px !important;
	width: 920px;
}

html>body #contenido {
	width: 880px;
}

#cont_izda {
	float: left;
	position: relative;
	background-color: #000;
	margin-top: 0px !important;
	width: 350px;
	background-image: url(../img/fondo_portada.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
}

#fotokote {
	float: left;
	position: relative;
	background-color: #000;
	margin-top: 0px !important;
	width: 350px;
	padding-left: 10px;
}

#cont_dcha {
	width: 420px;
	float: right;
	margin-right: 0px !important;
	text-align: right;
}

#cont_arriba {
	margin-top: 25px;
	margin-right: 0px !important;
	text-align: center;
	border: 0px solid #fff;
}

#cont_arriba p {color:#FFF; font-weight:bold;}
#cont_abajo {
	background-color: #000;
	margin-top: 0px !important;
	background-image: url(../img/fondo_portada.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 210px;
	border: 0px solid #fff;
}

#texto_presentacion2 {
	float: left;
	position: relative;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 80px;
	margin-left: 30px;
}

#texto_presentacion2 a:link {
	color: #9f9800;
}

#texto_presentacion2 a:visited {
	color: #9f9800;
}

#texto_presentacion2 a:hover {
	color: #FFFFFF;
}

#texto_presentacion2 a:active {
	color: #9f9800;
}

#texto_presentacion {
	float: left;
	position: relative;
	width: 350px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 80px;
	margin-left: 30px;
}

#texto_presentacion a:link {
	color: #9f9800;
}

#texto_presentacion a:visited {
	color: #9f9800;
}

#texto_presentacion a:hover {
	color: #FFFFFF;
}

#texto_presentacion a:active {
	color: #9f9800;
}

#cont_mapaweb {
	float: left;
	position: relative;
	background-color: #000;
	margin-top: 0px !important;
	width: 350px;
	background-image: url(../img/fondo_portada.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 475px;
}

#texto_presentacion3 {
	float: left;
	position: relative;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 0px solid #fff;
	width: 400px;
	margin-top: 80px;
	margin-left: 50px;
}

#texto_presentacion3 a:link {
	color: #9f9800;
}

#texto_presentacion3 a:visited {
	color: #9f9800;
}

#texto_presentacion3 a:hover {
	color: #FFFFFF;
}

#texto_presentacion3 a:active {
	color: #9f9800;
}

#texto_presentacion3 ul {
	border: 0px solid #fff;
	float: left;
	margin-right: 15px;
}

#texto_presentacion3 ul li {
	display: block;
	border: 0px solid #fff;
	margin-right: 30px;
	padding: 0px 10px 0px 10px;
	margin-top: 15px;
	width: 125px;
	font-size: 16px;
}

/*--------------------------------------------
vi�etas
-------------------------------------------------*/
#banners {
	width: 880px;
	float: left;
	position: relative;
	border-top: 1px solid #dbdba6;
	padding-top: 2px;
	padding-bottom: 20px;
}

.banner {
	padding-left: 0px;
	padding-top: 0px;
}

html>body .banner {
	padding-left: 0px;
	padding-top: 5px;
}

.banner li {
	display: inline;
	float: left;
	width: 240px;
	height: 165px;
	padding: 0px;
	margin-left: 20px;
}

.banner ul {
	margin-left: 0px !important;
	margin-top: 0px !important;
}

.banner img {
	border: 2px solid #FFFFFF;
}

/*--------------------------------------------------
menu izquierda
---------------------------------------------------*/
#izquierda {
	width: 192px;
	float: left;
	position: relative;
	background-image: url(../img/fondo_menu4.jpg);
	background-position: right;
	background-repeat: repeat-y;
	height: 555px;
	background-color: #522b1b;
}

html>body #izquierda {
	height: 100%;
	min-height: 555px;
}

#izquierda .titulo {
	color: #f69b1b;
	padding: 0 0 5px 20px;
	margin: 10px 25px 5px 2px;
	font: bold 11px/ 14px Trebuchet MS, Lucida Sans, Tahoma, Lucida Sans,
		Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #f69b1b;
	text-transform: uppercase;
	background: transparent url(../img/arrow-big.gif) no-repeat 2px 0;
	letter-spacing: 0.0em;
	width: 175px;
}

html>body #izquierda .titulo {
	width: 150px;
}

.subnav {
	padding: 4px 0;
	margin: 10px 25px 25px 12px !important;
	width: 185px;
}

html>body .subnav {
	margin: 10px 25px 25px 5px !important;
}

.subnav ul {
	border: 0px solid #ccc;
	padding: 0;
	margin: 5px 0 0px 0 !important;
}

.subnav li {
	border-bottom: 0px solid #ececec;
	list-style: none;
	margin-bottom: 25px;
}

.subnav li a:link,.subnav li a:visited,.subnav li a:active {
	display: inline;
	text-decoration: none;
	padding: 15px 0 0px 5px;
	font-size: 1.0em;
	color: #f69b1b;
	font-weight: bold;
	margin: 0px 0;
}

.subnav a.selected {
	color: #F66013;
	color: #666666;
	padding: 3px 0 3px 21px;
	margin: 1px 0;
}

.subnav ul li {
	display: inline;
	border-bottom: 0px solid #ececec;
	list-style: none;
	margin-right: 3px;
}

.subnav .titular {
	padding: 15px 0 0px 5px;
	font-size: 1.0em;
	color: #f69b1b;
	font-weight: bold;
}

html>body .subnav ul li {
	margin: 0;
	padding-left: 1px;
}

/*--------------------------------------------------------
Galer�as
-----------------------------------------------------------*/
.galerias {
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.galerias .nombre_galeria {	
	margin-top: 15px;
	margin-right: 10px;
}

.galerias .nombre_galeria a {
	color: #f69b1b;
	font-size: 13px !important;
	text-decoration: underline !important;
	font-weight: bold;
}

.galerias .descripcion_galeria {
	color: #fff;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 18px;
}


/*--------------------------------------------------------
contenidos derecha
-----------------------------------------------------------*/
html>body #content {
	position: relative;
	float: left;
	margin: auto;
	padding-left: 10px !important;
	padding-right: 10px;
	margin-top: 10px;
	border: 0px solid #fff;
	width: 645px;
}

#content {
	width: 630px;
}

#content p {
	color: #FFFFFF;
	width: 600px;
}

#content .content_izda {
	border: 0px solid #fff;
	float: left;
	margin-left: 5px;
	width: 255px;
}

#content .content_izda img {
	border: 0px solid #fff;
	float: left;
}

.content_dcha {
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #FFFFFF;
	width: 100%;
	min-height: 395px;
	border: 0px solid #fff;
	float: left;
	position: relative;
}

.content_dcha a {
	color: #a09a05;
	font-weight: bold;
}

#content .content_dcha_datos {
	margin-left: 20px;
	color: #FFFFFF;
	width: 335px;
	height: 395px;
	border: 0px solid #fff;
	float: right;
}

html>body #content .content_dcha_datos {
	width: 360px;
}

#content .content_dcha_datos p {
	width: 335px;
}

html>body #content .content_dcha_datos p {
	width: 360px;
}

#content .content_dcha_datos ul li {
	list-style: none;
	
	line-height:16px;
	
	
}


#content .texto_contenido {
	margin-top: 15px;	
}

#content .texto_contenido ul li{ list-style:none; line-height:20px;}


#content .content_dcha_sesion {
	margin-left: 30px;
	color: #FFFFFF;
	width: 335px;
	height: 395px;
	border: 0px solid #fff;
	float: right;
}

html>body #content .content_dcha_sesion {
	width: 350px;
}

#content .content_dcha_sesion ul li {
	list-style: none;
	display: inline;
	
	
}

#content .content_dcha_sesion ul li a {
	margin: 0px 0px 0 0;
}

#content div .foto_sesion {
	float: left;
	width: 85px;
	margin: 0 15px 10px 0;
}

#content div .sms_bloque1 {
	border: 0px solid #fff;
	margin-bottom: 5px;
}

#content div .sms_bloque2 {
	border: 0px solid #fff;
	margin-top: 5px;
	clear: both;
}

#content div .sms_sesion {
	float: left;
	margin: 0 15px 10px 0;
}

.sms ul {display:inline;}
.sms ul li { list-style:none;}

#content .content_dcha_video {
	margin-left: 30px;
	color: #FFFFFF;
	width: 335px;
	height: 395px;
	border: 0px solid #fff;
	float: right;
}

html>body #content .content_dcha_video {
	width: 350px;
}

#content .content_dcha_video ul li {
	list-style: none;
	display: inline;
}

#content .content_dcha_video ul li a {
	margin: 0px 0px 0 0;
}

#content div .foto_video {
	float: left;
	width: 85px;
	margin: 0 15px 10px 0;
	border: 0px solid #fff;
}

 .descargar-sms {
	margin-top: 10px;
}

 .descargar-sms a {
	background: #990000;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 9px;
	border: 0px solid #fff;
	text-decoration: none;
}

#content .content_dcha_foto {
	margin-left: 20px;
	color: #FFFFFF;
	width: 335px;
	height: 395px;
	border: 0px solid #fff;
	float: right;
}

html>body #content .content_dcha_foto {
	width: 360px;
}

#content .content_dcha_foto ul li {
	list-style: none;
	display: inline;
}

#content .content_dcha_foto ul li a {
	margin: 5px 6px 0 0;
}

#content .clear {
	clear: both;
}

#content .content_inf {
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	border: 0px solid #fff;
	font-size: 12px;
	width: 275px;
}

html>body #content_inf {
	width: 250px;
}

#content .content_inf ul li {
	margin: 10px 4px 10px 4px;
	display: inline;
}

#content .content_inf ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: #a09a05;
	padding: 3px 6px 3px 6px;
}

#content .content_inf ul li a:hover {
	color: #a09a05;
	font-weight: bold;
	text-decoration: none;
	background: #000;
}

#content .content_sms {
	width: 100%;
	margin-left: 20px;
}

#content .content_izda .content_izda_texto {
	float: left;
	width: 250px;
	text-align: center;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	border: 0px solid #fff;
}

#content .content_izda .content_izda_texto a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#content .content_izda .content_izda_texto a:hover {
	color: #a09a05;
}

.seleccion {
	color: #a09a05 !important;
	background: #000 !important;
}

.noticia_resumida {
	margin-bottom: 40px;
}

.menu_migas {
	color: #fff;
	margin: 10px 0px 15px 10px !important;
	font-weight: bold;
}

html>body .menu_migas {
	margin: 0px 0px 15px 5px !important;
}

.menu_migas a {
	color: #a09a05;
}

.menu_migas ul {
	display: inline;
}

.menu_migas ul li {
	display: inline;
}

.objeto_oculto {
	visibility: hidden;
}

.mensaje-eboletin {
	color: #a09a05;
	font-weight: bold;
}

#content .galerias_fotos {
	border: 0px solid #fff;
	width: 635px;
	height: 435px;
	padding: 0 0 0 0;
}

#content .galeria_foto_media {
	border: 0px solid #fff;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	height: 375px;
}

#content .galeria_foto_media img {
	border: 0px solid #fff;
	float: left;
	margin: 0 10px 0 10px;
}

#content .galeria_fotos_pequenas {
	margin-left: 10px;
	color: #FFFFFF;
	width: 100%;
	border: 0px solid #fff;
	float: left;
}

#content .galeria_fotos_pequenas ul li {
	list-style: none;
	display: inline;
}

#content .galeria_fotos_pequenas ul li a {
	margin: 5px 4px 0 0;
}

.fotoZoom {
	text-align: center;
	margin-top: 10px;
}

.fotoZoom img {
	border: 3px solid #fff;
}

.nav_foto {
	width: 400px;
	margin: 6px auto 0 auto;
	height:20px;
}
.foto_anterior {
	font-size: 25px !important;
	color: #c0c0c0;
	float:left;
}

.foto_siguiente {
	font-size: 25px !important;
	color: #c0c0c0;
	float:right;
}
.foto_anterior a:link  {
	color: #f69b1b !important;
	font-size: 25px !important;
	text-decoration: none !important;
	font-weight: bold;
}
.foto_anterior a:visited  {
	color: #f69b1b !important;
	font-size: 25px !important;
	text-decoration: none !important;
	font-weight: bold;
}
.foto_anterior a:active  {
	color: #f69b1b !important;
	font-size: 25px !important;
	text-decoration: none !important;
	font-weight: bold;
}
.foto_anterior a:hover  {
	color: #c0c0c0 !important;
	font-size: 25px !important;
	text-decoration: none !important;
	font-weight: bold;
}
.foto_siguiente a:link  {
	color: #f69b1b !important;
	font-size: 25px !important;
	text-decoration: none !important;
	font-weight: bold;
}
.foto_siguiente a:visited  {
	color: #f69b1b !important;
	font-size: 25px !important;
	text-decoration: none !important;
	font-weight: bold;
}
.foto_siguiente a:active  {
	color: #f69b1b !important;
	font-size: 25px !important;
	text-decoration: none !important;
	font-weight: bold;
}
.foto_siguiente a:hover  {
	color: #c0c0c0 !important;
	font-size: 25px !important;
	text-decoration: none !important;
	font-weight: bold;
}


/*--------------------------------------------------------
fuentes
-----------------------------------------------------------*/
.txt1 {
	font-size: 12px;
	color: #fff;
}

.txt1_n {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.txt1_ns {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

.txt2 {
	font-size: 13px;
	color: #fff;
}

.txt2_n {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.txt2_ns {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	margin-top:10px;
	padding-bottom:10px;
}

.txt3 {
	font-size: 15px;
	color: #fff;
}

.txt3_n {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.txt3_ns {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

.invisible {
	/*visibility: hidden;*/
	display: none;
}



.centrado{text-align:center}
.linea{border:1px dashed #333333; width:500px;  height:10px;}


#gallery {width:650px; }
#gallery ul {list-style:none; padding:0; margin:0;  position:relative; float:left;}
#gallery ul li {display:inline; width:85px;  float:left; margin:10px 0 5px 5px;}
#gallery ul li a {display:block; width:85px;  text-decoration:none; background: #990000;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 9px;
	border: 0px solid #fff;
	text-decoration: none;}
#gallery ul li a img {display:block; width:85px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}

#gallerysesiones {width:650px; }
#gallerysesiones ul {list-style:none; padding:0; margin:0;  position:relative; float:left;}
#gallerysesiones ul li {display:inline; width:85px;  float:left; margin:10px 0 5px 5px;}
#gallerysesiones ul li a {display:block; width:85px;  text-decoration:none; background: #990000;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 9px;
	border: 0px solid #fff;
	text-decoration: none;}
#gallerysesiones ul li a img {display:block; width:85px; border:0;}
#gallerysesiones ul li a:hover {white-space:normal; border-color:#ddd;}

#paginacion{float:left;width:95%;margin-left:2px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;
		margin-top:10px;clear:both;}
		
#paginacion .invisible {display: none;}


#paginacion button { background-color:#a09a05; padding-bottom:4px; border:none; padding-left:2px; padding-right:2px; color:#000; font-weight:bold;}