@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	margin: 50px auto;
	padding:0;
	background: #fff;
	font-family: 'Roboto', sans-serif;
}
#logo{
	margin:auto;
	padding:0;
	text-align: center;
}
#texto{
	margin: auto;
}
h1{
	font-size:2em;
	color:#4d4948;
}
p{
	text-align:center;
}
p, a:link{
	color:#4d4948;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	position: relative;
}
a:hover{
	color:#dd6700;
}
