@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color:#FFF;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color:#069;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color:#069;
	text-decoration:none;
}
a:visited {
	color:#069;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}
a:active {
	color:#666;
	text-decoration:inherit;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	color: #666;
}
h2 {
	font-size: 18px;
	color: #666;
}
h3 {
	font-size: 16px;
	color: #666;
}
h4 {
	font-size: 14px;
	color: #666;
}
h5 {
	font-size: 12px;
	color: #666;
}
h6 {
	font-size: 10px;
	color: #666;
}

#contenedor{
	position:relative;
	margin:auto;
	width:766px;
}
-->