/* @charset "utf-8"; */
/* CSS Document */

/* Global Styles */

/*

H1	 	es un selector
H1 I	es un selector contextual									PARA SALTAR POR ALTO EL FACTOR HEREDITARIO
# 		son identidicadores de clase 	<p class="clase1"></p>
. 		son identificadores  			<P id="" </p>				PARA UN ÚNICO ELEMENTO DE LA PÁGINA !!!

*/

body {
	margin:0px;
}

td,th {
	font:15px Arial, Helvetica, sans-serif;
	color: #033;

}

.EstiloBlancoBold {
	color: #FFFFFF;
	font-weight: bold;
}

.EstiloSmallest {font-size: xx-small}

.EstiloBlanco {color:#FFFFFF}
.EstiloRojo {color:#FF0000}
.EstiloVerde {color:#006600}
.EstiloGrisOscuro {color: #666666}


.EstiloSmall {font-size: small}


.EstiloBlancoSmall {color:#FFFFFF; font-size: small}
.EstiloNegroSmall {color:#000000; font-size: small}


.EstiloSmall {font-size: small}

.EstiloFont12 {font-size: 12px}

.medio_gris3 {
	color: #334d55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.estilo24bold {	
	font-size: 24px;
	font-weight: bold;
	color:#D5EDB3;
}

<!--
-->

.tagline 	{	
	font:15px Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing:.4em;
	line-height:18px;
	}


a:link {
  color:#069;
  text-decoration: none;
}

a:active {
  color: #FFFFFF;
  text-decoration: none;
}

a:visited {
  color:#969;
  text-decoration: none;
}

a:hover {
  color: #F99;
  text-decoration: none;
}



