

/*--------------------------TITULOS---------------------------*/

.path { 
	font-family: Tahoma; 
	font-size: 10px; 
	color: #898989; 
	font-weight:normal;
	padding-bottom:8px;
	padding-left:4px;
} 
.path a{ font-size: 10px; color: #898989; text-decoration: none;}
.path a:visited{ color:#898989; text-decoration: none;}
.path a:hover{ color: #da251d; text-decoration: underline;}


.titulo_1 {
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #004879;
	text-decoration:none;
	text-align: left;
	text-transform:uppercase;
	}

.titulo {
	
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #767676;
	text-decoration:none;
	text-align: left;
	text-transform:uppercase;
	}

a{ font-size: 11px; color: #707070; text-decoration: none;}
a:visited{ color:#707070; text-decoration: none;}
a:hover{ color: #da251d; text-decoration: underline;}

/*--------------------------TEXTOS---------------------------*/

.txt {	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #9d9d9d;
	text-decoration: none;
	text-align: right;
	}

.texto {	
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
	text-align: left;
	line-height:1.4;
	}

.sub_menu{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #646464;
	text-decoration: none;
	text-align: left;
	line-height:1.4;
}

.sub_menu a{ font-size: 11px; color: #004879; font-weight: bold; text-decoration: none;}
.sub_menu a:visited{ color:#004879; font-weight: bold;  text-decoration: none;}
.sub_menu a:hover{ color: #646464; font-weight: bold; text-decoration: underline;}

