a{
	text-decoration: none;
  color: #2996db;
}

html, body {
  height:100%;
  margin:0px;
}

body{
  
background-color: #f2f2f2;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  
}

form-group{
  
  margin-bottom: 15px;
  
}

h1{
  
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  font-size: 24px;
  color: #404040;
  
}

h2{
  
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px; 
  font-size: 20px;
  color: #404040;

}

h3{

  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  font-size: 16px;
  color: #404040;
	
}

label{
  
  margin-bottom: 10px; margin-top: 5px; font-style: italic;
  
}

li{
  
  padding-bottom: 10px;
  
}


ul{
  
list-style-type: circle;
}


.card-links{ /* Menú principal */

  font-weight: bold;
  border: 1px solid #4bb1f2;
  border-radius: 5px;
  
}

.container{
  
  max-width: 1400px;
  margin-bottom: 20px;
  
}

.container-principal{

  border: 1px solid #f1f1f1;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  padding-top: 10px;
  box-shadow: 0px 20px 25px #e1e1e1;
  
}


.container-piedepagina{
  
  text-align: right;

}


.container-piedepagina a{
  
  color: #4f4f4f; 
 
}


@media(min-width: 992px){

  .div-contenido{
    
    min-height: 750px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    
  }

}
  
.ads-articulo{
  
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;

}


.ads-grafico{
  
  margin: 10px;

}

  

@media(max-width: 991px){ /* La barra lateral no se muestra en pantallas chicas */
  .ads-escritorio{
    display: none;
  }
}
  
  
ul.lista-menu{
  list-style-type: none;
  padding-left: 0px;
}



.liMenu{ /* Menú de cada sección */
  
  background-color: #ececec;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 15px;
  max-width: 800px;
  font-size: 20px;
  color: #4f4f4f;
  
}

li.item-menu{
  background-color: #ececec;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 15px;
  max-width: 800px;
  font-size: 20px;
  color: #4f4f4f;
}


li.item-menu a{

font-weight: bold;

}

.img-menu{
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

@media(max-width: 600px){
  .img-menu{
    display: none;
  }
}

.nav-menu{
  
  margin-bottom: 5px;
  
}

.overline{
	
	text-decoration: overline;
	
}

.row-encabezado{
  
  background-color: #fbfbfb; background-size: cover; margin: 0px; margin-top: 20px; margin-bottom: 25px; padding: 10px; padding-top: 20px; border-radius: 5px;
   border: 1px solid #e0e0e0;
}

.row-formulario{
  
  background-color: #fbfbfb; background-size: cover; margin: 0px; margin-top: 20px; margin-bottom: 25px; padding: 10px; padding-top: 20px; border-radius: 5px;
   border: 1px solid #e0e0e0;
}

.tabla-simbolos td:first-child {
  width: 6%;
}