BODY {  
  background: url(imagenes/fondo_01.jpg);
  color: #000000;
  margin: 0px;
}

/* Enlaces ----------------------------------------------------- */
A {
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans serif;
	color: #06518C;
	font-weight: bold;
	text-decoration: none;	
}

A:hover {
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans serif;
	color: #7C2A1B;
	font-weight: bold;
	text-decoration: none;
}


/* Fuentes ----------------------------------------------------- */
.normal { font-size: 12px; }
.medium { font-size: 11px; }
.small { font-size: 10px; width: 100%; }
.blue { color: #294A69; }
.bold { font-weight: bold; }
.nobold { font-weight: normal; }
.width100 { width: 100%; }

H1 {
	font-family: Arial, Verdana, Tahoma, Trebuchet MS, sans serif;
	font-weight: normal;
	font-size: 22px;
	color: #000;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

H2 {
	font-family: Arial, Verdana, Tahoma, Trebuchet MS, sans serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 0px;
}

H3 {
	font-family: Arial, Verdana, Tahoma, Trebuchet MS, sans serif;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	margin: 0px;
}

H4 {
	font-family: Arial, Verdana, Tahoma, Trebuchet MS, sans serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	margin: 0px;
}

/* Estilos genericos ------------------------------------ */
.blue { color: #294A69; }
.bold { font-weight: bold; }
.left { text-align: left; }
.right { text-align: right; }
.strong { font-weight: bold; }
.center { text-align: center; }
.indent { padding-left: 20px; }
.inline { display: inline; }
.ColorGrey { color: grey; }


/* Textos ------------------------------------------------- */
.textoNormal { font-family: Verdana,Tahoma, Trebuchet MS, Arial, sans serif; font-size: 15px;}
.textoNegrita { font-family: Verdana,Tahoma, Trebuchet MS, Arial, sans serif; font-weight: bold; font-size: 15px;}
/* Fin Textos --------------------------------------------- */

/* Listas ------------------------------------------------- */
UL {
	font-family: Verdana,Tahoma, Trebuchet MS, Arial, sans serif; 
	font-size: 15px;
}	