@charset "UTF-8";*{	background-color: #1a1a1a;	font-size: 36px;	font-weight: bold;	background-image: url(../imagenes/correo.jpg);	background-repeat: no-repeat;	background-position: 650px 475px;}#contenedor {	width: 450px;	margin-left: 10%;	height: 600px;	margin-top: 0px;}#contenedor #menu {	width: 100%;		margin: 15px;			}#contenedor #menu a {	width: 100%;	height: 100%;	background-color: #000000;	color: #FFFFFF;	text-decoration: none;	display:block;	padding: 15px 10px 15px 30px;	border: 2px solid #FFFFFF;}#contenedor #menu a:hover {	background-color: #FF6600;	text-decoration: none;	border: 2px solid #FFFFFF;	color: #000000;	padding-right: 150px;}#correo {	background-image: url(../imagenes/correo.jpg);	background-repeat: no-repeat;	background-position: right bottom;	height: 200px;	width: 450px;	margin-right: 15%;	margin-left: auto;}
