body{
  font-family:serif, arial;
  background: url(../img/fondoweb.jpg);
  background-attachment: scroll;
	background-repeat: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
nav{
  border-bottom: 1px solid white;
}
.navbar-brand{
  text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}
.imgUser{
  width: 40px;
  height: 40px;
}
.contenedorCarousel{
  background-color: gray;
  max-width: 100%;
  text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
  border-bottom: 1px solid white;
}
.d-block{
  margin: auto;
  height: 450px;
  width: 100%;
}
.logo{
  height: 1px;
}
.donar{
  text-align: center;
}
#jumbotronImg{
  width: 50px;
  height: 50px;
}
.col-contactos, .col-informacion, .col-terminos{
  margin-top: 15px;
}
.row-logoTitulo{
  margin-top: 10px;
}
.contactosFooter, .inforacionFooter, .terminosFooter{
  text-decoration: underline;
}
.col-contactos, .col-informacion{
  border-right: solid 1px white;
}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */

     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: red;
 }
 #social-em:hover {
     color: #f39c12;
 }
 #social-up{
   color: blue;
 }
