/* CSS Document */

* {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
body{
background-color:#000;}
#placa{
background-image:url(../images/index_eng.jpg);
background-repeat:no-repeat;
background-position:top;
margin-top:15px;
padding-top:120px;
width:560px;
}
#placa2{
background-repeat:no-repeat;
background-position:top;
margin-top:15px;
width:560px;
font-size:12px;
}
#contenido{
width:450px;
}
.botonexit{
margin-right:150px;
}
h1{
font-size:12px;
}
#footer{
font-size:10px;
overflow:inherit;
}
#footer a{
text-decoration:none;
color:#FFFFFF;
}
#footer a:hover{
text-decoration:underline;
color:#FF0000;
}

