body{
    font-weight: bold;
}

.bodyBack {
    background-image: url("http://www.olimpica.com.co/recursos/TiendaVirtualWEB/img/backgroundWebsite.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contenidoTemplate{
    background-color: white;
    float: left;
    width: 100%;
}

h1{
    color:#333;
    font-size:18px;
    line-height:40px;
    font-weight:600;
    border-bottom:#CCC solid thin;}

h2{
    color:#DE0709;
    font-size:18px;
}

h3{
    color:#8a8c8e;
    font-size:12px;}

h4{
    color: #666;
    font-size:16px;
    font-weight:600;
    line-height:35px;
    margin: 0;
}

p{
    color:#868686;
}

strong{
    color:#333;}

#wrapper{
    width:960px;
    margin:0 auto;

}

#wrap{
    width:100%;
    background-color: white;
    box-shadow: 0 0 20px #999999;
    float: left;
    padding: 0px 10px;

}

/*BOTON CARRITO*/

.carrito{
    margin:0 auto;
    width:60%;
    background-color:#DE0709;
}

.carrito a{
    color:#868686;}

.carrito:hover{
    background-color: #BF0005;
    -webkit-box-shadow: inset -1px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset -1px 1px 2px 1px rgba(0, 0, 0, 0.3);}

/*HEADER/////////////////////////////////////////////////////////////*/

header{
    font-weight:700;
    font-size:11px;
    width:100%;
    height:120px;
    margin:0 auto;
    background-color: #FFFF;
}

#logo{border-right: 0px groove green;
      float:left;
      height:84px;
      color:#FFF;
      width:310px;
}

#logo img{
    margin:2px;
}

#buscar{
    border-right: 2px groove green;
    float:left;
    height:59px;
    width:282px;
    text-align:center;
    padding-top:25px;
}
#buscar .searchBar{
    height:20px;
    display: inline-block;
    float: left;
    margin-left: 60px;
}
#buscar .searchBtn{
    float: left;
    display: inline-block;
    border: none;
    background-color: transparent;
    background-image: url("http://www.olimpica.com.co/recursos/TiendaVirtualWEB/img/ico_lupa.png");
    width: 19px;
    height: 25px;
    padding: 0 !important;
    margin: 0 5px !important;
}

.menu{
    border-right: 2px groove green;
    float:right;
    height:64px;
    padding-top:18px;
    width:120px;
}
.menu div{
    width:100%;
    text-align:center;
    color:#FFF;
    margin-bottom:3px;}

.menu:hover{
    background-color:#CC0000;
    -webkit-box-shadow: inset -1px 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.ultimo{
    border-right:none;
}

#itemsnum{
    width:18px;
    height:15px;
    position:absolute;
    padding-top:3px;
    margin-top:-35px;
    margin-left:70px;
    float:none;
    background-color:#0065B3;
}

/*REDES/////////////////////////////////////////////////////////////*/
#redes{
    width:100%;
    margin:0 auto;
    height:40px;}

#servicio{
    float:left;	
    padding-left: 5px;
}

.red{
    float:left;
    margin-left:10px;
    margin-top:10px;
    opacity:0.6;
    color: #E20019;
}

.red:hover{
    opacity:1;
}

#vercatalogos{
    float:right;
    margin-right: 5px;
}

#vercatalogos a{
    text-decoration:underline;
    font-weight:800;
    color:#333;
}
/*COLUMNAS//////////////////////////////////////////*/

.contenido{
    width: 74.8899%;
    height: 100%;
    float:left;
    margin-left: 0.8403%;
    background-color: #FFF;
}

.sin_margen{
    margin-left:0%;
    padding-bottom: 0px;
}
.sin_margen_imp{
    margin: 0 !important;
}

.sin_borde{
    border:none;
    border-bottom:none;}

.col1{
    width: 24.0%;
    margin-left: 0.8403%;
    float:left;
}

.col2{
    width: 32.3955%;
    margin-left: 0.999%;
    float:left;}

.col3{
    width: 49.2798%;
    margin-left: 0.8403%;
    float:left;
}

.col4{
    width: 66.165%;
    margin-left: 0.8875%;
    float:left;}

.col5{
    width: 90.745%;
    margin-left: 0.8403%;
    float:left;
    height: auto;
}

.col6{
    width:100%;
    float:left;
    padding-bottom: 10px;
}

footer .col6{
    text-align: center;
}

.col1, .col2, .col3, .col4, .col5, .col6{
    text-align:center;
    min-height:232px;
    border:#ccc solid thin;
    background-color:#fff;
    margin-top:10px;
}


.colarticulo{
    width: 32.7731%;
    margin-left: 0.8403%;
    float:left;
}

/*FOOTER///////////////////////////////////////////*/

footer{
    font-size:11px;
    line-height:20px;
    background-color: #f3f3f3;
    float:left;
    width:100%;
}

footer .col1{
    width: 19%;
}

footer ul li a{
    color:#868686;
}

footer ul li a:hover{
    color:#999999;
}

footer .col1{
    border:none;
    text-align:left;
    margin-left:0.8%;
    background-color:#f3f3f3;}

footer .col6{
    min-height:50px;
    border:none;
    background-color:#fff;
    margin-top:0px;
    padding-top:10px;}

footer .metas{
    background-color:#f3f3f3;
    text-align: center;
    color: #999;
}

footer #mediosdepago{
    float:left;
    padding-left: 5px;
}

footer #logosolimpica{
    float: right;
    padding-right: 5px;
}

.noDisplay{
    display: none;
}