@charset "utf-8";
/* CSS Document */

body{
background:#5c98ea;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#FFFFFF;
font-weight:bold;
}
#central{
margin: 0 auto;
width:559px;
height:538px;
background:url(imagenes/bg.jpg) no-repeat;
}

#abajo{
padding-top:70px;
width:552px;
height:48px;

text-align:center;
}

a.uno{
text-decoration:none;
color:#1498eb;
}
a:hover.uno {
color:#f77825;
text-decoration:none;
}
a.dos{
color:#00427d;
text-decoration:none;
}
a:hover.dos{
text-decoration:none;
color:#f77825;
}
#entrar{
width:553px;
text-align:right;

}

#boton{
padding:325px 0 0 328px;
/*margin:325px 0 0 325px;
*/
}
#pie{
color:#ffffff;
font-size:0.7em;
text-align:center;
margin-top:25px;
font-weight:normal;
}