@charset "utf-8";
.contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #EDF7FF;
	font-style: normal;
	float: left;
	height: auto;
	width: auto;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: auto;
	margin-top: 10px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

