/* body es un nombre propio, es para colocar el margen al rededor de una tabla */

.body { margin: 2px;}
.bomberitos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}


/*Para repetir un fondo*/
/*.repetirFondo { background-repeat: repeat;	} se repeti para todos lados*/
/*.repetirFondo { background-repeat: repeat-x;	} se repeti solo hacia los lados horizontal */
/*.repetirFondo { background-repeat: repeat-y;	} se repeti solo hacia arriba vertical */
.repetirFondo { background-repeat: no-repeat;	}

/*esta A es la etiqueta del hiperviculo,
decoration es para decorar el texto no queda subrayado */

A	{ text-decoration: none	}

.enlace1 A	{font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #0000FF;}

.enlace1 A:hover	{font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000;}

.BlancaRoja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}

.BlancaAmarillo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFC423;
}
.BlancaNegra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.NormalMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	background-color: #00CCFF;
	font-weight: bold;
	color: #333333;
}


.enlace1 A:visited	
{font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }

.titulo
{font-size: 12px; color: #666699; font-family: Verdana, Arial, Helvetica, sans-serif;  }

.tituloHome
{ text-transform: uppercase; /* lowcase es minuscula uppercase es mayuscula*/
	font-family: Geneva, Arial, Helvetica, sans-serif; font-color: #FFFF00; font-size: 14px;
	padding-top: 2px; padding-bottom: 2px; padding-lef: 4px;} /* margen por arriba, abajo, izquierda */	

.textopegGris {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;}
.textoGrisPeq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
}


.textonormal {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align:justify;}

.subrayado{ text-decoration: underline; }
/*esta P es la etiqueta de parrafo al estar una eti*/
P {font-family: italic }

.TablaLista{ PADDING: 4px; margin-top: 6px; font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px; text-align: justify;}

.bordeinferior{border-bottom-width: 1px; border-bottom-style:solid; border-bottom-color: #999999;}
.textogrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #0033CC;
	text-decoration: blink;
	background-color: #E0DFE3;
}
.NegraGrande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline blink;
}

.Negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-decoration: underline;

}
.GrandeSencilla {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
}
.blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	line-height: 25px;
}
.contenido {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 12px; LINE-HEIGHT: 15px; PADDING-TOP: 5px; FONT-FAMILY: Trebuchet MS, NimbusSansL, sans-serif
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
.pensamiento {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.Grande {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.azulcarne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	background-color: #F7C9CB;
	font-weight: normal;
}
.azulcarne-oscuro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	background-color: #E7ADAC;
	font-weight: normal;
}

