@charset "utf-8";
/* CSS Document */
BODY  {
	background-color : #000;
	color : White;
	margin: 0px;
	background-position: center;
	background-position: top;
	background-image: url(images/fondo5.jpg);
}

.alpha75 {
   opacity: 0.55;
   
    filter:alpha(opacity=55);
    
   
      }
  
.alpha25 {
   
    opacity: 0.25;
   
    filter:alpha(opacity=25);
   
      }
	
#apDiv2 {
	
	
	top: 0px;
	margin:0 auto;
	padding:0 auto;
	width:840px;
	height:960px;
	
}

.cont {
	margin: 0 auto;
	margin-top: auto;
	top:0;
	width:840px;
	height:960px;
	padding:5px;
	z-index: 2;
}

#fondo {
	position:absolute;
	 margin-left: auto;
    margin-right: auto;
	left: 0;
    right: 0;
	width:840px;
	height:960px;
	background-color: #5c5c5c;
	z-index: 1;
}

#cabecera {
	position:relative;
	margin: 0 auto 0 auto;
	top: 10px;
	width:800px;
	height:197px;
	z-index: 2;
}

#menu {
	position:absolute;
	margin-left: auto;
    margin-right: auto;
	left: 0;
    right: 0;
	top: 217px;
	width:800px;
	height:31px;
	background:url(images/fondo-menu.jpg) no-repeat;
	z-index: 3;
}

#Cont-menu {
	float: center;
	margin-left: auto;
    margin-right: auto;
	left: 0;
    right: 0;
	top: 0px;
	width:772px;
	height:31px;
	z-index: 3;
}

#novedades {
	position:absolute;
	margin-left: auto;
    margin-right: auto;
	left: 0;
    right: 0;
	top: 217px;
	width:800px;
	height:280px;
	background:url(images/fondo-menu.jpg) no-repeat;
	z-index: 3;
}
