html { 
background-color: #000000;
}
body { 
background-color: #000000; 
padding-bottom: auto;
padding-top:80px;
font-family: Technical, BlacklightD, Arial, Tahoma, Helvetica, Sans-serif ;
}

#portada {
position: absolute; 
width: 1024px;
height: 390px;
left: 50%;
top: 50%;
margin-left: -512px;
margin-top: -195px;
box-shadow: 0px 0px 10px 7px rgba( 255, 255, 175, 0.6 );
/* 
	box-shadow: inset/outset  - h-offset - v-offset - blur - spread - color #XXXxxx (rgba admite opacidad);
*/
}
#contador {
position: fixed;
bottom: 0;
width: 100%;
height: 80px;
background-color: #000000;
}


