/* Enter Your Custom CSS Here */
.img-logo-izquierdo {
	width: 80%;
	float:center;
  height: auto;	
	margin-left:10px;
}

.img-logo-derecho{
	width: 70%;	
	float:center;
  height: auto;
	margin-bottom:10px;
}

/* Style all font awesome icons */
.fa {
  padding: 5px;
  font-size: 16px;
  width: 28px;
  text-align: center;
  text-decoration: none;
  border-radius: 10%;
	margin: 0px 0px 0px 15px;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
	text-decoration: none; 
}

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* twitter */
.fa-twitter {
  background: #00aced;
  color: white;
}

/* youtube */
.fa-youtube {
  background: #bb0000;
  color: white;
}