body {
	background-color: #91CAFF;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pics/fondo.jpg);
	background-position: center;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #464646;
	//antes era 7d7d7d
	text-align: justify;
}
.texto_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0F0FF;
	text-align: center;
}

.texto_negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7D7D7D;
}

a:link {
	color: #E0F0FF;
	text-decoration: underline;
}

a:visited {
	color: #E0F0FF;
	text-decoration: underline;
}

a:hover {
	color: #E0F0FF;
	text-decoration: none;

}
input { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #C5E0FF} 
select { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #C5E0FF}
textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #C5E0FF}

.texto_negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a.link_negro {
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	color: #000000;
}

a.link_negro:hover {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

a.link_negro:visited {
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	color: #000000;
}

a.link_grueso {
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #7D7D7D;
}

a.link_grueso:visited {
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #7D7D7D;
}

a.link_grueso:hover {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #7D7D7D;
}
