@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic|Arimo:400,400italic,700,700italic);
body {  
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: none;
		margin:0px;
 }
 
 
/* Estilos
================================================== */
.left_pie {text-align:left;}
.text-foot {font: 13px/18px 'PT Sans', sans-serif;
color:#fff; 
text-align:left;
margin-top:15px;
}
.text-foot a:link { color:#fff; text-decoration:underline; }
.text-foot a:visited { color:#fff; text-decoration:underline; }
.text-foot a:hover { color:#ccc; text-decoration:none; }
.text-foot ul {margin:0; padding:0; list-style:none}
 .text-foot1 {
	font: 15px/19px 'PT Sans', sans-serif;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}
.text-foot2 {
	font: 11px/14px 'PT Sans', sans-serif;
	color: #fff;
	text-align: left;
	margin-top: 10px;
}
.text-foot2 a:link { color:#fff; text-decoration:none; }
.text-foot2 a:visited { color:#fff; text-decoration:none; }
.text-foot2 a:hover { color:#fff; text-decoration: underline; }
 .text-foot3 {font: 15px/19px 'PT Sans', sans-serif;
color:#99d9ea;
font-weight:bold;
text-align:left;
margin-top:35px;
}
.text-foot4 {
	font: 11px/14px 'PT Sans', sans-serif;
	color: #fff;
	text-align: left;
	margin-top: 10px;
	padding-bottom:30px;
}
.text-foot4 a:link { color:#fff; text-decoration:none; }
.text-foot4 a:visited { color:#fff; text-decoration:none; }
.text-foot4 a:hover { color:#fff; text-decoration: underline; }
 /* #botones sociales
================================================== */
 #botones_sociales {
	position: relative;
	width: 120px;
	height: 35px;
	z-index: 15;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
#botones_sociales_bottom {
	position: relative;
	width: 120px;
	height: 35px;
	z-index: 15;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
 #nav-shadow {
	margin: 0;
	padding:0px 0 0 0px;
	width: 100%;
	min-height: 10px;
	text-align: center;
	list-style: none;
			}
#nav-shadow li {
	margin-right: 0px;
	width: 38px;
	height: 30px;
	position: relative;
	float: left;
			}
			
.twitter {
	background-image: url("../images/twitter.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height:30px;
	cursor:pointer;
}
.twitter:hover {
	background-position: top;
}
.facebook_boton {
	background-image: url("../images/facebook.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height:30px;
	cursor:pointer;
}
.facebook_boton:hover {
	background-position: top;
}
.youtube {
	background-image: url("../images/youtube.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height:30px;
	cursor:pointer;
}
.youtube:hover {
	background-position: top;
}
.linkedin {
	background-image: url("../images/linkedin.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height:30px;
	cursor:pointer;
}
.linkedin:hover {
	background-position: top;
}
