@import url("general.css");

/*CONTENIDO
-----------------------------------------*/
body{
    background-color:#000000;
	}
#bloke_superior{
	top:0;
	right:0;
	position: absolute;
	height:30px;
	width:100%;
	margin-left:6px;
	z-index:3;
}
.superior{
	background-color:transparent;
	}
ul.menu_sup {
    background-color:transparent;
	}
ul.menu_sup li.newsletter a:hover{
    color:#999999;
	}
.contenedor{
    top:50%;
	left:50%;
	margin-top:-290px;
	height:580px;
	margin-left:-500px;
	width:1000px;
	position: absolute;
	z-index:2;
   }
.contenedor560{
    top:50%;
	left:50%;
	margin-top:-265px;
	height:561px;
	margin-left:-500px;
	width:1000px;
	position: absolute;
	z-index:2;
   }
   
  .contenedor505{
    top:50%;
	left:50%;
	margin-top:-253px;
	height:506px;
	margin-left:-500px;
	width:1000px;
	position: absolute;
	z-index:2;
   }
		
