/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/*-----------------Main styles-----------------*/

html {
	font-size: 100.01%; }

body {
	font: 75%/150% sans-serif;
	color: #3F590A;
	background: #eee; }

.spacer {
	font-size:0;
	line-height:0;
	display: none; }

p { padding:0;}

/*-----------------Header styles-----------------*/

.head-top {
	background: #81b114;
	color:#fff;
	padding: 10px;
	border-bottom: 1px solid #41590A; }

.welcome {float:left; width:165px; font-size:1.11em;}
.welcome .indent {padding:0 20px 0 26px;}

.navigation-1 { float:right; padding: 5px 0; }
.navigation-1 label {font-weight:normal; color:#fff; font-weight: bold; }
.navigation-1 select { width:100px; margin-left:3px; }

.navigation-2 { display: none; }
.navigation-2 label {font-weight:normal; color:#fff;}
.navigation-2 select {font-size:10px; width:109px; height:15px; margin-left:3px;}

.navigation-3 { float:right; padding: 5px 0; color:#fff; margin-right: 30px; }
.navigation-3 a { color:#fff; }
.navigation-3 a:hover { text-decoration:underline;}

.navigation-3 ul {margin:0; padding:0; list-style:none;}
.navigation-3 ul li {padding:0 11px 0 8px; display:inline;}


.head-center {
	background: #C1D98A url(../images/head-center.png) repeat-x;
	color:#424242;
	position: relative; }

.head-center-left {background: url(../images/logo-back.jpg) top left no-repeat; position: relative; padding-bottom: 1px; }

.search {float:right; background: #C1D98A;}

li.search {float:none; background:none}

.search-left { }

.search .indent { padding: 10px; }
.search label { display: none; }
.search input.input-text {font-size:1em; width:190px; margin-right: 5px;}

.logo {text-align:right; padding:6px 314px 0 0;}



.menu {
	background: #6E9611;
	border-top: 1px solid #81B114; }
	
#nav a {
	font-size: 120%;
	color: #fff;
	border-right: 1px solid #81B114; }

.menu2 { }

.menu .indent {padding:0 0 0 1px;}



/*-----------------Content styles-----------------*/

.middle-container {
	background-color: #fff;
}


.tm_image {float:left; padding:0 20px 5px 0; display:inline;}


.box_body {padding:10px 19px 0;}
.actions button { }



/*-----------------Footer styles-----------------*/

.footer-container {
	
}

.footer .informational {color:#0081A1; padding:21px 20px 0; text-align:center;}
.footer .informational a {color:#0081A1; text-decoration:underline;}
.footer .informational a:hover {color:#0081A1; text-decoration:none;}

.footer .informational ul {margin:0; padding:0; list-style:none; display:inline;}
.footer .informational div {margin:0; padding:0; display:inline;}
.footer .informational ul li {padding:0 21px 0 17px; background:url(../images/links_line_foot.gif) top right no-repeat; display:inline;}
.footer .informational ul li.last {padding:0 21px 0 14px; background:url(../images/links_line_foot.gif) top right no-repeat; display:inline;}
.footer .informational div ul li.last {padding:0 21px 0 14px; background:none; display:inline;}

.footer .legality {margin:0; padding:5px 20px 15px; }
.footer .legality a { }
.footer .legality a:hover { }

/**/
h1.titulo {
	float: left;
	display: inline; }
	
h1.titulo a {
	color: #fff;
	text-decoration: none; }
	
h1.titulo a:hover {
	text-decoration: underline; }
	
img.paypal {
	position: absolute;
	top: 10px;
	right: 300px; }
	
div.intro {
	margin: /*15*/5px 10px 10px 280px;
	font-size: 120%;
	color: #40590A; }
	
div.intro h2 {
	color: #6D9611;
	font-size: 140%; }
	
div.intro h3 {
	color: #40590A;
	font-size: 140%;
	margin: /*10*/5px 0; }
	
div.intro p {
	margin-bottom: 5px; }
	
ul.breadcrumbs {
	display: none; }
	
#recently-viewed-items {
	margin: 5px 0; }

#recently-viewed-items a {
	color: #40590A; }
	
.head {
	color: #3F590A; }
	
.side-col a {
	color: #60850E; }
	
.side-col .actions button { 
	margin-left: 20px; }
	
.form-button {
	background-color: #81B114;
	border: 1px solid #61850F;
	font-weight: bold;
	color: #fff; }
	
.catalog-listing .item {
	float: left;
	display: inline;
	width: 205px;
	margin: 15px 0 15px 15px;
	border: 1px solid #C1D98A;
	padding: 15px 10px 0;
	background-color: #F3F8E8;
	text-align: center; }
	
.catalog-listing .item p {
	text-align: center; }
	
#main {
	color: #41590A; }
	
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #6C9611; }

#main h4.titulo {
	font-size: 175%;
	margin: 10px 15px 0;
	background: url(../images/titulo.jpg) center center repeat-x; }
	
#main h4.titulo span {
	background-color: #fff;
	padding-right: 10px; }
	
#main a {
	color: #61850F;
	font-weight: bold; }
	
ul.lista li {
	list-style-type: disc;
	margin: 10px 0 0 30px; }
	
#track_hint, #track_outer, .more-views h4, .availability, .add-or, .discount-codes, .shipping-estimate {
	display: none; }
	
.add-to-box {
	margin: 10px 0 0 10px; }
	
.col-2-right-layout {
	background: #fff url(../images/middle-containter.jpg) right top repeat-y; }

.checkout-onepage-index .col-2-right-layout {
	background: none; }
	
.footer {
	padding-top: 5px;
	font-size: 95%;
	line-height: 110%; }
	
.footer div {
	width: 120px;
	float: left;
	display: inline;
	margin-left: 18px; }
	
.footer h6 {
	margin: 10px 0 5px;
	color: #41590A; }
	
.footer ul {
	margin-bottom: 15px; }
	
.footer li {
	margin-bottom: 5px; }
	
.footer a {
	color: #fff;
	text-decoration: none; }
	
.footer a:hover {
	text-decoration: underline; }
	
#shopping-cart-table {
	margin: 0 15px;
	width: 950px; }

#main a.btn-checkout {
	background-color: #41590A;
	border: 1px solid #61850F;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 2px;
	text-transform: uppercase; }
	
.pagina {
	margin: 0 15px; }
	
.pagina h5 {
	font-size: 125%;
	margin: 10px 0; }
	
.pagina img {
	float: right;
	display: inline;
	margin-left: 15px; }
	
.pagina table {
	border-collapse: collapse;
	width: 100%; }
	
.pagina th, .pagina td {
	padding: 5px 10px;
	border: 1px solid #C1D98A; }
	
.pagina th {
	background-color: #6E9611;
	color: #fff; }
	
.pagina .odd td {
	background-color: #F3F8E8; }
	
.testimonios h5 {
	margin: 15px 0 0; }
	
.testimonios h6 {
	font-size: 125%;
	margin-top: 20px; }
	
#contactForm legend {
	display: block;
	font-weight: bold;
	padding-left: 7px; }

#contactForm label {
	margin-top: 5px;
	display: block; }
	
#contactForm div.input-box {
	margin-bottom: 10px; }
	
ul#nav {
	width: 740px;
	float: left;
	display: inline; }
	
p.telefonos {
	float: right;
	display: inline;
	text-align: right;
	margin: 10px 10px 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 125%; }
	
#checkout-step-review {
	background-color: #fff; }
	
.login-box {
	margin-bottom: 15px; }
	
.one-page-checkout-progress {
	margin-right: 15px; }
	
#main .ahorro {
	color: #f60; }
	
.product-collateral .product-specs h4, .product-collateral .product-specs h5 {
	margin-bottom: 10px;
	text-indent: 0;
	font-size: 130%; }
	
.product-collateral .product-specs h5 {
	font-size: 115%; }

.product-collateral .product-specs ul {
	margin-bottom: 10px; }

.product-collateral .product-specs li {
	list-style-type: disc;
	margin-left: 25px;
	margin-bottom: 5px; }
	
.product-collateral .product-specs table {
	border-collapse: collapse;
	margin-bottom: 10px; }

.product-collateral .product-specs td {
	border: 1px solid #C1D98A;
	padding: 5px 10px; }
	
.bnnr {
	width: 350px;
	height: 200px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	margin: 15px 0 0 12px;
	font-size: 95%; }
	
.bnnr-1, .bnnr-2 {
	height: 225px;
}
	
.bnnr-1 { background-image: url(../images/bnnrs/1.jpg); }
.bnnr-2 { background-image: url(../images/bnnrs/2.jpg); }
.bnnr-3 { background-image: url(../images/bnnrs/3.jpg); }
.bnnr-4 { background-image: url(../images/bnnrs/4.jpg); }
.bnnr-5 { background-image: url(../images/bnnrs/5.jpg); }
.bnnr-6 { background-image: url(../images/bnnrs/6.jpg); }

.bnnr h5 {
	font: bold 140% "Century Gothic", Arial, sans-serif;
	width: 150px;
	margin: 10px 0 0 15px; }
	
.bnnr-6 h5 {
	width: 220px; }
	
.bnnr ul {
	margin: 10px 0 0 15px; }
	
.bnnr li {
	margin-top: 5px; }

#contactForm label.checkbox {
	display: inline;
	margin-left: 5px; }
	
#super-product-table input {
	display: none; }

#super-product-table button {
	margin-top: 5px; }
	
.add-to-cart-box {
	display: none; }
	
.font-size {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-weight: bold; }
	
.font-size small, .font-size big {
	border: 1px solid #6E9611;
	display: inline-block;
	padding: 2px 5px;
	margin-left: 5px;
	background-color: #C1D98A;
	cursor: pointer; }
	
img.nacex {
	margin: 10px 0 0 15px; }
	
.horas-24 {
	background: url(../images/24-horas.jpg) no-repeat;
	width: 200px;
	height: 86px;
	color: #fff;
	margin: 10px 0 0 20px; }
	
.horas-24 p {
	width: 100px;
	padding: 10px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%; }
	
.tienda_espanol span.en, .tienda_english span.es {
	display: none; }
	
.short-description h4.ahorro {
	font-size: 110%;
	margin-bottom: 10px; }
	
#main p.fusion-100 a {
	display: block;
	padding: 5px;
	background-color: #B6D9F0;
	text-align: center;
	color: #3C588A;
	border: 1px solid #3C588A;
	text-decoration: none; }
