/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
  
   /* Margin bottom by footer height */
  margin-bottom: 70px;
 }
  .footer {
   position: absolute;
   bottom: 0;
   width: 100%;
/* Set the fixed height of the footer here */
   height: 70px;
   background-color: #f5f5f5;
   flex-shrink: none;
}
 .goog-te-gadget-simple {
   margin-bottom:70px ;
  }
  .carousel-inner .item img,
  .carousel-inner .item img               { width: 100%;}
  .container .carousel-indicators .active { background-color:orange;}
  .container .carousel-indicators li      { border: 1px solid orange;}
  .container .panel-footer                { margin-top:20px;}
 html {
  position: relative;
  min-height: 100%;
}

#contenido {
   display:contents;
}

.bg-1 { 
    background-color: #1abc9c; /* Green */
    color: #ffffff;
}
.bg-2 { 
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
}
.bg-3 { 
    background-color: #ffffff; /* White */
    color: #555555;
}
.cajas { 
	 background-color:white;
	 /*border: white 8px groove;*/
	font-weight: bold;
	width:100%;
	}
	
iframe {
border-radius:10px;

}