.menu {
	font-family: Arial, Times New Roman;
	font-size: 25px;
	color: #000000;
	text-decoration: none;
}
.menu:hover {
	font-weight: bold;
	color: #8a9714;
}
.agenda
 {
	font-family: Arial, Times New Roman;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.agenda:hover {
	color: #8a9174;
}
.noticias
 {
	font-family: Arial, Times New Roman;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.noticias:hover {
	color: #8a9174;
}
.anunciate {
	font-family: Arial, Times New Roman;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.anunciate:hover {
	color: #8a9714;
}
.opinion {
	font-family: Arial, Times New Roman;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.opinion:hover {
	color: #8a9714;
}

.noticia_titular {
	font-family: Arial, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.noticia_contenido {
	font-family: Arial, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.link_noticia_contenido {
	font-family: Arial, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.link_noticia_contenido:hover {
	color: #8a9714;
	text-decoration: none;
}









#marquesina{
	width:300px;
	height:342px;
	margin:0 auto;
}


#eventos_vertical {
	width: 300px;
	height: 278px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller{
	padding:6px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 300px;
		height: 278px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 288px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}
	
	

/*ESTO ES PARA EL DIV DE INTRODUCCION DE LA PORTADA*/
#popup {
    position: absolute;
    width: 1024px;
    height: 700px;
    left: 50%;
    top: 50%;
    margin-left: -512px;
    margin-top: -350px;
    overflow: auto;
    font-family: Arial;
    font-size: 12px;
    border: 2px solid #8a9174;
    background-color: #ffffff;
    padding: 6px;
    text-align: left;
}
