@charset "utf-8";
/* CSS Document */
body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
#contenedor {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #header {
	width: auto;
	background-color: #000;
}
#contenedor #menu {
	height: 13px;
	width: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #8796a8;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
}
#contenedor #contenido1 {
	background-color: #FFF;
	height:auto;
	width: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.optPreview {
	height: 80px;
	width: 115px;
	background-color: #CCC;
	float: left;
	margin-bottom: 9px;
	margin-right: 10px;
	text-align: center;
}
#contenedor #contenido2 {
	background-color: #FFF;
	width: auto;
	margin-top: 7px;
	padding: 10px;
}
#contenedor #footer {
	margin-top: 13px;
	width: auto;
	font-size: 11px;
	color: #FFF;
}
#contenedor #footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#contenedor #menu .separador {
	background-color: #a3aebc;
	float: left;
	width: 1px;
	margin-left: 13px;
	margin-right: 13px;
	height: 15px;
}
#contenedor #menu .opcion {
	float: left;
	width: auto;
}
#contenedor #menu .opcion a{
	color: #FFFFFF;
	text-decoration:none;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #8796a8;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#contenedor #contenido1 .optPreview,
#contenedor #menu .separador,
#contenedor #menu .opcion {display:inline;}
.clear{
	clear:both
}