ul, li, span{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



#menu_seg{color:#878787; font-family: Segoe UI; font-size:12px}
#menu_seg a{text-decoration:underline;color:#878787}
#menu_seg a:hover{color:#2C4E85;}
#menu_seg .actual{color:#2C4E85;}

.menu_sup_granate{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	background-color: #BF0F35;
	text-align:center;
	border-top: 6px solid #E4ECF8;
	border-bottom: 6px solid #E4ECF8;
	border-left: 2px solid #E4ECF8; 
}

.menu_sup_granate_left{	border-left: 0px solid #E4ECF8; }


.menu_sup_granate a{
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;

}

		.menu_des{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		text-align:center;
		font-size:12px;
		color:#ffffff;
		background-color: #BF0F35;
		text-align: left;
		text-decoration:none;	
	}
		.menu_des a:hover{
		background-color: #BF0F35;
		text-decoration: none;	
	}



	.menu_sup{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#444444;
		text-decoration:none;
		font-weight:bold;
	}
	.navegacion{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#444444;
	}
	.contenido{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#444444;
		text-align:justify;
	}
	.contenido2{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#444444;
		text-align:justify;
	}
	.enlace{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:12px;
		color:#666666;
	}
	.sponsors{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#222222;
	}
	.caja{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#5D5D5D;
		border: 1px solid;
		border-color:#8c8886;
	}
	.firma{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:9;
		color:#a79d9b;
		text-decoration:none;	
	}
	.secciones{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#444444;
		text-decoration:none;
	}
	.directorio_list{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#630000;
		text-decoration:none;
	}
		.secciones_direc{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#5d5d5d;
		line-height: 16px;
	}
	.separa_seccion{
	border: 1px dotted #939393;
	border-bottom: none;
	border-left: none;	
	border-top: none;
	
}
	.separa_noticia{
	border: 1px dotted #939393;
	border-right: none;
	border-left: none;	
	border-top: none;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#444444;
		text-align:justify;
		text-decoration:none;
	
}
	.separa_direct{
	border: 1px dotted #939393;
	border-right: none;
	border-left: none;	
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	
	
}
	.separa_img_art{
	border: 1px dotted #bbbbbb;
	border-right: none;
	border-left: none;	
	border-top: none;
	
}
	.art_portada{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#444444;
		
		text-decoration:none;
	}
		.art_portada_tit{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#bb0000;
		font-weight:bold;
		
		text-decoration:none;
	}
a:hover{
text-decoration:underline;
}

#dropmenudiv{
position: absolute;
border: 1px solid #E4ECF8;
border-bottom-width: 0;
border-top-width: 1px;
font: normal 12px Verdana;
line-height: 15px;
z-index: 100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E4ECF8;
padding: 5px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #BF0F35;
}

#slider {
    width: 538px; /* important to be same as image width */
    height: 299px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 538px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
		font: 13px/15px Segoe UI, Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 538px;
    background-color: #5177a6;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}


/*fotos y pie de foto*/
.foto {	background:#E4ECF8;	position:relative; overflow:hidden;	margin:0 auto 0;}
.foto p {	position:absolute; bottom:0; left:0; margin-bottom: 0;	background:#5177a6;	color:#fff;	margin-right:-30px;	width:100%;	font-size:12px;	filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity:0.7;	text-align: left;	padding: 5px 5px;}
.foto p strong{	font-weight: bold;}

.imghome { float:left; position:relative;}
.imghome p { font-size:12px; font-family: Segoe UI, Arial, Helvetica, sans-serif;	text-align: left;	color:#FFFFFF; margin:0; background-color:#5177a6; padding:5px;	margin-top:-5px;}
.imghome h3{ font-size:20px; font-family: Segoe UI, Arial, Helvetica, sans-serif;	text-align: left;	color:#FFFFFF; margin:0; background-color:#5177a6; padding:5px;	margin-top:-5px;}
.imghome a { font-size:12px; font-family: Segoe UI, Arial, Helvetica, sans-serif;	text-align: left;	color:#FFFFFF; text-decoration: none;}