@charset "utf-8";
.titulo_nota {
	font-size: .9em;
	font-weight: bold;
	color: #333333;
}
.fecha_nota {
	font-size: 10px;
	color: #FF6600;
}
.foto_last_new {
	border: 1px solid #666666;
	height: 60px;
	width: 75px;
}
.foto_nota_dest {
	height: 130px;
	width: 175px;
	border: 1px solid #666666;
}
.nota_destacada a{
	text-decoration: none;
	color: #333333;
	font-size:.9em;
}
.balazo a{
	text-decoration: none;
	color: #333333;
	font-size:.9em;
}


.nota_destacada a:hover{
	text-decoration: underline;
}
.titulo_nota_sec {
	font-weight: bold;
	font-size: 10px;
	margin-left: 10px;
	padding-left: 15px;
	color: #333333;
}
.foto_nota_sec {
	background:none;
	border: 1px solid #333333;
	height: 110px;
	width: 150px;
}
.subnota a {
	text-decoration:none;
	color:#333333;
	font-size: 10px;
	
}
.subnota a:hover {
	text-decoration:underline;
}

/* AQUI EMPIEZAN LOS ESTILOS NUEVOS -----------------------------------------------------------*/

.featured_container {
	height: 230px;
	width: 615px;
}

.foto_featured {
	height: 230px;
	width: 350px;
	float: left;
}
.nota_featured {
	float: left;
	height: 230px;
	width: 250px;
	background-color: #594E36;
}
.fecha_featured {
	height: 20px;
	width: 235px;
	padding-top: 5px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC99;
}
.titulo_featured {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFF99;
	height: 90px;
/*	padding-top: 5px;*/
	width: 235px;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC99;
	vertical-align:middle;
}
.texto_featured {
	width: 160px;
	padding-top: 5px;
	color: #FFFFFF;
	margin-left: 8px;
	height: 115px;
	font-size: 12px;
}



.texto_featured a{
	color: #FFFFFF;
	text-decoration:none;
}
.texto_featured a:hover{
	text-decoration:underline;
}
.titulo_featured a{
	color: #FFFF99;
	text-decoration:none;
}
.titulo_featured a:hover{
	text-decoration:underline;
}

