/* CSS Document */

#centrado
{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-left: -375px;
margin-top: -250px;
}

#home
{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-left: -450px;
margin-top: -300px;
}

