@charset "utf-8";
div.total {
	margin: auto;
	float: none;
	width: 800px;
	background-color: #FFFFFF;
}
div.arriba {
	float: left;
	height: 200px;
	width: 800px;
}
div.abajo {
	float: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div.medio {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
	text-indent: 15px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #68C2B9;
	text-align: left;
	text-indent: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-align: justify;
	line-height: normal;
	vertical-align: top;
	margin: 10px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: justify;
}

