/* CSS Document */

/**CATALOGO**/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1004px;
  margin: 20px auto;
}


#sidebar_left_productos{
	width:260px;
	height:auto;
	overflow:hidden;
	float:left;	
	margin-top:0px;
	margin-right: 20px;
	background-color: #FFFFFF;
	border-right: 1px solid #d5d8e5;	
	padding-bottom:30000px;
	margin-bottom:-30000px;
	margin-left: -1px;
}

#sidebar_content_productos{
	height:auto;	
	overflow:hidden;
	/*background-color: #fff;*/
	padding: 15px;			
}
#sidebar_redes_productos{
	width:76px;
	height:auto;
	overflow:hidden;
	float:left;	
	margin-top:10px;		
	margin-left:10px;
	padding: 5px;
	/*background-color: #fff;*/
}

#box_menu_productos{	
	overflow:hidden;
	margin-top: 30px;
}

#box_busca_productos{
	/*background-color:#EBF3F5;*/
	overflow:hidden;
	margin-top:10px;
	
}

#box_busca_productos h2{
	color:#333365;
	font-size:14px;
	text-align:left;
	margin-left:5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#box_menu_productos ul{
	display:block;
	width:100%;
	margin:0px;
	padding-left:0px;
	list-style:none;
	overflow:hidden;	
}
#box_menu_productos ul li{
	
}
#box_menu_productos ul li a{
	padding:8px;
	display:block;	
	min-height:20px;
	color:#38383D;
	text-decoration:none;
	font-weight:normal;
	font-size: 14px;
	text-align: left;
    border-top: solid 3px #222;
    background-color:#fff;
    text-transform: uppercase;
}
#box_menu_productos ul li a:hover{
	background-color:#C6272C;
	color:#fff;
}

.tblSearchProduct td{
	height:25px;
	text-align:left;
	padding-left:5px;
}


.productos_lista {
    border: 6px solid #E2E1DC;
    margin-top:10px;
	margin-bottom: 10px;
    padding: 8px;
	overflow: hidden;
	float:left;
	margin-left:0px;
	margin-right:10px;
	height:190px;
    /*
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.56);	
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
    */
	background-color:#FFF;
	
}
.productos_lista:hover {
    box-shadow: 0 0 7px rgba(207, 205, 197, 0.56);
    -moz-box-shadow: 0px 0px 7px rgba(207, 205, 197, 0.56);
    -webkit-box-shadow: 0px 0px 7px rgba(207, 205, 197, 0.56);
	
}
.producto_nombre{
	overflow:hidden;	
	width:190px;
	min-height:25px;
	/*background-color:#0B6DDF;
	padding:3px 0;*/
}

.producto_nombre h2{
	font-size:12px;	
	text-align:center;
}

.producto_nombre h2 a{
	color: #333365;
	text-decoration:none;
	font-weight: normal;
}


.producto_image {
	width:190px;
	text-align:center;
    /*float: left;
    padding: 0 10px 5px 0;*/
}
.producto_conte {
    float: left;
	width:520px;
    padding: 00;
}

.producto_option{
	text-align:right;
	padding-right:10px;
}
.producto_option a {
	color:#0B6DDF;
	text-decoration:underline;
}


.clsProducto{
padding:3px;

}

#box_search_product{
	width:200px;	
	overflow:hidden;
}

/*FIN CATALOGO*/

/*PRODUCTO DETALLE*/
#producto_item{
	overflow:hidden;
	padding:0px;
	color:#666;
	
}

.producto_resumen{
	overflow:hidden;
	padding:5px;
}
.img_producto{
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:10px;
}
.content_producto{
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}
#content_producto .cotiza{
	background-color: #E24B70;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	width: 180px;

}

#producto_item p{
	margin:0 0 10px 0;	
}

#producto_item h2{
	margin-left:10px;
	font-weight:normal;
	color:#333365;	
}

#producto_item .img_producto img{
	border: 6px solid #fff;
}
/**/
/*MENU CATEGORIAS*/
.topnav {
	width: 200px;
	padding: 0;
	text-align:left;
}

ul.topnav {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}

ul.topnav li {}

ul.topnav li a {
	line-height: 10px;
	font-size: 11px;
	padding: 8px 5px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bolder;
}

