.blanco-claro {  background-color: rgba(255,255,255,1.0);}
.negro-claro {  background-color: rgba(0,0,0,0.50);}
.azul-claro {  background-color: #dce8f7;}
.azul-medio-oscuro {  background-color: #043880;}
.azul-oscuro {  background-color: #1b3469;}
.gris {  background-color: #303030;}
.blanco {  background-color: #ffffff;}
.negro {  background-color: #000000;}
.morado {  background-color: #7B3378;}

.img { top:  -100px;}
.imgg { top: -50px;}
@media (max-width: 479px) {.imgg { top: -100px;}}

.efecto img{	
-webkit-transition: .2s;
-moz-transition: .2s;
}
.efecto:hover img{	
-webkit-transform:scale(.9);
-moz-transform:scale(.9);
}
#proyectos li{list-style:none;}

.marco-oro { padding: 10px; border-style: solid; border-color: #ffffff;  border-radius: 2px; background-color:#E8C866; border-width: 10px;}
.marco-azul { padding: 10px; border-style: solid; border-color: #ffffff;  border-radius: 2px; background-color:#6699FF; border-width: 10px;}
.marco-lila { padding: 10px; border-style: solid; border-color: #ffffff;  border-radius: 2px; background-color:#F7F7F9; border-width: 10px;}
.marco-rosa { padding: 10px; border-style: solid; border-color: #ffffff;  border-radius: 2px; background-color:#FFF7F4; border-width: 10px;}
.marco-gris { padding: 10px; border-style: solid; border-color: #ffffff;  border-radius: 2px; background-color:#F2F7F0; border-width: 10px;}


.html-widget-menu.html-preset-default .html-widget-menu-list .html-widget-menu-item .html-widget-menu-link-level-1 .html-widget-menu-link-arrow:before {
  color: #7aab46;  font-weight: 700;
}
.html-widget-menu.html-preset-default .html-widget-menu-list .html-widget-menu-item .html-widget-menu-link-level-1.html-widget-menu-link-active {
  color: #7aab46;  font-weight: 700;
  }
.html-widget-menu.html-preset-default .html-widget-menu-list .html-widget-menu-item .html-widget-menu-link-level-1.html-widget-menu-link-active .html-widget-menu-link-arrow:before {
  color: #7aab46;  font-weight: 700;
}


#logos {
margin:0 auto;	
padding: 0px; /*.....espaciar los articulos*/
text-align: center; /*........para centrar los articulos*/
width: 100%;
}

#logos article{	
display: inline-block; 
margin: 0px ; /* separa los articulos entre si*/
padding: 10px;
border-radius: 0px;
width: 18%;
/*background: #ffffff;*/
text-align: center;
vertical-align: top;
}


@media (max-width:760px)
{
#logos article{	
display: inline-block; 
margin: 0px ; /* separa los articulos entre si*/
padding: 10px;
border-radius: 0px;
width: 23%;
/*background: #ffffff;*/
text-align: center;
vertical-align: top;
}
}



.redondo { border-radius: 10px; }
.html-parallax {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../imagenes/fondo.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.html-parallax2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../imagenes/parallax2.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}