/* Previene que el heder y footer no cubra completo para resoluciones inferiores con scroll*/
.headwrapper, .footwrapper { min-width: 1000px;
}

.entry-title {
display: none;
}

.header-wysiwig-arrows { 
  margin-bottom: 40px;
}

.header-wysiwig-arrows img { 
  width: 200px; height: auto;
}

.bodywrapper ul {
 list-style-type: none;
}

.bodywrapper li {
	background: url(http://corpostrategy.com/sitio/wp-content/uploads/2016/01/green-arrow-big.png) no-repeat left center;
  color: #fff;
  line-height: 40px;
  background-size: auto 90%;
  padding-left: 40px;
}

.gallery-icon img{
  border-radius: 5px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border: 2px solid #D1D1D1;
  -webkit-box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.75);
box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.75);
}

.gallery-item{
  padding-bottom: 5px !important;
}

.tabla-inicio-clientes img{ 
  height: 40px;
  width: auto;
  -webkit-box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.75);
box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.75);
}

.tabla-inicio-clientes td {
  padding-top: 5px;
  text-align: center;
}
  
