/* Globales
-----------------------------------------------------------------------------*/

@import url("../js/SpryAssets/SpryMenuBarVertical3.css");

body{
	background-image:url(../images/bk_general.jpg);
	font-family: "Trebuchet MS";
	font-size: 	85.7%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table{
	border-collapse: collapse;
	text-align:left;
}

td, th{
	padding:0px;
	border:0px;
}


img{ 
	border: none;
	display:block;
}	

.regla{
	border-top: 1px solid #75B2CE;
	height:1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

	/*PNG rendering support for IE6*/
img, div, a, input { behavior: url(js/png/iepngfix.htc) }


a {
	color: #046b9b;
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 114.3%;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #edf1f3;
	margin:0;
	padding:0;
}

/*barra de links superiores*/
.nav_superior{
	background-image:url(../images/fondo_navegacionsuperior.jpg);
}

.nav_sup_smb_izq{
	background-image:url(../images/sombraizquierda_navegacionsuperior.jpg);
}
.nav_sup_smb_der{
	background-image:url(../images/sombraderecha_navegacionsuperior.jpg);
}

/*cabezote*/
.cabezote{
	background:url(../images/fondo_cabezote.jpg) no-repeat;
	height:177px;
	width:100%;
}

.texto_cabezote {
	font-family: "Trebuchet MS";
	font-size: 	71.4%;
	color: #fafcfd;
	line-height:11px;
}

.cabezote_smb_izq{
	background-image:url(../images/sombraizquierda_cebezote.jpg);
}

.cabezote_smb_der{
	background-image:url(../images/sombraderecha_cebezote.jpg);
}

/*caja de busquedas*/
.search {
	font-family: "Trebuchet MS";
	font-size: 71.4%;
	width: 117px;
	border: #8dcce3 1px solid;
	margin-left:5px;	
}

/*menu programas*/
.menu_s_smb_izq{
	background-image:url(../images/sombraizq_navsup2.jpg);
}

.menu_s_smb_der{
	background-image:url(../images/sombrader_navsup2.jpg);
}

.menu_s{
	background-image:url(../images/bk_navsup2.jpg);
	vertical-align:middle;
	height:45px;
}

/*contenido lateral izquierdo*/
.lateral_izquierdo{
	background-color:#93d5d2;
	vertical-align:top;
	width:199px;
}

/*menu lateral izquierdo*/

.menu_li_sup{
	background-image:url(../images/images3/sombra_nav_vertical3.jpg);
	height:7px;
}

.menu_li_inf{
	background:url(../images/images3/remate_nav_vertical3.jpg);
	height:7px;
}

#MenuBar ul li {
	width: 180px;
}
/*#MenuBar ul {
	width: auto;
}*/

/*casilla eventos*/
.eventos{
	background: url(../images/images3/cabezote_eventos3.jpg);
	padding-left:26px;
	height:32px;
	vertical-align:middle;
}

.eventos_smb{
	background: url(../images/images3/sombrames_eventos3.jpg);
}

.eventos_bkg{
	background: url(../images/images3/bk_calendario3.jpg);
}

.eventos_inf{
	background: url(../images/images3/remate_calendario3.jpg);
	height:9px;
}

.mescalendario {
	font-family: "Trebuchet MS";
	font-size: 85.7%;
	color: #ebeeef;
	text-align:center;
}

.calendario {
	font-family: "Trebuchet MS";
	font-size: 71.4%;
	color: #27403a;
	background-color:#ededed;
	text-align:center;
	vertical-align:middle;
}

.calendario a{
	text-decoration:underline;
}

.calendario_sel, .calendario_dia_sel {
	font-family: "Trebuchet MS";
	font-size: 71.4%;
	background-color: #989898;
	color: #FFFFFF;
	text-align:center;
}

.calendario_dia_sel{
	font-size: 100%;
	background-color: #C1E0FF;
	color: #000;
}

/*casilla zona inftl*/
.zona_inftl{
	background: url(../images/images3/zona_inf_cab3.jpg);
	padding-left:26px;
	height:32px;
	vertical-align:middle;
}

/*secciones*/
.titulo_secciones{
	background: url(../images/images3/cabezotenovedades3.jpg);
	padding-left:13px;
	height:32px;
	vertical-align:middle;
}

.titulo_sec_smb{
	background: url(../images/sombranovedades.jpg);
	height:6px;
}

/*listado de articulos*/

.listart{
	/*boundaries - everything part of the article preview goes inside this*/
	margin-top:10px;
}

.listart_body{
	/*contains listart_img and listart_resumen, creates separation between title and body*/
	margin-top:25px;
}

.listart_img{
	float:left;
}

.listart_resumen{
	/*whatever you want - actually not used*/
	margin-bottom:10px;
}


/*cuerpo de textos*/

.textonoticias{
	font-family:"Trebuchet MS";
	font-size:85.7%;
	color:#778A93;	
	line-height:15px;
	text-align:justify;
}
.textonoticias table {
	border:1px solid #8DCCE3;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
.textonoticias table th {
	background-color:#8DCCE3;
	color:#FFFFFF;
	border:1px solid #8DCCE3;
	padding:5px;
	text-align:center;
}
.textonoticias table td {
	background-color:#FFFFFF;
	border:1px solid #8DCCE3;
	padding:5px;
}

.textonoticias .layouttable, .textonoticias .layouttable td {
	background-color:#EBEEEF;
	border:medium none;
	border-collapse:collapse;
	margin:0;
	padding:3px;
	text-align:left;
}

.textonoticias input, .textonoticias select, .textonoticias textarea, input, select, textarea{
	border:1px solid #999999;
	font-family:"Trebuchet MS";
	font-size:95%;
}

.textonoticias a:link, .textonoticias a:visited  {
	color:#046B9B;
	/*font-weight: bold;*/
	text-decoration: underline;
}

.textonoticias a:hover  {
	color:#0886C1;
	text-decoration: underline;
}

/*HTML headings, titulos*/

.textonoticias h2{
	text-decoration: none;
	font-weight: bold;
	font-size: 145%;
	color: #309aa1;
}

.textonoticias h2 a, .textonoticias h2 a:link, .textonoticias h2 a:visited, .textonoticias h2 a:active{
	color: #309aa1;
	text-decoration: none;
}

.textonoticias h2 a:hover  {
	color: #309aa1;
	text-decoration: underline;
}

.textonoticias h3 {
	font-size:125%;
	font-weight: bold;
	color: #309aa1;
}

.textonoticias h3 a:link, .textonoticias h3 a:visited  {
	color: #309aa1;
}

.textonoticias h3 a:hover  {
	color: #309aa1;
	text-decoration: underline;
}

.textonoticias h4 {
	font-size: 110%;
	font-weight: bold;
	color: #309aa1;
}

.textonoticias h5 {
	font-size: 90%;
	font-weight: bold;
	color: #309aa1;
}

.textonoticias h6 {
	font-size: 75%;
	font-weight: bold;
	color: #309aa1;
}

/*mas informacion*/

.minfo_fondo{
	border-bottom: 1px solid #309aa1;
	height:16px;
	clear:both;
}

.minfo_texto{
	float:right;
	background:url(../images/images3/masinfo3.png) no-repeat ;
	text-align:center;
	padding-top:2px;
	width:70px;
	height:16px;
	margin-right:2px;
	font-family: "Trebuchet MS";
	font-size: 78.6%;
	color: #deeff8;
}

.minfo_texto a:link, .minfo_texto a:visited  {
	color: #deeff8;
	text-decoration: none;
}

.minfo_texto a:hover  {
	color: #deeff8;
	text-decoration: underline;
}

.minfo_fecha{
	float:right;
	font-size:92.9%;
	margin-right:4px;
	padding-top:2px;
}

/*paginación*/

.paginacion{
	color:#778A93;
	width: auto;
	margin-right:10px;
	margin-top:7px;
	text-align:right;
}

.paginacion a:link, .paginacion a:visited  {
	color:#046B9B;
	text-decoration: underline;
}

.paginacion a:hover  {
	color:#0886C1;
	text-decoration: none;
}

.paginacion .pactual{
	background:#8DCCE3;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 4px 2px 4px;
}


/*fecha de publicación*/

.fecha_publicacion{
	font-size:90%;
	margin-top:-5px;
}

/*imágenes en artículos*/

/**/
.artfotodesc{
	font-size: 80%;
	background:#FFFFFF;
	border: #778a93 solid 1px;
	padding:7px;	
}

/**/

.artfotodesc_def_centro{ /*default*/
	width:400px; 
}

.artfotodesc_def_centro img{
	width:400px;
	height:300px;
}

.artfotodesc_sup{
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:20px;
	display:block;
}

.artfotodesc_inf{
	margin-left:auto; 
	margin-right:auto;
	margin-top:20px;
	display:block;
	clear:both;
}

/**/

.artfotodesc_def_izquierdo{
	width:317px; 
}

.artfotodesc_def_izquierdo img{
	width:317px;
	height:237px;
}


.artfotodesc_izq{
	margin-right:7px; 
	margin-bottom:5px; 
	float:left;
}

/**/

/*lista de adjuntos*/

.listaadjuntos li{
	list-style:none; 
	margin-bottom:3px;
}

.listaadjuntos img{
	margin-right:5px; 
	display:inline; 
	vertical-align:bottom
}

/*edicion de articulo*/

.editarart{
	margin-top:5px;
}

.editarart img{
	width:16px;
	height:16px;
	float:left;
}

.fechanoticias {
	font-family: "Trebuchet MS";
	font-size:78.6%;
	color: #778a93;
}

/*.noticias_regla{
	background: url(../images/div-new.jpg) repeat-x;
	height:1px;
}*/

/*.masnoticias {
	font-family: "Trebuchet MS";
	font-size: 85.7%;
	font-weight: bold;
	color: #60a7cb;
	text-align:right;
}

.masnoticias a:link, .masnoticias a:visited  {
	color: #60a7cb;
	text-decoration: none;
}

.masnoticias a:hover  {
	color: #60a7cb;
	text-decoration: underline;
}*/

/*borrar

.textonoticias2 {
	font-family: "Trebuchet MS";
	font-size: 85.7%;
	color: #778a93;
	line-height: 13px;
	text-align:center;
}

.textonoticias2 a:link, .textonoticias2 a:visited  {
	color: #596064;
	font-weight: bold;
	text-decoration: none;
}

.textonoticias2 a:hover  {
	color: #778a93;
	text-decoration: underline;
}*/


/*menu lateral derecho*/

.menu_ld_sup{
	background: url(../images/images3/curvasuperior_nav_derecha3.jpg) no-repeat;
	height:8px;
}

.menu_ld_inf{
	background: url(../images/images3/curvainferior_nav_derecha3.jpg) no-repeat;
	height:8px;
}

.menu_ld_opt_1{
	background: url(../images/images3/navder_item1_3.jpg) no-repeat;
}

.menu_ld_opt_2{
	background: url(../images/images3/navder_item2_3.jpg) no-repeat;
}

.menu_ld_opt_3{
	background: url(../images/images3/navder_item3_3.jpg) no-repeat;
}

.menu_ld_opt_4{
	background: url(../images/images3/navder_item4_3.jpg) no-repeat;
}

.menu_ld_opt_5{
	background: url(../images/images3/navder_item5_3.jpg) no-repeat;
}

.menu_ld_opt_6{
	background: url(../images/images3/navder_item6_3.jpg) no-repeat;
}

.menu_ld_opt_7{
	background: url(../images/images3/navder_item7_3.jpg) no-repeat;
}

.menu_ld_opt_8{
	background: url(../images/images3/navder_item8_3.jpg) no-repeat;
}

.menu_ld_opt_9{
	background: url(../images/images3/navder_item9_3.jpg) no-repeat;
}

/*ultimas publicaciones*/
.ultimaspublicaciones{
	background: url(../images/images3/ultimas_publicaciones3.jpg) no-repeat;
	width: 285px;
	vertical-align:top;
}

/*ultimas convocatorias*/
.ultimasconvocatorias{
	background: url(../images/images3/ultimas_convocatotias3.jpg) no-repeat;
	width: 285px;
	vertical-align:top;
}

.ultimas_x_smb{
	background: url(../images/images3/sombrainferior_convocatorias3.jpg) repeat-x;
	height:9px;
}

.titulo_ultimaspublicaciones, .titulo_ultimaspublicaciones a:link, .titulo_ultimaspublicaciones a:hover, .titulo_ultimaspublicaciones a:visited{
	font-family: "Trebuchet MS";
	font-size:135%;
	font-weight: bold;
	color:#FFFFFF;
	line-height:22px;
}


.titulo_ultimasconvocatorias, .titulo_ultimasconvocatorias a:link, .titulo_ultimasconvocatorias a:hover, .titulo_ultimasconvocatorias a:visited{
	font-family: "Trebuchet MS";
	font-size:135%;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 22px;
}

.footer {
	font-family: "Trebuchet MS";
	font-size:67%;
	color: #ebeeef;
}

.footer1 {
	font-family: "Trebuchet MS";
	font-size:100%;
	color: #ebeeef;
}

.footer1 a:link, .footer1 a:visited  {
	color:#CCCCCC;
	text-decoration: none;
}

.footer1 a:hover  {
	color:#FFFFFF;
	text-decoration: underline;
}


/*migas de pan*/
.migas{
	width: 99%;
	height: 25px;
	margin-top:10px;
	font-size:80%;
}

.migas a:link, .migas a:visited  {
	color: #1b7278;
}

.migas a:hover {
	text-decoration:underline;
}

/*mensajes de usuario*/

.okMensaje{
	margin-top: 20px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #66CC99;
	background: url(../images/ok.gif) no-repeat #E8F7EF;
	background-position: 10px 10px;
}

.noMensaje{
	margin-top: 20px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #FFCCCC;
	background: url(../images/no.gif) no-repeat #FFF0F0;
	background-position: 10px 10px;
}

/*galería de imágenes*/

.galeria_item{
	text-align:center;
	padding-left:7px;
	padding-right:7px;
	margin-left:10px;
	margin-right:10px;
}

.galeria_titulo{
	font-size:125%;
	font-weight:bold;
	width:200px;
}

.galeria_img_thumb{
	margin-top:10px;
	height:105px;
	width:200px;
}

.galeria_img_thumb img{
	margin-right:auto;
	margin-left:auto;
}

.galeria_titulo_inferior{
	width:200px;
}

.galeria_img{

	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	/*width:700px; */
	background:#FFFFFF;
	border: #778a93 solid 1px;
	padding:7px;
	display:block;
}

.galeria_img img{
	/*width:700px;*/
}

/*galería de sonidos*/

.galeria_audio_item{
	background:url(../images/audio.png) no-repeat;
	height:45px; 
	line-height:17px;  
	margin-left:10px;
	padding-left:50px; 
	padding-top:5px;
}

/*galería de videos*/

.galeria_video{
	margin-left:auto;
	margin-right:auto;
	width:425px;
	height:300px; 
	display:block;
}

.galeria_video_rep{
	margin-left:auto;
	margin-right:auto;
	padding-top:115px;
}

.galeria_video_item{
	text-align:center;
	padding-left:7px;
	padding-right:7px;
	margin-left:10px;
	margin-right:10px;
	background:url(../images/reproducir_p.png) no-repeat;
}

/*
.titulo {
	width: 300px;
	position: absolute;
	margin-top: -20px;
}

.titulo1 {
	width: 300px;
	height:10px;
}

.directorio {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 100%;
	color: #046b9b;
}

.directorio a:link, .directorio a:visited  {
	color: #046b9b;
	text-decoration: none;
}

.directorio a:hover  {
	color: #0886c1;
	text-decoration: underline;
}



.A1 {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-size: 85.7%;
	color: #fefefe;
}

.A1 a:link, .A1 a:visited  {
	color: #fefefe;
	text-decoration: none;
}

.A1 a:hover  {
	color: #e8f1f5;
}

.A2 {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-size:78.6%;
	color: #fefefe;
}

.A2 a:link, .A2 a:visited  {
	color: #fefefe;
	text-decoration: none;
}

.A2 a:hover  {
	color: #e8f1f5;
}

.A3 {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-size: 71.4%;
	color: #fefefe;
}

.A3 a:link, .A3 a:visited  {
	color: #fefefe;
	text-decoration: none;
}

.A3 a:hover  {
	color: #e8f1f5;
}


.formularios {
	font-family: "Trebuchet MS";
	font-size: 85.7%;
	background-color: #EBEBEB;
	color: #046b9b;
}


*/
/*

.ancho1{width:1px;}

.ancho3{width:3px;}

.ancho4{width:4px;}

.ancho5{width:5px;}

.ancho6{width:6px;}

.ancho7{width:7px;}

.ancho8{width:8px;}

.ancho9{width:9px;}

.ancho10{width:10px;}

.ancho11{width:11px;}

.ancho13{width:13px;}

.ancho15{width:15px;}

.ancho17{width:17px;}

.ancho19{width:19px;}

.ancho20{width:20px;}

.ancho21{width:21px;}

.ancho22{width:22px;}

.ancho23{width:23px;}

.ancho26{width:26px;}

.ancho27{width:27px;}

.ancho30{width:30px;}

.ancho49{width:49%;}

.ancho52{width:52px;}

.ancho70{width:70px;}

.ancho80{width:80px;}

.ancho140{width:140px;}

.ancho168{width:168px;}

.ancho180{width:180px;}

.ancho200{width:200px;}

.ancho204{width:204px;}

.ancho111{width:111px;}

.ancho199{width:199px; background-color:#8DCCE3}

.ancho285{width:285px;}

.ancho697{
	font-family: "Trebuchet MS";
	font-size: 85.7%;
	color: #778a93;
	line-height: 13px;
	text-align:justify;
	width:697px;
}

.alto5{ height:5px}

.alto81{ height:81px}

.alto89{ height:89px}

.alto94{ height:94px}

.alto48{ height:48px}

.alto107{ height:107px}

.alto77{ height:77px}

*/

/*estructura principal*/
.principal{margin:0 auto; width:971px;}

/*fondo estructura principal*/
.colorfondo{background-color:#93d5d2}

/*fondo contenido*/
.colorfondo2{background-color:#ebeeef} 

/*fondo publicaciones y footer*/
.colorfondo3{background-color:#309aa1}

/*fondo footer*/
.colorfondo4{background-color:#076f91}

/*menu horizontal superior*/

.navegacionhor {
	font-family: "Trebuchet MS";
	font-size: 85.7%;
	color: #edf1f3;
}

.navusuario_noc{

	background:url(../images/usuario_noc.png) no-repeat; 
	padding-left:15px; 
	width:15px;
	height:18px; 
	display:inline;
	
}

.navusuario_sic{

	background:url(../images/usuario_sic.png) no-repeat; 
	padding-left:15px; 
	width:15px;
	height:18px; 
	display:inline;
	
}

.navegacionhor a:link, .navegacionhor a:visited  {
	color: #edf1f3;
	text-decoration: none;
}

.navegacionhor a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	text-decoration: underline;
}

/*menu horizontal superior - programas*/

.navegacionhor2 {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 16px;
}

.navegacionhor2 a:link, .navegacionhor2 a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

.navegacionhor2 a:hover  {
	color: #ebebeb;
}

/*navegacion derecha*/

.navegacionderecha {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-size: 71.4%;
	color: #fff;
	line-height: 12px;
}

.navegacionderecha a:link, .navegacionderecha a:visited  {
	color: #fff;
	text-decoration: none;
}

.navegacionderecha a:hover  {
	color: #ccc;
}

/*imagen galeria aleatoria*/

#imgaleatoria {
	width: 762px;
	height: 219px;
}

#imgaleatoria_sombra {
	width: 762px;
	height: 7px;
	background: url(../images/sombra_galeria.png) no-repeat;
	position:absolute;
	top: 250px;
}

#sombra1 {
	width: 762px;
	height: 7px;
	background: url(../images/sombra_galeria.png) no-repeat;
}

#imgaleatoria_info{
	height:15px;
	background:url(../images/images3/galeria3.png);
	width: 756px;
	margin:0;
	padding:0;
	color:#FFFFFF;
	margin-top:-20px;
	position:absolute;
	font-family:"Trebuchet MS";
	font-size: 78.6%;
	padding:3px;
}
