@charset "UTF-8";
/* CSS Document */
 /* Remove the navbar's default margin-bottom and rounded borders */
    .navbar {
      margin-bottom: 20px;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 100%;padding-bottom:20px;}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #000000;
     
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;}
    }
	
	
	
.foot_1{
	width: 100%;
	margin: 10px 0px;
	
}


.aizq li{
	text-align: left;
	
}

.linksblancos a{
color:#FFF;	
	
}
.foot2{
	
	background-color:#3a3a3a;
	padding: 20px 20px;
margin: 0px;
}
.foot2 li,.foot2 h4{
	
	color:#FFF;
}

.navbar-nav {
    float: left;
    margin: 10x 0 0 0;
}


#myCarousel .navc a small {
    display:block;
}
#myCarousel .navc{
	background:#eee;
}
#myCarousel .navc a {
    border-radius:0px;
}
.navc > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
