/* CSS interiores */
img.ultimas_noticias{
	padding-top: 15px;
	padding-bottom: 8px;
}
img.noticias{
	padding:3px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
.bajada{
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color:#333;
}
a.link_noticias:link, a.link_noticias:visited{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color:#006600;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}
a.link_noticias:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color:#006600;
	font-weight:bold;
	text-decoration:underline;
	padding-top:5px;
	padding-bottom:5px;
}
ul#noticias{
	list-style: none;
	margin-top:20px;
}
ul#noticias li{
	background: url("../imagenes/dotli.gif") no-repeat left;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	line-height: 21px;
	padding-left: 15px;
}

ul#noticias li a:link, ul#noticias li a:visited{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color:#4359A7;
	font-weight:bold;
	padding-left: 15px;
	text-decoration: none;
}
ul#noticias li a:hover
{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color:#4359A7;
	font-weight:bold;
	padding-left: 15px;
	text-decoration: underline;
}
.historial{
	position:relative;
	float: right;
	text-align:right;
	top:25px;
}
.historial a:link, .historial a:visited{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color:#2666A6;
	font-weight:bold;
	padding-right: 3px;
	text-decoration: none;
}
.historial a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color:#2666A6;
	font-weight:bold;
	padding-right: 3px;
	text-decoration: underline;
}
/*NOTICIA*/
a.vermas:link, a.vermas:visited{
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#006600;
	font-weight:bold;
	text-decoration: none;
}
a.vermas:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#006600;
	font-weight:bold;
	text-decoration: underline;
}
.epigrafe{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#EE8B12;
	font-weight:bold;
}
.titulo{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:20px;
	color:#333;
	padding-top:5px;
	padding-bottom:5px;
}
.texto{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#333333;
	text-align: justify;
	padding-right:5px;
}
#fecha{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#333333;
	padding-top:10px;
	padding-right:5px;
	text-align: left;
}
strong{
	font-weight:bold;
	color: #4359A7;
}
table.bordes_tabla {
	border: 1px solid #506C98;
}

.bordes_tabla th{
	float:none;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.redacuicola.cl/imagenes/th.png');
	border-right: 1px solid #506C98;
	border-bottom: 1px solid #506C98;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}
table.bordes_tabla[class] th {
	background-image:url('http://www.redacuicola.cl/imagenes/th.png');
}
table.bordes_tabla td {
	float:none;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.redacuicola.cl/imagenes/td.png');
	border-right: 1px solid #506C98;
	border-bottom: 1px solid #506C98;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #333333;
	padding: 2px;
	text-align: left;
}


table.bordes_tabla[class] td {
	background-image:url('http://www.redacuicola.cl/imagenes/td.png');
}
.paginador{
	border-bottom:1px dotted #999999;
	text-align: center;
	padding-bottom:5px;
	margin-bottom:5px;
}
.divisor{
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	height:10px;
}
.ent_epigrafe{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

/*COLUMNAS*/
#principal {
	margin:0 auto;
	position: relative;
	text-align:left;
	padding:0px;
}
#principal ul {
	padding:0px;
	margin:0px;
}
#principal li.col_li {
	background-image: url();
	display:inline;
	float:left;
	width:200px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom: 10px;
}
#principal li.fotos {
	background: url("");
	display:inline;
	float:left;
	width:154px;
	background-color:#f5f7f9;
	padding:2px;
	margin:5px;
	text-align: center;
	border-right: #a5a7aa solid 1px;
	border-bottom: #a5a7aa solid 1px;
	padding:2px;
}
.col_fecha{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#333333;
}
.col_autor_cargo{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#EE8B12;
	text-align:right;
}
.columna_int{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color:#33333;
	text-align:justify;
}
.col_int_autor_cargo{
	text-align:right;
	padding-bottom:5px;
}
/*GRAFICA DE REPORTAJES*/
.graf_ep_dat{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color:#666666;
	text-align:right;
}
/*DOCUMENTOS*/
a.link_tabla:link, a.link_tabla:visited{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#4359A7;
	text-decoration:underline;
	font-weight:normal;
}
a.link_tabla:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#4359A7;
	text-decoration:none;
	font-weight:normal;
}
.paginacion{
	text-align:center;
	padding-top:10px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color:#4359A7;
	font-weight:normal;
}

.paginacion a:link, .paginacion a:visited{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color:#4359A7;
	font-weight:normal;
}
/*ACTAS*/
.divisor_news_left{
	background: url("http://www.redacuicola.cl/imagenes/divisor_news.gif") no-repeat top right;
	padding-right:10px;
	margin-right: 10px;
	padding-bottom:10px;
}
.col_divisor{
	padding-left:10px;
}
#col_int_fecha{
	text-align: right;
	color: #333333;
	padding-top:10px;
}



