html, body {	width: 100%;	height: 100%;	margin: 0;	padding: 0;	}body { background: #000; }#todo {	width: 900px;	height: 500px;	margin: 0 auto;	background: url(img/home/home-back.jpg) bottom left no-repeat;	border: 3px solid #f00;	}#navega {	width: auto;	height: 222px;	}#navega ul {	width: auto;	height: 222px;	margin: 0;	padding: 0;	list-style: none;	}#navega img { border-width: 0; }#logo {	width: 297px;	height: 222px;	margin: 0;	padding: 0;	float: left;	}#opciones {	width: 603px;	height: 222px;	margin: 0;	padding: 0;	float: left;	background: url(img/home/opciones-back.jpg) top left no-repeat;	}#opciones li {	margin-left: 456px;	padding: 0;	width: 147px;	height: 22px;	text-align: center;	}#opciones a {	display: block;	width: 147px;	height: 22px;	text-decoration: none;	}#blog {	background: url(img/home/blog2.gif) top left no-repeat;	margin-top: 52px;	}#fotos {	background: url(img/home/fotos2.gif) top left no-repeat;	margin-top: 9px;	}#discos {	background: url(img/home/discos2.gif) top left no-repeat;	margin-top: 11px;	}#av {	background: url(img/home/av2.gif) top left no-repeat;	margin-top: 8px;	}#galeria {	background: url(img/home/galeria2.gif) top left no-repeat;	margin-top: 8px;	}#contacto {	background: url(img/home/contacto2.gif) top left no-repeat;	margin-top: 2px;	}#blog a:link, #blog a:visited { background: url(img/home/blog.gif) top left no-repeat; }#fotos a:link, #fotos a:visited { background: url(img/home/fotos.gif) top left no-repeat; }#discos a:link, #discos a:visited { background: url(img/home/discos.gif) top left no-repeat; }#av a:link, #av a:visited { background: url(img/home/av.gif) top left no-repeat; }#galeria a:link, #galeria a:visited { background: url(img/home/galeria.gif) top left no-repeat; }#contacto a:link, #contacto a:visited { background: url(img/home/contacto.gif) top left no-repeat; }#blog a:hover, #fotos a:hover, #discos a:hover, #av a:hover, #galeria a:hover, #contacto a:hover { background: none; }#opciones strong { visibility: hidden; }