.titulo {
	font-family: Arial;
	font-size: 17px;
	color: #686868;
	text-decoration: none;
}
.titulo:hover {
	font-family: Arial;
	font-size: 17px;
	color: Black;
	text-decoration: underline;
}
.titulo-n {
	font-family: Arial;
	font-size: 17px;
	color: Black;
	text-decoration: none;
}
.titulo-n:hover {
	font-family: Arial;
	font-size: 17px;
	color: 3288a8;
	text-decoration: none;
}
.titular {
	font-family: Arial;
	font-size: 14px;
	color: #686868;
	text-decoration: none;
}
.titular:hover {
	font-family: Arial;
	font-size: 14px;
	color: Black;
	text-decoration: underline;
}
.titular1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight:bold;
	color: #686868;
	text-decoration: none;
}
.titular1:hover {
	font-family: Verdana;
	font-size: 18px;
	font-weight:bold;
	color: Black;
	text-decoration: underline;
}
.parrafo {
	font-family: Arial;
	font-size: 12px;
	color: White;
	text-decoration: none;
}
.parrafo:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFAE1D;
	text-decoration: underline;
}
.parrafo-a {
	font-family: Arial;
	font-size: 12px;
	color: #3288a8;
	text-decoration: none;
}
.parrafo-a:hover {
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}
.parrafo-n {
	font-family: Arial;
	font-size: 12px;
	color: #686868;
	text-decoration: none;
}
.parrafo-n:hover {
	font-family: Arial;
	font-size: 12px;
	color: #3288a8;
	text-decoration: underline;
}
.menu2 {
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.menu2:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFAE1D;
	text-decoration: underline;
}
.menu3 {
	font-family: Arial;
	font-size: 10px;
	color: white;
	text-decoration: none;
}
.menu3:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFAE1D;
	text-decoration: underline;
}
.peque {
	font-family: Arial;
	font-size: 10px;
	color: #686868;
	text-decoration: none;
}
.peque:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFAE1D;
	text-decoration: underline;
}
.aviso {
	font-family: Arial, Arial CE;
	font-size: 10px;
	color: Red;
	text-decoration: none;
}
.aviso:hover {
	font-family: Arial, Arial CE;
	font-size: 10px;
	color: #FFAE1D;
	text-decoration: underline;
}
/*----- MENU OPCIONES -----*/
.menu 
{
	background-image: url(images/fondomenu.png);	
	display: block;
	font-family: Verdana;
	/*font-weight:bold;*/
	font-size: 13px;
	color: #0F94BA;
	height: 25px;
	line-height:25px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.menu:hover 
{
	background-image: url(images/fondomenuh.png);
	font-family: Verdana;
	/*font-weight:bold;*/
	font-size: 13px;
	color: white;
	text-decoration: none;
}
/*----- MENU OPCIONES FIJO -----*/
.menufijo
{
	background-image: url(images/fondomenuh.png);	
	display: block;
	font-family: Verdana;
	/*font-weight:bold;*/
	font-size: 13px;
	color: white;
	height: 25px;
	line-height:25px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.menufijo:hover 
{
	background-image: url(images/fondomenuh.png);
	font-family: Verdana;
	/*font-weight:bold;*/
	font-size: 13px;
	color: white;
	text-decoration: none;
}
/*----- MENU IMAGEN -----*/
.menuimagen
{
	background-image: url(images/fondoimagen.png);	
	display: block;
	font-family: Verdana;
	/*font-weight:bold;*/
	font-size: 10px;
	color: white;
	height: 25px;
	line-height:25px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.menuimagen:hover 
{
	background-image: url(images/fondoimagenh.png);
	font-family: Verdana;
	/*font-weight:bold;*/
	font-size: 10px;
	color: white;
	text-decoration: none;
}
/*---------------- NAVEGADOR ------------------*/
.navi 
{
	background-image: url(images/navi.png);	
	display: block;
	font-family: Verdana;
	/*font-weight:bold;*/
	font-size: 10px;
	color: white;
	height: 40px;
	line-height:36px;
	padding: 0 0 0 0px;
	text-decoration: none;
}
.navi:hover 
{
	background-image: url(images/navih.png);
	font-family: Verdana;
	font-weight:bold;
	font-size: 10px;
	color: white;
	text-decoration: none;
}
/*----- PIE DE PAGINA -----*/
.pie {
	font-family: Arial;
	font-size: 10px;
	color: #007A9F;
	text-decoration: none;
}
.pie:hover {
	font-family: Arial;
	font-size: 10px;
	color: #C2AB03;
	text-decoration: underline;
}
