@charset "utf-8";
#total {
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	width: 780px;
}
body {
	background-color: #FFFFFF;
}
#linea {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1B37A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #D17016;
	padding-top: 15px;
}
.a {
	color: #D17016;
	text-decoration: none;
}

