@charset "utf-8";

/* !RESET ################################################################################ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, nav, section, article, aside, footer {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap: normal;
}

body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

ol, ul { list-style: none outside; }

blockquote, q { quotes: none; }

a img { border:0; }

blockquote:before, 
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

/* Remember to define focus styles! */
:focus { outline: 0; }

/* Remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

/* Tables still need <cellspacing="0"> in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* !HTML5 elements */
header, nav, section, article, aside, footer { display: block; }

/* !Smooth image scaling for IE */
*img { -ms-interpolation-mode: bicubic; }

/* !Preserving a space for the scrollbar on non-IE browsers */
html { overflow-y: scroll; }
/* [//RESET] */

br.salto{
line-height:1;
clear:both;
}

.txtParr{
text-align:justify;
margin-bottom:20px;
color:#272727;
font-size:13px;
font-weight:normal;
}
ul.txtParr{
list-style-type:disc;
}

.titTorneos{
color:#6ab72c;
font-size:24px;
padding-left:70px;
font-weight:bold;
margin-bottom:35px;
}

.torneosImg{
float:right;
clear:right;
margin:0 0 20px 80px;
}

.torneosServicios{
color:#6ab72c;
font-weight:bold;
font-size:18px;
list-style-image:url(../img/boloTorneos.gif);
line-height:23px;
margin-left:15px;
}

#torneosForm{
border-top:1px solid #dbe2c5;
border-bottom:1px solid #dbe2c5;
margin-top:50px;
margin-bottom:50px;
padding:25px 50px 10px 0;
color:#1d7046;
font-weight:bold;
font-size:18px;
}
  #torneosForm label{
  width:357px;
  clear:left;
  }
    #torneosForm label span{
	width:117px;
	float:left;
	}
  #torneosForm input[type="text"]{
  width:240px;	
  border:0;
  margin-bottom:7px;
  background:#d7d7d7;
  }
  #torneosForm textarea{
  width:300px;
  height:95px;
  float:right;
  margin-top:2px;
  margin-left:7px;
  border:0;
  background:#d7d7d7;
  }
  #torneosForm .comentCopy{
  text-align:right;
  font-size:16px;
  padding:10px 0;
  }
  #torneosForm .enviarTorneosForm{
  background:#d7d7d7;
  padding:8px 10px;
  text-decoration:none;
  color:#1d7046;
  }

