.txt_general {
	font-family: Century Gothic;
	font-size: 10px;
	padding-left: 50px;
	color: #333333;
	width: 300px;
	text-align: justify;
}
.txt_alterno {
	font-family: Century Gothic;
	font-size: 9px;
	color: #333333;
}

.txt_subtitulo {
	font-family: Century Gothic;
	font-size: 11px;
	padding-left: 50px;
	padding-right: 10px;
	color: #0054A5;
	font-weight: bold;
	text-align: left;
}

.txt_subtitulo_Negro {
	font-family: Century Gothic;
	font-size: 11px;
	padding-left: 50px;
	padding-right: 10px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
.txt_footer {
	font-family: Century Gothic;
	font-size: 9px;
	padding-left: 25px;
	padding-right: 10px;
	color: #FFFFFF;
}
/*links*/
.menu {
	font-family: Century Gothic;
	font-size: 10px;
	color: #666666;
}
.menu:link {
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #666666;
}
.menu:hover {
	color: #0054A5;
	font-weight: bold;
}
.menu:active {
	text-decoration: none;
	color: #0054A5;
}
/*link internas*/
.menu_int {
	font-family: Century Gothic;
	font-size: 10px;
	color: #0054A5;
}
.menu_int:link {
	text-decoration: none;
}
.menu_int:visited {
	text-decoration: none;
	color: #0054A5;
}
.menu_int:hover {
	color: #0054A5;
	font-weight: bold;
}
.menu_int:active {
	text-decoration: none;
	color: #0054A5;
}
/*menu gris*/

.menu_gris {
	font-family: Century Gothic;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	color: #555555;
	text-align: left;
}
.menu_gris:link {
	text-decoration: none;
}
.menu_gris:visited {
	text-decoration: none;
	color: #555555;
}
.menu_gris:hover {
	color: #cecece;
	font-weight: bold;
}
.menu_gris:active {
	text-decoration: none;
	color: #555555;
}
/*MENU gris 2*/
.menu_gris_i {
	font-family: Century Gothic;
	text-align: justify;
	font-size: 10px;
	color: #000000;
}
.menu_gris_i:link {
	text-decoration: none;
}
.menu_gris_i:visited {
	text-decoration: none;
	color: #000000;
}
.menu_gris_i:hover {
	color: #bcbec0;
	font-weight: bold;
}
.menu_gris_i:active {
	text-decoration: none;
	color: #bcbec0;
}
/*link internas 2*/
.menu_enlas {
	font-family: Century Gothic;
	font-size: 11px;
	padding-left: 50px;
	color: #333333;
}
.menu_enlas:link {
	text-decoration: none;
}
.menu_enlas:visited {
	text-decoration: none;
	color: #0054A5;
}
.menu_enlas:hover {
	color: #0054A5;
	font-weight: bold;
}
.menu_enlas:active {
	text-decoration: none;
	color: #0054A5;
}