ul.topnav li a:hover {
	background-color: #CA0002;
	color:white;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.topnav ul li a {
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
	outline:0;
}

ul.topnav ul li a:hover {
	background-color: #CCC;
	color:#675C7C;
}

ul.topnav ul ul li a {
	color:silver;
	padding-left: 40px;
}

ul.topnav ul ul li a:hover {
	background-color:#D3CEB8;
	color:#675C7C;
}

ul.topnav span{
	float:right;
}


.catalogo_container, .catalogo_des{
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
@media only screen and (max-width : 480px) {
	.CateContainer, .ProjectContainer{
	    position: relative;
	    width: 48%;
	    padding-bottom: 48%;
	    float: left;
	    height: 0;
	    margin: 1%;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	    border: 1px solid #E2E1DC;
	}

	.ProductContainer {
	    position: relative;
	    width: 96%;
	    padding-bottom: 96%;
	    float: left;
	    height: 0;
	    margin: 2%;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	    border: 1px solid #E2E1DC;
	}	
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
	.CateContainer, .ProjectContainer {
	    position: relative;
	    width: 31.3%;
	    padding-bottom: 31.3%;
	    float: left;
	    height: 0;
	    margin: 1%;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	    border: 1px solid #E2E1DC;
	}
	.ProductContainer {
	    position: relative;
	    width: 46%;
	    padding-bottom: 46%;
	    float: left;
	    height: 0;
	    margin: 2%;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	    border: 2px solid #E2E1DC;
	}

}

@media only screen and (min-width : 769px) {
    .RepuestoContainer{
        position: relative;
        width: 50%;
        float: left;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .RepuestoContainer a{
        background-color: #333366;
        color: #ffffff;
        display: block;
        margin: 5px 10px;
        padding: 8px;
        height: 40px;
        text-decoration: none;
        text-align: center;
        font-size: 20px;
    }


	.CateContainer{
	    position: relative;
	    width: 23%;
	    padding-bottom: 28%;
	    float: left;
	    height: 0;
	    margin: 1%;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;

	}

	.ProductContainer {
	    position: relative;
	    width: 30%;
	    padding-bottom: 35%;
	    float: left;
	    height: 0;
	    margin: 1%;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	    border: 2px solid #E2E1DC;
	}	
	
	.ProjectContainer {
	    position: relative;
	    width: 18%;
	    padding-bottom: 22%;
	    float: left;
	    height: 0;
	    margin: 1%;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	    border: 1px solid #E2E1DC;
	}

}
.CateContainer a{
	display: block;
	position: relative;
	text-decoration: none;
	color:#C6272C;
	font-weight:normal;

	font-size: 16px;

}
.ProductContainer img{
    width:100%;

}
.CateContainer a img, .ProductContainer a img, .ProjectContainer a img {
    width:99%;
}
.CateContainer p, .ProductContainer p, .ProjectContainer p {
    display: block;
    position: absolute;
    bottom: 2%;
    width: 100%;
    text-align: center;
    margin: 0;

}

.CateContainer p a, .ProductContainer p a, , .ProjectContainer p a{
	text-decoration: none;
	padding: 5% 0;
	color: #DF3762;
}


.productos_cate_item {
    border: 1px solid #E2E1DC;
    float: left;
    margin-top: 10px;
	margin-bottom: 10px;
    margin-left: 6px;
    margin-right: 6px;
    overflow: hidden;
    padding: 5px;
    width: 200px;
	background-color:#FFF;
    /*
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.56);	
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
	*/
}

.productos_cate_item:hover{
    box-shadow: 0 0 7px rgba(207, 205, 197, 0.56);	
    -moz-box-shadow: 0px 0px 7px rgba(207, 205, 197, 0.56);	
    -webkit-box-shadow: 0px 0px 7px rgba(207, 205, 197, 0.56);	
	
}


.productos_cate_item img{
	max-width:180px;	
}

.producto_cate_item {
	overflow:hidden;
}

.producto_cate_nombre {
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 140%;
    padding: 5px 0;
    text-align: center;
	background-color:#333366;
    text-transform: uppercase;
}

.productos_cate_item a{
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
}


.productos_cate_item a:hover{
	color: #FFF;
}

#box_cotiza{
	overflow:hidden;
	width:100%;
	height:100%;
	background-color:#FFF;
}

#box_cotiza table{
	font-size:12px;	
}

#box_cotiza input {
    border: 3px solid #CCCCCC;
    height: 30px;
    padding: 5px;
    width: 260px;
}
#box_cotiza textarea {
    border: 3px solid #CCCCCC;
    height: 120px;
    padding: 5px;
    width: 370px;
}



#paginator{
	overflow:hidden;
	width:100%;
	padding:10px;	
}
#paginator .pag{
	background-color:#0C3F7A;
	color:#FFF;
	padding:7px;
	margin:2px;
	text-decoration:none;	
	font-size:14px;
}

#paginator .pagcurrent{
	padding:7px;
	margin:2px;
	font-size:14px;
}

#headerProd{
	background-color: #333366;
	width: 100%;
	height: 60px;
	overflow: hidden;;
}
#headerProd img{
	margin-top: 7px;
	margin-left: 5px;
}

.ProductoContainer {
    position: relative;
    width: 100%;
    text-align: justify;
    padding-bottom: 20px;
    border-bottom: 0px solid #E2E1DC;
}
.MarcasContainer{
	position: relative;
	display: block;
	
}
.FichaContainer{
	float: right;
	margin-top: 20px;
    margin-right: 20px;
}
.ImgCateContainer{
	position: relative;
	display: block;
	text-align: center;
    padding-top: 0px;
}
.InfoContainer{
    background-color: #ffffff;
}

.InfoContainer p{
    margin: 0 20px;
}


.InfoContainer h3{
	color:#333;
	font-size: 28px;
	font-weight: normal;
	/*background-color: #2E2E5C;*/
	display: block;
	padding: 10px;
	text-transform: uppercase;
	line-height: 130%;
    border-bottom: 3px solid #C6272C;
}