#container{
width:967px;
margin:0 auto;
background:#f3f3f3;
}
  #header{
  height:109px;
  }
  #nav{
  height:30px;
  background:#c0d7ca;
  border-top:1px solid #2f2f2f;
  border-bottom:1px solid #85938c;
  }
    #nav #topMenu{
    list-style-type:none;
    }
      #nav #topMenu li{
      float:left;
      display:inline;
      color:#343434;
      height:31px;
      line-height:31px;
      margin:0 49px;
      }
        #nav #topMenu li a{
        text-decoration:none;
        color:#343434;
        font-weight:bold;
        }
  #content{
  width:907px;
  margin:0 auto;
  background:white;
  }
  ul.menuProd{
	list-style-type:none;
	margin-left:-50px;
	margin-bottom:30px;
	border-top:1px solid #238d57;
	border-bottom:1px solid #238d57;
	padding:1px 0 1px 1px;
	height:31px;
  }
    ul.menuProd li{
	float:left;
	display:inline;
	background:#eeeded;
	height:31px;
	line-height:27px;
	padding:0 21px;
	margin-right:1px;
	font-height:12px;
	}
	ul.menuProd li.selected{
	background:#dedcdc;
	padding:0 20px 0 21px;
	}
	   ul.menuProd li.lastLi{
	  padding:0 18px 0 19px;
	  }
	  ul.menuProd li a{
	text-decoration:none;
	color:#600;
	font-weight:bold;
	  }
	  ul.menuProd li.selected a{
	color:#000;
	font-weight:bold;
	  }
  ul.level2{
  list-style-type:none;
  margin-left:290px;
  margin-top:-25px;
  margin-bottom:30px;
  padding:1px 0 1px 1px;
  height:24px;
  }
    ul.level2 li{
	float:left;
    display:inline;
    background:#eeeded;
    height:24px;
    line-height:24px;
    padding:0 24px;
	margin-right:4px;
	font-height:12px;
	}
	ul.level2 li.selected{
	background:#a6a6a6;
	padding:0 24px;
	}
	  ul.level2 li a{
	  text-decoration:none;
      color:#191919;
	  }
	  ul.level2 li.selected a{
	  color:#191919;
	  font-weight:bold;
	  }
  #torneos #content{
  width:722px;
  padding:51px 70px 0 115px;
  }
  #productos #content{
	width:860px;
	padding:51px 0 30px 50px;
  }
  #contacto #content{
  width:806px;
  padding:51px 50px;
  }
    #content .col1{ 
    float:left;
    width:452px;
    text-align:center;
    padding:20px;
    }
	#nosotros #content .col1{
	width:340px;
	margin-right:95px;
	}
	  #nosotros #content img.imgNosotros{
	  margin-bottom:20px;
	  }
      .titProductosDest{
      margin:20px 0 25px 7px;
      }
      .productContainer{
      width:212px;
      height:202px;
      float:left;
      background:#f6f6f6;
      margin:7px;
      }
        .categoryName{
        background:#a2bc04;
        height:23px;
        line-height:23px;
        text-align:center;
        margin-top:1px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
        color:white;
        }
        .imgProductContainer{
        width:212px;
        overflow:hidden;
        }
          .imgProductContainer img{
          height:127px;
          }
        .caption{      
        height:30px;
        display:block;        
        text-align:center;
        line-height:15px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:9px;
        color:black;
        }
        .caption a{
        clear:both;
        text-decoration:none;
        font-weight:bold;
        color:#bb0000;
        }
    #content .col2{
    width:375px;
    float:left;
    padding:20px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:15px;
    color:#464646;
    }
	#nosotros #content .col2{
	padding-top:0;
	}
      .titProdPers{
      margin:80px 0 20px;
      }
      .mainPhoto{
      margin:10px 0;
      }
      .captionMainPhoto{
      font-size:10px;
      color:#1d7649;
      font-weight:bold;
      margin-bottom:20px;
      }
      .strVerd{
      font-size:11px;
      color:#1d7649;
      }
      .strNar{
       font-size:11px;
       color:#ff4800;
      }
      .mailMain{
      margin-top:10px;
      }
        .mailMain a{
        text-decoration:none;
        font-size:13px;
        color:#1d7649;
        font-weight:bold;
        }
      .pidanos{
      margin:60px;
      }
  #footer{
  height:114px;
  clear:both;
  }
    #footer .footImg{ 
    width:907px;
    margin:0 auto;
    height:74px;
    background:white; 
    text-align:center;
    }
      #footer .footImg img{
      position:relative;
      margin-top:8px;
      }
    #footer p{ 
    width:907px;
    margin:0 auto;
    display:block;
    text-align:center;
    height:40px;
    line-height:40px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:black;
    }
