body{
	background-color:#ffef0f;
	border:0; 
	margin:0; 
	background-image:url('../img/fondo.png');
	height: 100%;
	overflow: hidden;
	background-repeat: repeat-x;
}
#fondo{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image:url('../img/bg_alpha.png');
	background-position: top left; 
}
ul {
	overflow: auto;
	float: right;
	margin-top: 0px;
	margin-right: 50px;
}

ul li {
	list-style-type: none;
	float: left;
	font-size: 20px;
}

ul li a i {
	background: #205D7A;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 25px !important; 
	text-align: center;
	margin-right: 10px;
	line-height: 40px !important;
}
ul li a i {
	transition: all 0.2s ease-in-out;
}
ul li a i:hover {
	opacity: .7;
}
.fa-facebook {
	background:#3b5998;
} 
.fa-linkedin {
	background:#007bb6;
}
.fa-twitter {
	background:#00aced;
}
.fa-instagram {
	background:#bf189d;
} 
.fa-x {
	background-color: #000;
}
.google-plus {
	background:#dd4b39;
}
#pie{
	position:absolute; 
	bottom:-1px; 
	width:100%; 
	height:105px; 
	/*border-top:2px solid rgba(0,0,0,0.5);*/
	background-image:url('../img/piedras.png');
	background-position: 0 20px;
	background-repeat: repeat-x;
}
#datos{
	padding-top:0px;
	font-family: Verdana;
	font-weight: bold;
	color:#0f0600;
	width:100%; 
	text-align:left;
	text-indent: 15px;
	font-size: 16px;
}