@charset "utf-8";
/*-------------------------------------------
    Estructura
-------------------------------------------*/
* { margin: 0; padding: 0; line-height: 1; }

body { font: normal 60% Arial; background: #ededed; }

.margin { width: 980px; margin: 0 auto; }
.productos-relacionados { width: 720px; float: right; margin-bottom: 25px; }
.margin:after { content: ""; display: block; clear: both; }

.wrapper-webmaster { width: 980px; margin: 0 auto; }
.wrapper-webmaster:after { content: ""; display: block; clear: both; }

/*-------------------------------------------
    Header
-------------------------------------------*/
.header { width: 980px; margin: 0 auto; background: #fff; border-top: 4px solid #e16500; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }

.logo { float: left; }
.logo a { display: block; width: 250px; height: 75px; background: url(../images/mac/logo.png) no-repeat 0 0; text-indent: -10000px; }

.search { float: right; margin: 22px 15px 0 0; }
.search .text { width: 300px; height: 30px; float: left; padding-left: 5px; border: 1px solid #cecece; font-size: 1.5em; }
.search .button { width: 32px; height: 32px; float: left; background: url(../images/mac/btn_search.jpg); text-indent: -10000px; border: none; cursor: pointer; }

/*-------------------------------------------
	Nav
-------------------------------------------*/
.nav {height: 35px; background: #f58020; }
.nav .first { margin-left: 18px; }
.nav li { float: left; margin: 13px 9px; list-style: none; }
.nav li a { color: #fff; font-size: 1.1em; font-weight: bold; text-decoration: none; }
.nav li a:hover { text-decoration: underline; }

.shopping-cart { display: block; width: auto; height: 25px; float: right; margin: 5px 10px 0 0; padding: 6px 0 0 30px; background: url(../images/mac/shopping-cart.png) no-repeat 0 0; }
.shopping-cart a { color:#fff; font-size: 1.4em; text-align: center; text-decoration: none; }
.shopping-cart a:hover { text-decoration: underline; }

/*-------------------------------------------
    Sections
-------------------------------------------*/
.section { width: 720px; float: right; margin: 20px 0 25px 0; padding-bottom: 15px; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }
.section-b { width: 980px; float: right; margin: 20px 0 25px 0; padding-bottom: 15px; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }

.aside { width: 250px; float: left; margin: 20px 0 25px 0; padding-bottom: 15px; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }

.main-categorias { width: 100%; font-size: 1.2em; }
.main-categorias li { list-style: none; }
.main-categorias p { background: #e16500; color: #fff !important; }
.main-categorias a, .main-categorias p { display: block; padding: 13px 14px 9px; color: #000; font-weight: bold; text-decoration: none; line-height: 1.5; }
.main-categorias a:hover { background: #656565; color: #fff; }

.productos { margin-bottom: 5px; }
.productos li img { width: 100%; }
.productos:after { content: ""; display: block; clear: both; }
.productos li { float: left; margin-bottom: 10px; list-style: none; }
.productos p { display: block; padding: 13px 14px 9px; background: #e16500; color: #fff; font-size: 1.4em; font-weight: bold; line-height: 1.5; }

.product { position: relative; width: 240px; height: 160px; box-shadow: 0 1px 2px rgba(0,0,0,0.3); overflow: hidden; }
.product .description a { display: block; text-transform: uppercase; text-decoration: none; font-weight: bold; color: #fff; text-align: center; font-size: 1.6em; margin-top: 9px; }
.product .description { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 30px; background: rgba(0,0,0,0.3); top: auto; ; }


/*-------------------------------------------
    Footer And Sub-Footer
-------------------------------------------*/
.footer { padding: 30px 0; background: #414141; }
.footer .logo a { margin-top: 2px; background-image: url(../images/mac/logo_footer.png); }
.footer address { float: left; margin-left: 30px; padding-left: 30px; border-left: 2px solid #fff; color: #fff; font: 1.6em/1.43 "Times New Roman"; }

.sub-footer { padding: 10px 0 10px; background: #292929; color: #fff; }
.sub-footer ul:after { content: ""; display: block; clear: both; }
.sub-footer li { float: left; margin-right: 15px; list-style: none; }
.sub-footer li a { color: #fff; font-size: 1em; font-weight: bold; text-decoration: none; }
.sub-footer a:hover { text-decoration: underline; }

/*-------------------------------------------
    WebMaster
-------------------------------------------*/
.box-title-webmaster { height: 225px; background: #4d4d4d url(../images/mac/logo_webmaster.png) no-repeat center; }
.box-title-webmaster + .login-block, .box-title-webmaster + .wrapper-webmaster { margin-top: -50px; }

/*-------------------------------------------
    Login
-------------------------------------------*/
.login-block { display: block; width: 425px; height: 235px; margin: 0 auto; background-color: #fff; border-top: 4px solid #e16500; box-shadow: 0 1px 2px rgba(0,0,0,0.3); }
.login-block .label { display: block; font-size: 3.2em; margin: 25px 0 5px 23px; color: #555; }
.login-block .text { width: 300px; height: 35px; margin: 20px 0 0 23px; padding-left: 5px; border: 1px solid #cecece; font-size: 1.5em; }
.login-block .button { width: 75px; height: 37px; margin-left: -4px; background: #e0761f; border: none; cursor: pointer; color: #fff; font-size: 1.4em; font-weight: bold; }

/*-------------------------------------------
    Panel WebMaster
-------------------------------------------*/
.section-webmaster { width: 680px; min-height: 400px; float: left; margin: 5px 0 30px; padding-bottom: 15px; background: #fff; border-top: 4px solid #e16500; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }

.aside-webmaster { width: 290px; float: right; margin: 5px 0 30px; padding-bottom: 15px; background: #fff; border-top: 4px solid #e16500; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }

.main-webmaster { width: 100%; font-size: 1.2em; }
.main-webmaster li { list-style: none; }
.main-webmaster p { background: #e16500; color: #fff !important; }
.main-webmaster a, .main-categorias p { display: block; padding: 13px 14px 9px; color: #000; font-weight: bold; text-decoration: none; line-height: 1.5; }
.main-webmaster a:hover { background: #656565; color: #fff; }

.logout-webmaster { float: right; margin-top: -15px; color: #fff; font-size: 1.2em; font-weight:bold; text-decoration: none; }
.logout-webmaster:hover { text-decoration: underline; }

.align-webmaster { float: left; margin-right: 33px; }

.fieldset-webmaster { margin: 15px 25px 0; padding-bottom: 15px; }

.legend-webmaster { margin-left: 10px; color: #000; font-size: 2.2em; }

.text-webmaster { width: 250px; height: 25px; margin: 5px 0 0 23px; padding-left: 5px; background: #fff; border: 1px solid #cecece; color: #000; font-size: 1.5em; }

.label-webmaster { display: block; margin: 15px 0 0 23px; font-size: 1.8em; color: #000; }

.btn-webmaster { display: block; width: 80px; height: 30px; background: #e0761f;  margin: 10px 0 0 23px; border: none; cursor: pointer; color: #fff; font-size: 1.4em; font-weight: bold; }

.file-webmaster { margin: 5px 0 0 20px; border: none; cursor: pointer; color: #000; font-size: 1.4em; font-weight: bold; }

.select-webmaster { width: 255px; height: 25px; margin: 5px 0 0 23px; }

.textarea-webmaster { width: 568px; height: 150px; resize: none; margin: 10px 0 0 23px; }

.li-banners-webmaster { float: left; margin-bottom: 5px; list-style: none; }

.img-banners-webmaster { width: 280px; }

.banner { position: relative; width: 280px; border: 5px solid #fff; box-shadow: 0 1px 6px rgba(0,0,0,0.3); margin: 15px 0 0 14px; overflow: hidden; }
.banner .info a { display: block; text-transform: uppercase; text-decoration: none; font-weight: bold; color: #fff; text-align: center; font-size: 1.6em; margin-top: 2px; }
.banner .info { position: absolute; top: 0; bottom: 0; left: 0; right: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: 0; height: 35px; background: rgba(0,0,0,0.5); -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; top: auto; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.banner:hover .info { visibility: visible; opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.article { padding: 20px 25px; }
.article h2 { margin: 0 0 20px; font-size: 2.2em; text-align: justify; }
.article p { font-size: 1.8em; line-height: 1.5; text-align: justify; }

.product-info { width: 327px; height: 215px; float: right; box-shadow: 0 1px 5px rgba(0,0,0,0.4); }

.zoom-product { width: 323px; height: 215px; box-shadow: 0 1px 5px rgba(0,0,0,0.4); }

.detail-price { width: 180px; height: 100%; float: right; border-left: 1px solid #CCC; text-align: center; }
.detail-price .label { font-size: 1.8em; color: #555; }
.detail-price .text { width: 50px; height: 25px; margin: 23px 0 0 15px; padding-left: 5px; font-size: 1.5em; border: 1px solid #cecece; }
.detail-price .button { width: 180px; height: 37px; margin-top: 30px; background: #e0761f; color: #fff; border: none; cursor: pointer; font-size: 1.4em; font-weight: bold; }
.detail-price .text-price { display: block; padding-top: 15px; font-size: 1.6em; color: #999; }
.detail-price .price { display: block; padding-top: 10px; font-size: 3em; color: #F00; }

.detail-product { width: 146px; height: 100%; float: left; text-align: center; }
.detail-product .marca { display: block; padding-top: 25px; }
.detail-product .marca img { width: 120px; }
.detail-product .text-detail { display: block; padding: 8px 0 0 13px; font-size: 1.4em; font-weight: bold; text-align: left; }
.detail-product .text-detail-first { display: block; padding: 15px 0 0 13px; font-size: 1.4em; font-weight: bold; text-align: left; }

.delete-product { position: relative; width: 280px; border: 5px solid #fff; box-shadow: 0 1px 6px rgba(0,0,0,0.3); margin: 15px 0 0 14px; overflow: hidden; }
.delete-product .info a { display: block; text-transform: uppercase; text-decoration: none; font-weight: bold; color: #fff; text-align: center; font-size: 1.6em; margin-top: 2px; }
.delete-product .info { position: absolute; top: 0; bottom: 0; left: 0; right: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: 0; height: 35px; background: rgba(0,0,0,0.5); -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; top: auto; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.delete-product:hover .info { visibility: visible; opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.descripcion-producto { margin-top: 25px; }
.descripcion-producto .content p { font-size: 1.5em; text-align: justify; }
.descripcion-producto .content span { display: block; width: 100%; margin-top: 10px; padding: 5px 0 5px 5px; background: #e0761f; color: #fff; font-size: 2.2em; text-align: justify; }
.descripcion-producto .content h3 { margin-top: 10px; margin-bottom: 5px; font-size: 1.8em; text-align: justify; }

table { width: 100%; margin: 0 auto; margin-top: 25px; border-collapse: collapse; color: #333; font-size: 1.6em; }
td { padding: 10px; height: 35px; width: 200px; }
td.title { width: 200px; height: 35px; text-align: center; background: #333; color: #fff; font-size: 1.2em; }

.section-b .article h1 { font-size: 2.4em;}
.section-b .article h2 { margin-top: 15px; margin-bottom: 8px; font-size: 2em; }
.section-b .article p { line-height: 1.3; margin-top: 5px; }
.section-b .article ol li { font-size: 1.8em; margin-top: 5px;}
.section-b .article .lista { padding-left: 25px; }

.item-product { height: 146px; border-bottom: 1px solid #ddd; }
.item-product:after { content: ""; display: block; clear: both; }
.item-product .producto { float: left; margin: 10px; width: 180px; border: 3px solid #fff; box-shadow: 0 1px 6px rgba(0,0,0,0.3);}
.item-product .marca { float: left; margin: 60px 10px 0 0; width: 100px; }
.item-product .descripcion { float: left; margin: 30px 0 0 0; width: 280px; font-size: 1.4em; font-weight: bold; text-align: justify; }
.item-product .price { float: left;  margin: 40px 0 0 18px; font-size: 2em; color: #F00; }
.item-product .button { float: left; width: 90px; height: 30px; margin: 10px 0 0 18px; padding: 0 0 0 20px; background: #e0761f url(../images/mac/shopping-cart.png) no-repeat 0 0; background-position: 4px; background-size: 20px,20px; color: #fff; border: none; cursor: pointer; font-size: 1.4em; font-weight: bold; }

.mas-productos { margin-top: 25px; border-top: 1px solid #ddd; }
.mas-productos .button { display: block; float: left; margin: 10px; padding-top: 8px; width: 40px; height: 20px; background: #fff; color: #000; border: 1px solid #ddd; cursor: pointer; font-size: 1.4em; font-weight: bold; text-align: center; text-decoration: none; }