@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
}
.textoNormal {
	font-size:10px;
	font-weight:normal;
	text-align:justify;
	color:#535353;
	text-decoration:none;
}
.textoNormalVerde {
	font-size:10px;
	font-weight:normal;
	text-align:justify;
	color:#006a5e;	
}
.textoNegrita {
	font-size:11px;
	color:#313131;
	font-weight:bold;
	text-align:justify;
}
.textoNegrita {
	font-size:14px;
	color:#313131;
	font-weight:bold;
}
.titularVerdeNegrita {
	font-size:14px;
	font-weight:bold;
	color:#006a5e;
}
.titularRojoNegrita {
	font-size:18px;
	font-weight:bold;
	color:#DA0F12;
}
.parrafo{
	line-height: 10px;

}
.lnkRojo{
	font-size:11px;
	color: #DA0F12;
	font-weight:bold;
	text-align:justify;
	text-decoration:none;
}
