*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* MOBILE SIZE **********************************************************************************************/
.container { border: 0px solid #adadad; position: relative; text-align: left; min-height: 2em; padding-left:0.6em; padding-right:0.6em; }
.container_footer { border: 0px solid #adadad; position: relative; text-align: left; min-height: 2em; padding-left:0.6em; padding-right:0.6em; }

/* START Footer */
#layout_footer { background: #333333; min-height:280px; margin: 40px 0 0 0; padding: 0 0 20px 0; }
.layout_footer_inner { width:100%; max-width:1140px; padding: 20px 10px 0px 10px; margin: 0px auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
#layout_header { min-height:140px; margin: 10px 0 0 0; padding: 0 0 0px 0; background: #9a9997 url(img_ascasa/bg_header.jpg) repeat-y center; }
.layout_header_inner { width:100%; max-width:1140px; padding: 20px 10px 0px 10px; margin: 0px auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

/* SPECIAL LINKS AND FORMAT*/

.smallfont { font-family: verdana; font-size: 11px; line-height: 10px; }

.white { color: #cccccc; outline:none; font-family: verdana; font-size: 11px; line-height: 10px; } 
a.white:link { color: #cccccc; outline:none; }
a.white:visited { color: #cccccc; outline:none; }
a.white:hover, a.white:active { color:#ffffff; outline:none; text-decoration: none; }

.darkgrey { color: #666666; outline:none; font-family: verdana; font-size: 11px; line-height: 10px; } 
a.darkgrey:link { color: #666666; outline:none; }
a.darkgrey:visited { color: #666666; outline:none; }
a.darkgrey:hover, a.white:active { color:#ffffff; outline:none; text-decoration: none; }

.orange { color: #f26203; outline:none; font-family: verdana; font-size: 11px; line-height: 10px; } 
a.darkgrey:link { color: #f26203; outline:none; }
a.darkgrey:visited { color: #f26203; outline:none; }
a.darkgrey:hover, a.white:active { color:#ffffff; outline:none; text-decoration: none; }


/* MEDIA QUERIES STANDARD ***********************************************************************************/
@media screen and (min-width: 71.8em ) {
  .container { width: 1135px; position: relative; text-align: left; }
  .container_footer { width: 1045px; position: relative; text-align: left; }
}
  
ul.bxcarousel_main_promotions img {
  position: relative !important;
}

.promotionsbox {
  float:left;
  width:100%;
  height:auto;
  padding: 0px 10px;
  margin: 0px 0px 20px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pb_inner {
  border: 1px solid #ddd;
  padding: 10px 10px 5px 10px;
  height:200px;
}

.pb_left {
	width:30%;	
	float:left;
}

.pb_right {
	width:70%;
	float:left;	
}
    