@charset "utf-8";
#superior_encabezado {
	background-image: url(images/superior_encabezado.jpg);
	background-repeat:  repeat-x;
}
#fondo_naranja {
	background-image: url(images/fondo_naranja.jpg);
	background-repeat:  repeat-x;
}



#inferior_encabezado {
	background-image: url(images/inferior_encabezado.jpg);
	background-repeat:  repeat-x;
}
#barra_superior {
	background-image: url(images/barra_superior.jpg);
	background-repeat:  repeat-x;
}
#barra_inferior {
	background-image: url(images/barra_inferior.jpg);
	background-repeat:  repeat-x;
}
.tfe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}
#tfe_fondo {
	background-image: url(images/tfe.jpg);
	background-repeat: no-repeat;
}

