@charset "UTF-8";

body {
	background: #eee;
}

h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 35px;
	font-family: arial, "lucida console", sans-serif;
	text-align: center;
}

p {
	margin-bottom: 0px;
	font-size:14px;
	margin-top:0px;
}

#entrada {
	background: #fff;
	padding:28px;
	width:600px;
	margin:0 auto;
	margin-top: 100px;
	border-radius: 7px;
	box-shadow: inner 0 0 7px #777; 
	-moz-box-shadow: inset 0 0 7px #777; 
	-webkit-box-shadow: inset 0 0 7px#777;
}

@media (max-width:770px){
    #entrada {
        width:77%;
    }
}

#link-avadtar {
	font-family: arial, "lucida console", sans-serif;
	font-size: 11px;
	text-align: center;
}

#link-correo {
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
	text-align: center;
}


#titulo {
	text-align: center;
}
	
