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

body {background-color: #FFFFFF; color:#666666; border:0; margin:0; outline:none;}
a {border:0; outline:none;}
img {border:0; outline:none;}

.main_wrap {
	width:100%; 
	position:absolute; 
	margin:auto;
	height:400px;
	top:50%;
	margin-top:-200px;
}
.header_aereo {
	width:100%; 
	text-align:center; 
}
.header_aereo img{
	margin-left: -90px;
}
h1{
	font-size:2em;
	margin:10px 0px;
}
h2{
	font-size:1em;
	color:#e1087a;
	margin:10px 0px;
}
.button{
        background-color:#e1087a; 
        color:#fff; 
        font-size:20px;
        border: 0;
        padding: 8px 16px;
        text-align: center;
    }
.button_container  {
	width:100%; 
	margin: 30px 0px; 
	text-align:center; 
}
#entra { 
	width:114px; 
	height:131px; 
	cursor:pointer;
}
.amoore_logo {
	margin:0 auto; 
	width:100%px; 
	height:97px; 
	text-align:center;
}

