body {
	background: #000 url('../img/background.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "Peppa Pig";
}

#cabeza {
	width: 810px;
	height: 175px;
	margin: auto;
	background: url('../img/cabeza.png');
	position: relative;
	z-index: 1;
}

.logo {
	float: left;
	margin: 20px 0px 0px -20px;
}

#desa {
	width: 330px;
	heithg: 220px;
	float: right;
	margin-top: 20px;
	background: rgba(255,255,255,0.7);
}

#buscagoogle {
	height: 30px;
	margin-top: 30px;
	margin-right: 10px;
	margin-botom: 10px;
	float: right;	
}

#fbseguir {
	float: right;
	margin: 10px 20px;	
}

#seguiryt {
	float: right;
	margin: 1px 20px;	
}

#menu {
	width: 400px;
	height: 20px;
	float: right;
	font-family: "Peppa Pig";
	color: #fff;
	margin-top: 30px;
	font-weight: bold;
}

#menu li {
	margin: 2px 5px;
	display: inline;
}

#menu a {
	font-family: "Peppa Pig";
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #f518f3;
	font-family: "Peppa Pig";
}



#menu2 {
	width: 800px;
	height: 30px;
	float: right;
	font: 15px "Peppa Pig";
	color: #fff;
	background-color: #000000;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#menu2 li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}

#menu2 a {
	font-family: "Peppa Pig";
	color: #fff;
	text-decoration: none;
}

#menu2 a:hover {
	text-decoration: none;
	color: #f518f3;
	font-family: "Peppa Pig";
}

