

/* Made by Laia*/

.azul{color: #1D9CE1;}
.cursiva{font-style: italic;}
.negrita{font-weight: 600;}


/*/////////  Acceso a Campus //////////*/

.acceso_campus {
  font-family: Open Sans;
  margin: 0 auto;
  width: 100%;
  background-color: #f4f4f4;
  color: #444141;
  font-size: 1.3em;
  height: auto;
  padding-bottom: 25px;
  text-align: center;
}

.acceso_campus_bloque1 {
    margin: 53px auto 0;    
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: 1.4em;
    font-weight: lighter;
    width: 127px;
}

.acceso_campus_bloque2 {
    margin: 39px auto 0;    
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: 1.4em;
    font-weight: lighter;
    width: 682px;
}

.acceso_campus p{
    padding: 0 0 8px 13px;
    line-height:1.3em;
}


/*///////// botones bootstrap  //////////*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  /*vertical-align: middle;*/
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #1D9CE1;
  border-color: inherit;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1D9CE1;
  border-color: inherit;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px;
}   


/*/////////  Bloques modalidades //////////*/
.bloques{
    margin-top: 35px;
    margin: 40px auto 50px;
    width: 940px;
    font-family: Open Sans;
    line-height: 23px;
}

.bloque {    
    display: inline-block;
    text-align: center;
    width: 306px;
    vertical-align: top;
    padding-top: 20px;
    height: 458px; 
}

.bloque span{
    display: inline-block;
    width: 237px;
}
.titulo_bloque{    
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 44px;
}
.bloque img{
    margin-bottom: 35px;
}

.divider{
     margin-top: 86px;
     
}
.contenedor-boton{text-align: center;}
.boton{
    margin: 0px auto;
    
  
}
.texto_peke{
  
  background-color: #5ECCBD;
  
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {


}