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

body{
background-color:#000;
font-size:13px;
color:#FFF;
	
}

.contenedor{
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:lighter;
font-style:normal;

position: absolute;
left: 50%;
top: 50%;
width: 500px;
height: 610px;
margin-top: -295px;
margin-left: -250px;
overflow: auto;

}

a{
	color:#F0F;
	text-decoration:none;
}

.logo{
margin: 0 0 20px 0;
}

.compra{
	font-size:17px;
}