/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.TextoComun {
	font-family: Arial;
	font-size: 14px;
}
.Enlace{
	font-family: Arial;
	font-size: 14px;
	color: #279B92;
	font-weight: bold;
	text-decoration:none;
}
.TextoComunJustficado {
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
}
.TituloNormal {	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #29176D;
}
.TituloGrande {
	font-family: Arial; 
	font-size: 18px; 
	color: #29166F; 
	font-weight: bold; 
}




.TextoComunD {
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
}
.EnlaceD{
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}
.TextoComunJustficadoD {
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
	text-align: justify;
}
.TituloNormalD {	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.TituloGrandeD {
	font-family: Arial; 
	font-size: 18px; 
	color: #FF0000; 
	font-weight: bold; 
}