body{
	font-family: 'Muli', sans-serif;
	margin:10;
	background-image: #fff;
}
/*-------------------------------*/

/*------- Home Area */ 

.principal a{
  margin-left: 100px;
  font-size: 66px;
}

.principal img {vertical-align: bottom;}

/*------- Main title Jumbotron */ 

div.jumbotron{
    padding-top: 2px;
    padding-bottom: 2px;
    background: #EA1515;
    margin: 70px auto; 
    width: 75%;
    transform: skew(30deg);   
}

h1#responsive-utilities-classes{
    color: #fff;    
    font-size: 50px;
    font-weight: 700;
    font-family: 'Lora', serif;
    text-align: center;
    padding: 0 auto;
    transform: skew(-30deg);    
}

/*------- Info Text */

.texto-informativo h3{
  margin: 20px auto;
  width: 62%;
  font-family: 'Muli', sans-serif;
  color: #999;
  font-size: 18px;
}

.texto-informativo a{
  color: #EA1515;
}
.texto-informativo a:hover{
  color: #888;
}

/*------- Content Area queries */

@media screen and (max-width: 480px){
  h1#responsive-utilities-classes{
    font-family: 'Droid Sans' sans-serif;
    font-size: 20px;
    font-weight: 400px;
    text-align: center;
    
    padding: 10px 10% 0 15%;
  }
  div.jumbotron{
    width: 100%;  }
}
@media screen and (max-width: 950px){
  h1#responsive-utilities-classes{
    font-family: 'Muli' sans-serif;
    font-size: 50px;
    font-weight: 400px;
    text-align: center;    
    padding: 10px 10% 0 15%;
}
.main-wrapper{
  display:table;
  width:200%;
  margin:10px auto;
  padding-left:30px;
  background: #ccc;  
  bottom: 60;
}
  #main {
  display:table;
  width:200%;  
  padding:20px;
  text-align: center;
  background: #ccc;
  bottom: 60;
  float: center;
}
}


.main-wrapper{
  display:table;
  width:90%;
  margin:10px auto;
  padding-left:90px;
  background: transparent;  
  bottom: 60;
}

#main {
  display:table;
  width:100%;
  margin:30px auto;
  padding:20px;
  text-align: center;
  background: transparent;
  bottom: 60;
}
@media screen and (max-width: 600px){
  #main {
  display:table;
  width:100%;  
  padding:0;
  text-align: center;
  background: transparent;
  bottom: 60;
}
.main-wrapper{
  display:table;
  width:100%;
  margin:10px 1px;
  padding-left:0;
  background: transparent;  
  bottom: 60;
}
}

/* Cuadricula de productos */

.da-thumbs {
	list-style: none;
	width: 90%;
	height: 85%;
	position: relative;
	margin: 150px 30 0 0;
	padding: 3px;
}
.da-thumbs li {
	float: left;
	margin: 0px;
	background: #f6f6f6;
	padding: 3px 3px 3px 3px;
	position: relative;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #EA1515;
	background: rgba(234,21,21,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 20px 20px 20px 20px;
	text-transform: uppercase;
	text-align: center;
  font-family: 'Muli' sans-serif;
	font-weight: bold;
  font-weight: 400;
  font-size: 17px;    
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

/* Product queries */

@media screen and (max-width: 600px){
  .da-thumbs {
  list-style: none;
  width: 100%;
  height: 50%;
  position: relative;
  margin: 15px auto;
  padding: 3px;
  text-align: center;
}
#da-thumbs{  
  margin: 5px auto;  
}
.da-thumbs li {
  float: left;
  width: 380px;
  margin: 0px;
  background: #f6f6f6;
  padding: 3px 3px 3px 3px;
  position: relative;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
  overflow: hidden;  
  background:transparent;
}
}



