*
{
	margin: 0;
	padding: 0;
	font-family: 'Play', sans-serif;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* BOTONES DE MENU */
.circle{
	width: 150px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	line-height: 100px;
	font-size: 16px;
	font-weight:bold;
	color: #2b5d97;
}
.circle:hover{
	-moz-border-radius: 50px 50px 50px 50px; /* CSS3 rounded borders */
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	background:#D36643;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
/*RRSS*/
.rrss a 
{
	text-decoration: none;
 	width: 100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	line-height: 100px;
	font-size: 38px;
	color: #d36643;
}
