@charset "utf-8";
/* CSS Document */

	
/* NAVEGACION INICIO*/

#navegacion {
	height:285px;
	margin-left:3px;
}
#nav1 {
	width:717px;
	height:285px;
	float:left;
}

/* FLASH BANNER */

#banner_flash {
	height:225px;
	/*background-image:url(../images/home.gif);*/
}

/* NAV2 EVENTOS NOTICIAS*/

#nav2 {
	background:url(../images/fdo_nav2.gif) no-repeat #2e2e2e;
	width:277px;
	min-height:285px;
	float:left;
}

/* CONTENIDO */

#contenido {
	/*border-bottom:1px dotted #CCCCCC;*/
	margin: 10px 20px 10px 20px;

}
#contenido_col1 {
	/*border-bottom:1px dotted #666666;*/
	float:left;
	width:450px;
	border-right:1px dotted #666666;
	padding-right:20px;

	
}
#contenido_col2{
	
	float:right;
	width:470px;
	text-align:left;
}
.titulos_home ul li {
	padding-left: 12px;
	background: url(../images/vineta.png) 0em 0.5em no-repeat;
	margin-bottom: 0.1em;
	list-style-type: none;
	border-bottom:1px dotted #666666;

}
.titulos_home li {
	/*list-style-image: url(images/vineta.png);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	text-decoration:none;
	text-align:left;
	color:#000000;
}
.cont_home {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-top:10px;
	padding-bottom:20px;
	color:#4D4D4D;
	line-height:16px;
}

/*BRIEF NOTICIAS*/

.brief_noticia {
	border-bottom:1px dotted #666666;
}

.fecha_brief {
	padding-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#EC1C24;
}
.titulo_brief {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
.titulo_brief a  {
	color:#000000;
	text-align:left;
}
.titulo_brief a:hover   {
	color:#666666;
	text-decoration:underline;
}

.cont_brief {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4D4D4D;
	padding-bottom:15px;
	line-height:15px;
}
