/* @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 {
	font:15px Arial, Helvetica, sans-serif;
	color:#004080;
	}

.EstiloFont12 {font-size: 12px}
.EstiloRojo {color: #FF0000}
.EstiloBlanco {color: #FFFFFF}
.EstiloNegroSmall {color:#000000; font-size: small}

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


a:link, a:visited, a:hover {
/*	color: #006600; */
	color: #999999;
	text-decoration: none;
}

.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}


/* ID Styles */

#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
/*	text-shadow:#663300, 5px, 5px, 2px; */
	}

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


#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
/*	background: #99CC66; */
	background: #FFFFFF;
	color:#993300;
	}

.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.estilo24bold {	
	font-size: 24px;
	font-weight: bold;
	color : #FFFFFF;
}
	