/*	-------------------------------------------------------------
	Link Header nº 1
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Estado inactivo  */

.barrar-1{
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}

/*	Estado Hover (Rollover)  */

.barrar-1:hover{
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

/*	Estado "Apretado" (Active)  */

.barrar-1:active{
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

/*	-------------------------------------------------------------
	Link Pie nº 2
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Estado inactivo ("Normal") */


.pien-2{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

/*	Estado Hover (Rollover)  */

.pien-2:hover{
	font-family Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #e11b22;
}

/*	Estado "Apretado" (Active)  */

.pien-2:active{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #e11b22;
}
/*	-------------------------------------------------------------
	Link Pie nº 3
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Estado inactivo  */

.pieb-3{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

/*	Estado Hover (Rollover)  */

.pieb-3:hover{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #e11b22;
}

/*	Estado "Apretado" (Active)  */

.pieb-3:active{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #e11b22;
}

/*	-------------------------------------------------------------
	Texto Color
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Negro  */

.negro{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

/*	Blanco  */

.blanco{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
