/* 	CSS Document 
	16 Julio 2015
	Author: Osvaldo Osorio
	Web: www.oswosmedia.com
	Twitter: @oswos
*/
*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

body {
	background: #fff;
	margin:0; padding:0;
	overflow-y:scroll;
}
#header, #footer{
	width:100%;
}
#header{
	min-width:900px;
	clear:both;
	margin:0 auto;
	height:120px; 
	/* background:#000 url(../images/rubber.png) top left repeat; */
	background:#000;
}
.inner{
	position:relative;
	width:1000px;
	margin:0 auto;
}
#logo{
	width:327px;
	height:118px;
	position:absolute; top:10px; left:0px;
}
#logo a:hover{ 
	background:none;
}

.intro{
	text-align:center;
	padding:10px 90px;
}

/*
 	PRODUCTOS CATEGORIAS
*/


#categorias{
	clear:both;
	width:1000px;
	min-height:290px;
	margin:20px auto 0px auto;
}
#categorias h1{
	text-align:center;
	padding:30px 0;
	font-weight:normal;
	font-size:29px;
}
#categorias p{
	display:block;
	text-align:center;
	padding:10px 160px;
	font-size:24px; line-height:normal;
}
#categorias ul{
	list-style:none;
	clear:both; margin:0; padding:0;
}
#categorias ul li{
	position:relative;
	float:left;
	width:246px; height:260px; background:#fff;
	margin:0 2px 2px 0;
}
#categorias #last{
	margin-right:0;
}
#categorias .catHolder{
	background:#fff; overflow:hidden;
	height:260px; clear:both;
}
#categorias .catHolder img{
	width:250px;
}

#categorias .info{
	display:none; width:100%; height:100%;
	position:absolute; top:0; bottom:0; min-height:50px;
	padding:20px 20px;
	text-align:center; color:#fff;
	background:rgba(46,164,228,0.9) url(../images/rubber.png) top left repeat;
}
#categorias h2{
	font-size:16px; font-weight:bold;
	margin-bottom:15px;
}
#categorias li a:link, #categorias li a:visited{
	color:#fff;
}
#categorias li a:hover{
	color:#fff;
}
#categorias li:hover .info{
	display:block;
}
#categorias li a.more{
	display:block;
	padding:10px 10px;
	background:#Fc0; 
	border-radius:40px;
	width:46px; height:46px;
	margin:10px auto;
}
#categorias li a.more img{
	width:30px;
}

#barrafooter{
	position:relative;
	bottom:-30px;
	height:200px;
}
#barrafooter ul{
	margin:0; padding:0; list-style:none;
}
#barrafooter li{
	float:left;
}
#barrafooter #publipromo, #barrafooter #ofertas{
	width:334px;
}
#barrafooter #blog{
	width:332px;
}
#barrafooter #ofertas{
	background:url(../images/barra_ofertas.png) bottom left no-repeat; 
	height:200px;
}
#barrafooter #frmSuscribir{
	position:relative;
	padding:90px 20px 10px 30px;
}
#barrafooter #frmSuscribir p{
	color:#fff;
	font-size:19px; padding:0; margin:0 0 7px 0;
}
#barrafooter #frmSuscribir #Email{
	width:220px;
	height:46px;
	padding:10px;
	margin:0;
	border:none;
}
#frmSuscribir button{
	position:absolute; left:240px; bottom:10px;
	background:#189BE2;
	color:#fff;
	border:none;
	font-size:18px;
	width:58px;
	height:46px;
}

body .boton, .page .boton{
	width:230px; text-align:center;
	text-transform:uppercase; font-size:11px;
	display:block;
	padding:10px 30px;
	background:#F36; color:#fff;
	border-radius: 20px;
	border:none;
	cursor:pointer;
}
.boton:hover{ 
	background:#F90;
}

/*
 	GRID SYSTEM
	12 COLUMN BASED.
*/

.row {
    clear: both;
    max-width: 1040px;
    margin: 0 auto;
}

[class^="col-"] {
    float: left;
    margin: 0 3.84615384615% 0 0;
    list-style: none;
    position: relative;
}

[class^="col-"]:last-child {
    margin: 0;
}

.col-1 { width: 4.8076923077% }
.col-2 { width: 13.4615384615% }
.col-3 { width: 22.1153846154% }
.col-4 { width: 30.7692307692% }
.col-5 { width: 39.4230769231% }
.col-6 { width: 48.0769230769% }
.col-7 { width: 56.7307692308% }
.col-8 { width: 65.3846153846% }
.col-9 { width: 74.0384615385% }
.col-10 { width: 82.6923076923% }
.col-11 { width: 91.3461538462% }
.col-12 { width: 100%; margin: 0 }

/*  SECTIONS NEW SET OF GRID  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12 { width: 100%;}
.span_11 { width: 91.53%;}
.span_10 { width: 83.06%;}
.span_9 { width: 74.6%;}
.span_8 { width: 66.13%;}
.span_7 { width: 57.66%;}
.span_6 {	width: 49.2%;}
.span_5 { width: 40.73%; }
.span_4 { width: 32.26%;}
.span_3 { width: 23.8%; }
.span_2 { width: 15.33%;}
.span_1 { width: 6.866%;}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    .span_1, .span_2, .span_3, .span_4, .span_5, .span_6, .span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
		width: 100%; 
	}
}

#footer{
	margin:0px auto;
	min-height:130px; clear:both;
	background:#83BD2B url(../images/rubber.png) top left repeat;  
	font-size:13px; color:#fff; line-height:1.7em;
	padding:40px 0;
	border-top:1px solid #ddd;
}
#footer nav li{
	display:inline-block;
}
#footer ul{
	margin:0; padding:20px 0; 
	list-style:none;
	text-align:center;
}
#footer a{
	color:#fff;
}
#footerlinks a:hover{
	/*color:#06C;
	*/
}
#footerlinks {
	border-top:1px solid rgba(255,255,255,0.3);
	width:100%;
}
#footerlinks li{
	margin:0 15px;
}

#footersocial {
	margin-top:30px;
	width:100%;
	font-size:16px;
	text-transform:uppercase;
	background:#06C;
}
#footer #footersocial ul{
	padding:10px 0;
}
#footersocial li{
	margin:0 7px;
	padding:0 8px;
	border-right:1px solid rgba(255,255,255,0.5);
}
#footersocial li:hover a{
	color:#FF0;
}
#footersocial li:last-child{
	border-right:none;
}
#footersocial .phone{
	font-weight:bold;
}
.by{
	display:block;
	clear:both;
	border-top:1px solid rgba(255,255,255,0.3);
	text-align:center; font-size:11px;
	padding:5px 0;
	color:#eee;
}
.by a:link, .by a:visited{color:#eee;}