/*Estilos generales cuerpo*/
body {
	background-color: #2F4F4F;
	/*#3A5E78*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	color: black;
	margin-top: 0px;
}

/*Estilos links*/
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}
a.link_header {
	font-family: Helvetica;
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration:none;
	font-weight: bold;
}
a.link_header:hover {
	color: #F3A618;
	text-decoration: none;
	font-weight: bold;
}
a.link_barra {
	font-family: Helvetica;
	color: #333333;
	font-size: 8pt;
	text-decoration:none;
	font-weight: bold;
	text-align: left;
}
a.link_barra:hover {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
hr.h1 {
	border: none 0;
	border-top: 1px dotted #CCCCCC;
	width: 100%;
	height: 1px;
}

/*Estilos encabezados y texto*/
.encabezado_noticias {
	font-family: Helvetica;
	font-size: 16pt;
	line-height: 35px;
	color: #26435B;
	font-weight: bold;
}
.texto_noticias {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B85F15;
	font-weight: bold;
}
.texto_noticias1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9E9E9E;
}

/*Tablas*/
table {
	border: 0px;
	background: white;
}
table.header {
	border: 0px;
	background: #2F4F4F;
}
td.footer {
	background: #2F4F4F;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: white;
}
td.naranja {
	background: #CC5B00;
	color: #CC5B00;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1px;
}
table.tabla3, th.tabla3, td.tabla3 {
	border: 2px solid silver;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8pt;
}
