@charset "utf-8";
/* CSS Document */
body {
	background-color: #793f1d;
	background-image: url(portada-bg.jpg);
}

#pantalla {  
    position:absolute;  
    top: 50%;  
    left: 50%;  
    width:774px;  
    height:620px;  
    margin-top: -310px; /*set to a negative number 1/2 of your height*/  
    margin-left: -387px; /*set to a negative number 1/2 of your width*/  
    border: 1px solid #ccc;  
    background-color: #793f1d;  
}  



#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 774px;
	height: 210px;
	position: relative;
	background-image: url(menu-bg.jpg);
	background-repeat: no-repeat;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 144px;
	height: 58px;
	background: url(home.gif) no-repeat;
	left: 96px;
	top: 73px;
}
#menu .home span {
	width: 86px;
	height: 14px;
	background: url(home-over.gif) no-repeat;
	left: 28px;
	top: -20px;
}
#menu .about {
	width: 131px;
	height: 51px;
	left: 338px;
	top: 97px;
	background-image: url(about.gif);
	background-repeat: no-repeat;
}
#menu .about span {
	width: 40px;
	height: 12px;
	background: url(about-over.gif) no-repeat;
	left: 44px;
	top: 54px;
}
#menu .rss {
	width: 112px;
	height: 47px;
	background: url(images/rss.gif) no-repeat;
	left: 588px;
	top: 94px;
}
#menu .rss span {
	width: 92px;
	height: 20px;
	background: url(images/rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}
