/* ///////////////////// COMIENZA CONTENIDOS PRINCIPAL */
#columna1 {
	float: left;
	width: 275px;
	margin-left: 5px;
	
}

#columna1 a {
	color: #000000;
	text-decoration: underline;
}

#columna1 a:hover {
	color: #000000;
	text-decoration: none;
}

#flor {
	height: 20px;
	padding: 5px 4px 3px 5px;
}

#noticias p {
	background-color: #E8F4FC;
	padding: 10px 10px 10px 10px;
}

#noticias em {
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
}

#noticias {
	height: auto;
}

#noticias02 {
	height: 400px;
	
}

#titulares {
	margin-top: 10px;
	height: 255px;
	border: solid 1px #AEE9F9;
	overflow:auto;
}

#titulares a {
	text-decoration: none;
	
}

#titulares a:hover {
	text-decoration: underline;
	
}

.bloque-not {
	
	margin: 0 5px;
	border-bottom: solid 1px #000000;
	
}

.texto-not {
	width: 200px;
	float:left;
	
}
.texto-not p {
	padding: 0 5px;
	margin: 5px;
	
}



.go {
	float:left;
	padding-top: 15px;
	padding-left: 5px;
	
}

.naranja {
	color:#FEB132;
	}



#columna2 {
	float: right;
	width: 255px;
	padding: 0px 5px 0px 5px;

}
#columna2 strong {
	color: #FF0000;
	font-weight: bold;	
}

/* ///////////////////// TERMINA CONTENIDOS PRINCIPAL */