html {
	height:100%;
}
body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
	background-color: #FFFFFF;
	background-image: url(../images/bg-page.gif);
	margin:0;
	padding:0;
	height:100%;
}
#main {
	width:780px;
	margin:auto;
	background-color:#464646;
	border:1px solid #464646;
	height:auto;
}
#main-inner {
	margin:0 21px 16px 21px;
	padding:0 20px 20px 20px;
	height:570px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-main-inner-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main-inner-left {
	width: 570px;
	display:block;
	float:left;
	line-height:18px;
}
#main-inner-right {
	width: 100px;
	display:block;
	float:right;
	margin-top:5px;
}
#top {
	margin:10px 21px 0 21px;
	padding:20px;
	padding-bottom:0;
	background-color: #FFFFFF;
	background-image: url(../images/bg-logo-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	padding:10px 0 10px 0;
	background-color: #FFFFFF;
}

h1, h2, h4, h5, h6 { margin: 15px 0; }
p, ul, ol { margin: 15px 0; }

h2 {
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #96bf27;
}
h3 {
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: normal;
	color: #96bf27;
}
div#navbar {
	width: 210px;
	display:block;
	float:right;
	text-align:right;
	padding-top:70px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 0 1px 0 12px;
	color: #6F6F6F;
}
div#navbar li a:link {
	color: #6F6F6F;
}

div#navbar li a:hover {
	color: #0175b2;
	background-color: #FFFFFF;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.headingimg {
	margin:18px 0 0 0;
}
#box-imagen {
	width:380px;
	min-height:146px;
	float:left;
}
#box-direc {
	width:171px;
	min-height:146px;
	background-color: #DEDEDE;
	background-image: url(../images/bg-box-bottom-small.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float:right;
}
#box-top-direc {
	width:171px;
	height:12px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-box-top-small.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#box-direc p {
	padding:0 8px 12px 8px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	text-align:right;
}

#footer {
	clear:both;
	font-size: 10px;
	color:#FFFFFF;
	text-align: center;
	padding:12px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a {
	color:#0175b2;
	text-decoration:underline;
}
a:hover {
	color:#464646;
	text-decoration:none;
}

#box-logos {
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
}
img.distri
{ 
filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
} 
img.distri:hover
{
FILTER: alpha(opacity=100);-moz-opacity:1;opacity:1.00;
filter:none;

}
.distri:hover
{
FILTER: alpha(opacity=100);-moz-opacity:1;opacity:1.00;
filter:none;

}
#galeria li {
   display:inline; 
   float:left; 
   width:150px; 
   background-color:#f5f7f9; 
   padding:5px; 
   margin:5px; 
   text-align: center; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
} 
.boton {
	font-size: 12px;
	text-decoration:none;
	color: #7DA218;
	border: #7DA218 solid 1px;
}
.boton:hover {
	font-size: 12px;
	text-decoration:none;
	color: #464646;
	border: #7DA218 solid 1px;

}
.pvp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.oferta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0175b2;
}
#popup
   {
      position: absolute;
	  z-index:10;
	  left:300px;
	  top:200px;	  
      border: 1px solid #999;
      background-color:#F7F7F7;
      width: 370px;
      height: 235px;
      margin-top: 50px;
      font-family:Verdana, Geneva, sans-serif;
	  font-size:10px;
	  color:#000000;
	  text-align: justify;
	  visibility:hidden;
      
   }