/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * https://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 10px;
}
.yamm .yamm-content dl.mega-menu dt a {
  border-bottom: 1px solid #000;
}
.yamm .yamm-content dl.mega-menu dt a,
.yamm .yamm-content dl.mega-menu dd a {
  display: block;
  padding: 5px ;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.yamm-content h2{
	color:#2d3d58;
	font-family: 'creighton', sans-serif;
    font-size: 38px;
    font-weight: 300;
}

.yamm-content .tituloservicios{
	color:#2d3d58;
	font-family: 'creighton', sans-serif;
    font-size: 38px;
    font-weight: 300;
}

.yamm-content h3{
	color:#2d3d58;
	font-family: 'creighton', sans-serif;
    font-size: 34px;
    font-weight: 300;
}

.titulo-azul{
	color:#2d3d58;
	font-family: 'creighton', sans-serif;
    font-size: 34px;
    font-weight: 300;
}
.titulo-negro{
	color:#000000;
	font-family: 'creighton', sans-serif;
    font-size: 34px;
    font-weight: 300;
}


