* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.button_blue {
  background-color: #01A9DB;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_red {
  background-color: #ff0000;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_green {
  background-color: #088A08;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}


[class*="col-"] {
  float: left;
  padding: 10px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  background-color: #ffffff;
  color: #F3F781;
  padding: 10px;
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
	opacity: 0.7;
}

.centrado{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-5%, -5%);
	opacity: 0.9;
	color: black;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 18px;
  margin-bottom: 7px;
  background-color: #0489B1;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0B4C5F;
}

.pregunta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pregunta li {
  padding: 18px;
  margin-bottom: 7px;
  background-color: #0489B1;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.pregunta li:hover {
  background-color: #0489B1;
}

.aside {
  background-color: #FA5858;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.aside_B {
  background-color: #ffffff;
  padding: 15px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.aside_J {
  background-color: #ffffff;
  padding: 15px;
  color: #000000;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


.imagen {
  background-color: #ffffff;
  padding: 0px;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 11px;
  padding: 0px;
}

.footer_clock {
  position: fixed;
  left: 40%;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}


.border {
  border-style: solid;
  border-color: 0489B1;	
  border:1px solid #0489B1;
}

.border_fill {
  border-style: solid;
  border-color: D8D8D8;	
  border:1px solid #D8D8D8;
  background-color: #848484;
}

.border_fill_clock {
  border-style: solid;
  border-color: 000000;	
  border:1px solid #000000;
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
}

.my-fixed-item {
    position: fixed;
    min-height: 120px;
    text-align: center;
    word-wrap: break-word;
    width: 252px;
    background-color: aquamarine;
}

.text-center {
  text-align: center;	
}

.text-left {
  text-align: left;	
}

.text-right {
  text-align: right;	
}

.text-justify {
  text-align: justify;
  padding: 10px;  
}

.text-10 {
  font-size: 10px;	
}
.text-11 {
  font-size: 11px;	
}
.text-12 {
  font-size: 12px;	
}
.text-13 {
  font-size: 13px;	
}
.text-14 {
  font-size: 14px;	
}
.text-16 {
  font-size: 16px;	
}
.text-18 {
  font-size: 18px;	
}
.text-20 {
  font-size: 20px;	
}
.color_blanco {
  color: #ffffff;	
}
.color_azul {
  color: #084B8A;	
}

.radius {
  padding: 10px; 
  border-radius: 5px;
}

.radius_B {
  padding: 1px; 
  border-radius: 5px;
}

/* For mobile phones: */ 
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;	}
  .col-s-2 {width: 16.66%;	}
  .col-s-3 {width: 25%;		}
  .col-s-4 {width: 33.33%;	}
  .col-s-5 {width: 41.66%;	}
  .col-s-6 {width: 50%;		}
  .col-s-7 {width: 58.33%;	}
  .col-s-8 {width: 66.66%;	}
  .col-s-9 {width: 75%;		}
  .col-s-10 {width: 83.33%;	}
  .col-s-11 {width: 91.66%;	}
  .col-s-12 {width: 100%;	}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;		}
  .col-2 {width: 16.66%;	}
  .col-3 {width: 25%;		}
  .col-4 {width: 33.33%;	}
  .col-5 {width: 41.66%;	}
  .col-6 {width: 50%;		}
  .col-7 {width: 58.33%;	}
  .col-8 {width: 66.66%;	}
  .col-9 {width: 75%;		}
  .col-10 {width: 83.33%;	}
  .col-11 {width: 91.66%;	}
  .col-12 {width: 100%;		}
  
}