/* CSS Document */
body{
margin-top: auto;
font-family: Arial, Helvetica, sans-serif; 
margin:0px auto 0px auto;
background-color: #000;
}

#fondo{
background-image:url(../imagenes/derecha.jpg);	
background-repeat: repeat-x; 
height:600px;
}

#cuerpo{
width:900px;
margin:0px auto 0px auto;
}


#cont_principal{
margin:auto auto auto auto;
}

.imgFader{ 
position:relative; 
filter:alpha(opacity=0); 
-moz-opacity:0.0 
}

#footer{
position:fixed;
top:580px;
text-align:center;
font-size:10px;
color: #999;
width:100%;
float:left;
}

#footer a{
color: #999;
text-decoration:none;

}

#footer a:hover{
color: #fff;
text-decoration:none;
}

#footer .acceso{
text-decoration:underline;	
}

a:active {
outline: none;
}

:focus {
-moz-outline-style:none;
}
