

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white !important;
}
#top .social {
  text-align: right;
}
#top .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
  background-color: #126ea3;
}
#top .social a i {
  vertical-align: bottom;
  line-height: 30px;
}
#top .social a.facebook:hover {
  background-color: #4460ae;
}
#top .social a.gplus:hover {
  background-color: #c21f25;
}
#top .social a.twitter:hover {
  background-color: #3cf;
}
#top .social a.instagram:hover {
  background-color: #cd4378;
}
#top .social a.email:hover {
  background-color: #4a7f45;
}
#top .social a.youtube:hover {
  background-color: red;
}
.pie a {
  color:whitesmoke; 
  text-decoration: none;
}
.pie a:hover,a:focus {
  color: #a41216;
  text-decoration: none;
}

.correo{
  color: #fff;
  line-height: 26px;
  font-size: 13px;
  text-align: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}
.correo:hover{
color: #FFE8E9;	

}
.correo a:hover{
color: #FFE8E9;	
text-decoration: none !important;

}
.sinbordes{
margin: 0 !important;
background-color: #ccc;
padding: 0 !important;

}
.sinbordes h5{

}
.sinbordes2{
margin: 0 !important;
padding: 0 !important;

}
.fondo{
background-color: white;
margin-top: 30px;
margin-bottom: 30px;
box-shadow: 0px 0px 3px #999;
}
/* scroll to top */
.scrollup{
    position:fixed;
    display: none;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
    background: #126ea3;
    z-index: 10000;
	border:1px solid white;
}

a.scrollup {
	outline:0;
	text-align: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;	
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}
/* fin scroll to top */

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 180px;
    left: 15%;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    background-color: rgba(0,0,0,0.35);
}

.carousel-caption p{
font-size: 20px;
}
.supe{
padding-top: 80px;
}
.imgRedonda {
    width:100%;
    height:auto;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform-origin: right center;
	 transform-origin: right center;
 
}
 .imgRedonda:hover {

  -webkit-transform: scale(1.05,1.05);
 transform: scale(1.05,1.05);
 }

@media (max-width: 767px) {
.carousel-caption {
display: none;
bottom: 80px !important;
}
.imgRedonda2 {
    width:100% !important;}
.caja{
margin: 0;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
width: 100%;
}
.supe{
padding-top:10px;
}
}

@media (max-width: 900px) {
.carousel-caption {

bottom: 80px !important;
}
.imgRedonda2 {
    width:100% !important;}
}



















