@import url(http://fonts.googleapis.com/css?family=Raleway);

*{margin:0; padding:0; outline:none;}

body {
	font-family: 'Raleway', sans-serif;
	background: url("../bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a.email { 
	font-size: 12px;
	text-align:right;
	color:#999;
	display:block;		
	margin:200px auto 0;
	font-weight:400;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
}

a.email:hover { color:#06C}

.main {
	height:500px;
	width:800px;
	display:inline-block;
	position:absolute;
	top:220px;
	left:50%;
	margin-left:-420px;
	top:46%;
	margin-top:-220px;
    text-align: center;
}
.boton {
	height:auto;
	width:240px;
	display: block;
    margin: 0 auto 0 ;
    background-color:#1ABADC;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    border-radius: 100px;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 20px; 
}

.boton:hover {
    background-color:#FFF;
    color: #1ABADC;
}

a.awf {
	font-size: 14px;
	text-align:left;
	color:#535353;
	display:block;
	margin:200px auto 0;
	font-weight:400;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	left:20px;
}
a.awf:hover { color: #C00; text-decoration:line-through; }