.titProdSecc{
vertical-align:top;
margin-right:50px;
}
.mainProdSeccCont{
margin-top:45px;
padding-left:15px;
}
  .mainProdSeccCont .prodSecc{
	float:left;
	text-align:center;
	margin-right:6px;
	margin-bottom:10px;
	background:white;
	font-size:10px;
	font-weight:bold;
	width:193px;
	height:215px;
	border-top:1px solid #898989;
	border-right:1px solid #525252;
	border-bottom:1px solid #898989;
	border-left:1px solid #bababa;
  }
  .mainProdSeccCont .prodSecc img{
  margin-bottom:4px;
  }
  .mainProdSeccCont .longText img{
  margin-bottom:-3px !important;
  }
  .titProdBolas{
  margin:;
  }
  .moreText{
  float:left;
  display:block;
  margin:0 0 15px 0;
  text-align:center;
  width:100%;
  }
    .moreText span{
	display:block;
	text-align:left;
	float:left;
	margin-right:6px;
  	margin-bottom:10px;
 	background:white;
 	font-size:10px;
    font-weight:bold;
 	width:167px;
	padding-left:28px;	
	}
  .moreText2{
  float:left;
  display:block;
  margin:0 0 15px 0;
  }
    .moreText2 span{
	display:block;
	text-align:left;
	float:left;
	margin-right:6px;
  	margin-bottom:10px;
	margin-top:25px;
 	background:white;
 	font-size:10px;
    font-weight:bold;
 	width:367px;
	padding-left:58px;	
	}
  .txtContact{
  font-size:14px;
  color:#2f2f2f;
  }
  #contactForm{
  background:#4a6f1e;
  padding:15px 40px 0;
  margin:20px 0;
  _width:115%;
  }
  #palosForm{
  padding:15px 40px 0;
  margin:20px 0;
  }
	#palosForm  .label1{
	width:270px;
	float:left;
	font-size:14px;
	color:#57652d;
	margin-top:2px;
	margin-right:5px;
	text-align:right;
	}
	#palosForm  .inputSize1{
	width:330px;
	border:0;
	background:#f1f1f1;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:16px;
	margin-bottom:10px;
	margin-right:5px;
	}
	.red{
	color:#c42a3f;
	font-size:8px;
	}
.redCopia {
	color:#c42a3f;
	font-size:10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

    #contactForm .col1{
	float:left;
	width:410px;
	_width:485px;
	color:white;
	text-align:left;
	}
	  #contactForm  .label1,
	  #contactForm  .label2,
	  #contactForm  .label3{
	  width:70px;
	  float:left;
	  font-size:10px;
	  color:white;
	  margin-top:4px;
	  }
	  #contactForm  .label2{
	  width:107px;
	  }
	  #contactForm  .label3{
	  width:130px;
	  }
	  #contactForm  .inputSize1,
	  #contactForm  .inputSize2,
	  #contactForm  .inputSize3,
	  #contactForm  .inputSize4{
	  width:330px;
	  border:0;
	  float:left;
	  background:white;
	  color:black;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:11px;
	  height:16px;
	  margin-bottom:15px;
	  margin-right:5px;
	  }
	  #contactForm  .inputSize2{
	  width:120px;
	  }
	  #contactForm  .inputSize3{
	  width:38px;
	  }
	  #contactForm  .inputSize4{
	  width:280px;
	  height:50px;
	  }
	#contactForm .col2{
	float:left;
	width:234px;
	}
	  #contactForm .col2 label{
	  text-align:right;
	  clear:left;
	  }
	  #contactForm .col2 input{
	  float:left;
	  margin-left:10px;
	  margin-top:5px;
	  *margin-top:2px;
	  margin-top/*\**/:2px\9;
	  clear:right;
	  }
	  #contactForm .col2 textarea{
	  float:left;
	  width:110px;
	  _width:90px;
	  margin-left:10px;
	  margin-top:5px;
	  color:black;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:11px;
	  }
	#contactForm .titContactForm{
	font-size:16px;
	color:white;
	margin:0 0 10px 70px;
	}
	.botonera{
	text-align:right;
	}
	.contactData{
	background:#ededed;
	padding:20px 28px;
	width:300px;
	margin:30px auto 0;
	text-align:center;
	}
	  .contactData .tit{
	  color:#1d7046;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:22px;
	  margin-bottom:20px;
	  font-weight:bold;
	  }
	  .contactData .txt{
	  color:#1d7046;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:14px;
	  margin-bottom:20px;
	  font-weight:bold;
	  }
	  .contactData .link a{
	  text-decoration:none;
	  color:#71b90a;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:17px;
	  font-weight:bold;
	  }
