.estiloBody {
	margin: 0;
	background-image:  url(comun/images/bg_header.jpg);
	background-repeat: x;
}
.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}
.cuerpoGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606B71;
}
.fondoTabla {
	background-image: url(comun/images/bg_mariposa.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.borde1 {
	border: 1px solid #FFFFFF;
}
.etiqueta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.formularios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #B3BBC4;
	background-color: #FFFFFF;
	color: #73808A;
}

