.cabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	background-color: #B7CDDB;
	padding-left: 8px;
	
}
.cabecera_blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	padding-left: 8px;
}

.h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;}
	
.h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.hyperenlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336699;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
	/*list-style-image: url(/img/flechita.gif);*/
	list-style-position: outside;


}
a.hyperenlace {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336699;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
}

a.hyperenlace:hover {

	color: #993300;
	
}
a.hyperenlace:visited {

	color: #993300;
	
}
.texto_capital{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #336699;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
}

