﻿/*!
 * Date: Jul 23 2010
 */

body
{
  background:#528037 url(../images/background4.jpg) no-repeat left top;
  font-family:Arial;
  font-size:12px;
  line-height:15px;
  color:#375180;
}

.wrapper
{
  width:968px;
  margin:0 auto;
  position:relative;
}

/*********************************************************************
 * General, default styles
 *********************************************************************/
a
{
  text-decoration:underline;
  color:#3B76B9;
}

a:hover
{
  text-decoration:none;
  color:#3B76B9;
  cursor:pointer;
}

h1
{
  font-size:26px;
  line-height:26px;
  margin-bottom:15px;
  font-weight:bold;
  letter-spacing:-1px;
  color:#1a1a1a;
}

h2
{
  font-size:22px;
  margin-bottom:10px;
  line-height:20px;
  font-weight:normal;
  color:#0969ad;
}

h3
{
  font-size:18px;
  margin-bottom:10px;
  vertical-align:top;
  line-height:18px;
  font-weight:normal;
  color:#0969ad;
}

h4
{
  font-size:15px;
  margin-bottom:10px;
  vertical-align:top;
  line-height:20px;
  font-weight:bold;
  color:#2F7DCC;
}

h5
{
  font-size:15px;
  border-bottom:1px solid #2F7DCC;
  margin-bottom:10px;
  padding:0 0 5px;
  vertical-align:top;
  line-height:16px;
  font-weight:bold;
  color:#2F7DCC;
}

h6
{
  font-size:14px;
  margin-bottom:10px;
  vertical-align:top;
  line-height:14px;
  font-weight:bold;
  color:#2F7DCC;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
  text-decoration:none;
}

p,
address
{
  margin-bottom:10px;
}

ul
{
  list-style:square inside;
  margin-bottom:10px;
  font-size:11px;
  line-height:14px;
}

ul ul
{
  margin:5px 0 5px 15px;
  color:#0077A9;
}

ol
{
  list-style:decimal inside;
  margin-bottom:10px;
}

ol ol
{
  list-style:lower-alpha inside none;
  margin:5px 0 5px 15px;
}

blockquote,
q
{
  padding:10px 10px 10px 15px;
  font-style:italic;
  background:#f4f4f4;
  border-left: 2px solid #999;
  margin-bottom:10px;
  display:block;
  color:#838383;
}

blockquote p:last-child
{
  margin-bottom:0;
}

pre,
code
{
  font:13px/18px Consolas, "Courier New", Courier, monospace;
  border:1px dotted #BBBBBB;
}

pre
{
  display:block;
  padding:10px 0 10px 10px;
  margin-bottom:10px;
  overflow:auto;
  position:relative;
  white-space:pre;
  color:#414141;

  
  /*para el area de caracteristicas*/
  font-family:Arial;
  font-size:11px;
  line-height:13px;
  overflow:visible;
}

pre strong
{
  color:#000000;
}

code
{
  padding:1px 3px;
}

table
{
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  position:relative;
  line-height:15px;
	color:#76560A;
	margin:0 0 10px;
}

th
{
  background:#C5AE81;
	font-weight:bold;
	text-align:center;
	padding:6px;
	padding:15px 10px;
}

td
{
	background:#E4DDC5;
	padding:12px 6px;
	text-align:center;
	vertical-align:middle;
}


td.alt,
tr:nth-child(even) td
{
	background:#EFEBDE;
}

td.big
{
  width:300px;
  text-align:left;
}

tr:hover td
{
	background:#D8CEAB;
	background:#D8CEAB !important;
}


.left
{
  text-align:left;
}

.right
{
  text-align:right;
}

.center
{
  text-align:center;
  padding:10px 0 0;
}

img.left,
.alignleft
{
  float:left;
  margin:0 10px 10px 0;
}

img.right,
.alignright
{
  float:right;
  margin:0 0 10px 10px;
}

.aligncenter
{
  display:block;
  margin:0 auto;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
  vertical-align:middle;
}

.clear
{
  clear:both;
  font-size:0px;
  line-height:0px;
  height:0px;
  width:1%;
}

label
{
  font-weight:bold;
  display:block;
}

input,
textarea,
.input,
.textarea,
.select
{
  background:#FFFFFF;
  border:0;
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  font-weight:normal;
  margin:5px 0;
  max-width:400px;
  vertical-align:top;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

input[type="text"]
{
  width:260px;
  height:16px;
  padding:5px 10px;
  border:1px solid #dfdfdf;
}

.text
{
  width:260px;
  height:16px;
  padding:5px 10px;
  border:1px solid #dfdfdf;
}

textarea,
.textarea
{
  padding:10px;
  border:1px solid #dfdfdf;
  min-width:260px;
  min-height:84px;
  _height:84px;
}

.input input,
.textarea textarea
{
  background:transparent;
  padding:0;
  margin:0;
  border:0;
  width:100%;
  min-width:0;
  min-height:0;
  resize:none;
}

.select
{
  font-size:10px;
  width:130px;
  height:28px;
  padding:5px 10px;
  border:1px solid #dfdfdf;
}

.hr
{
  background:#d0d0d0;
  height:1px;
  overflow:hidden;
  margin:10px 0;
}

/*********************************************************************
 * Header, Menu de Navegacion, Dropdown, Logo
 *********************************************************************/
.header
{
  height:90px;
}

.logo
{
  padding:10px 0 0;
  display:inline;
  float:left;
}

.menu
{
  float:right;
  display:inline;
  padding:10px 0 0 0;
}

.menu ul
{
  list-style:outside none;
  margin:0;
  display:inline;
  text-align:right;
  position:relative;
  height:70px;
  padding:0;
  z-index:1000;
}

.menu ul li
{
  text-align:left;
  position:relative;
  display:inline;
  display:inline-block;
  line-height:14px;
  background:url(../images/menu-normal.png) no-repeat left top;
  color:#FFFFFF;
  width:80px;
  height:58px;
  padding:6px 4px;
  margin:0 0 0 3px;
  font-size:14px;
}

.menu ul li a
{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  color:#FFFFFF;
  text-decoration:none;
}

.menu ul li a span
{
  display:block;
  position:absolute;
  bottom:6px;
  left:4px;
}

.menu ul li ul li a span
{
  display:inline;
  position:static;
}


.menu ul li.sub
{
  background:url(../images/menu-normal-submenu.png) no-repeat left top;
}

.menu ul li.current_page_item
{
  background:url(../images/menu-current.png) no-repeat left top;
}

.menu ul li.sub.current_page_item
{
  background:url(../images/menu-current-submenu.png) no-repeat left top;
}

.menu ul li a:hover,
.menu ul li.current_page_item a
{
  color:#000000;
  text-decoration:none;
}

.menu ul li:hover,
.menu ul li.hover
{
  z-index:9999;
}

.menu ul li:hover ul,
.menu ul li.hover ul
{
  display:block;
}

.menu ul ul
{
  background:#084f85;
  width:234px;
  height:auto;
  display:none;
  position:absolute;
  padding:10px 0;
  top:62px;
  left:0;
  text-align:left;
  
  -moz-border-radius:0 6px 6px 6px;
  -webkit-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.menu ul ul li
{
  background:#084f85;
  border-top:1px solid #0c5891;
  display:block;
  margin:0 10px;
  padding:0;
  height:auto;
  width:auto;
  color:#FFFFFF;
  font-family: Arial, Serif;
  font-size:11px;
  font-weight:bold;
}

.menu ul ul li a
{
  display:block;
  text-transform:none;
  padding:10px;
  color:#FFFFFF;
  width:auto;
}

.menu ul ul li a:hover
{
  background:#0c5891;
  color:#FFFFFF;
}

.menu ul li.current_page_item ul
{
  background:#80bae3;
}

.menu ul li.current_page_item ul li
{
  background:#80bae3;
  border-top:1px solid #8cc3ea;
}

.menu ul li.current_page_item ul li a:hover
{
  background:#8cc3ea;
  color:#1e77c2;
}

.menu ul li.btn-hogar
{
  background:url(../images/btn_hogar.png) no-repeat left top;
}

.menu ul li.sub.btn-hogar,
.menu ul li.current-menu-parent.btn-hogar
{
  background:url(../images/btn_hogar.png) no-repeat left bottom;
}

.menu ul li.btn-industria
{
  background:url(../images/btn_industria.png) no-repeat left top;
}

.menu ul li.sub.btn-industria,
.menu ul li.current-menu-parent.btn-industria
{
  background:url(../images/btn_industria.png) no-repeat left bottom;
}

/*********************************************************************
 * Round Corners
 *********************************************************************/

.round
{
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  padding:10px;
  margin:10px 0 0;
  background:#FFFFFF;
  position:relative;
}

.round_top
{
  background:url(../images/b-fullwidth-top.png) no-repeat left top;
  padding:10px 0 0 0;
  position:relative;
}

.round_bottom
{
  background: url(../images/b-fullwidth-bottom.png) no-repeat left top;
  height:15px;
}

.round_middle
{
  background:#FFFFFF;
  overflow:hidden;
}


.round_alt_top
{
  background:url(../images/c-top.png) no-repeat left top;
  padding:5px 0 0 0;
  position:relative;
  width:672px;
  float:left;
  display:inline;
  margin:10px 0 0;
}

.round_alt_bottom
{
  background: url(../images/c-bottom.png) no-repeat left top;
  height:5px;
}

.round_alt_middle
{
  background:#F4F4F4;
  padding:10px;
}



.round_blog_top
{
  background:url(../images/blog-top.png) no-repeat left top;
  padding:15px 0 0 0;
  position:relative;
  width:672px;
  float:left;
  display:inline;
  margin:10px 0 0;
}

.round_blog_bottom
{
  background: url(../images/blog-bottom.png) no-repeat left top;
  height:10px;
}

.round_blog_middle
{
  background:#FFFFFF;
  overflow:hidden;
  padding:10px 10px 0;
}



.page_title h1
{
  font-size:24px;
  line-height:24px;
  padding:2px 30px 15px;
  margin:0;
  color:#FFFFFF;
}

.round_blog_alt_bottom
{
  background: url(../images/blog-alt-bottom.png) no-repeat left top;
  height:10px;
}

.round_blog_alt_middle
{
  background:#0969ad;
  overflow:hidden;
  padding:0 10px;
  color:#FFFFFF;
}

.round_blog_alt_middle h2
{
  color:#FFFFFF;
}

/*********************************************************************
 * Sidebar, Widgets, Search
 *********************************************************************/
.sidebar
{
  float:right;
  display:inline;
  width:286px;
  font-size:12px;
  line-height:14px;
}

.sidebar_top
{
  background:url(../images/sidebar-top.png) no-repeat left top;
  padding:5px 0 0 0;
  margin:10px 0;
  position:relative;
}

.sidebar_bottom
{
  background: url(../images/sidebar-bottom.png) no-repeat left top;
  height:5px;
}

.sidebar_middle
{
  background:#f4f4f4;
  overflow:hidden;
  position:relative;
  zoom:1;
}

.widget
{
  width:256px;
  position:relative;
  clear:right;
  padding:0;
  margin:10px 0 10px 15px;
}

.widget ul li
{
  border-bottom:1px solid #dfdfdf;
  padding:4px 0 5px;
}

.widget ul li a
{
  margin-left:0px;
}

.widget ul ul
{
  padding:5px 0 0;
}

.widget ul li ul li a
{
  margin-left:15px;
}

.widget ul ul li:last-child
{
  border:0;
  padding-bottom:0;
}

.widget h4
{
  font-weight:bold;
  font-size:14px;
  margin-bottom:8px;
  padding:2px 8px;
  color:#000000;
  background:#CCCCCC;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}


.widget_search
{
  background:#e0e0e0;
  padding:10px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  padding:15px 10px;
  width:236px;
  margin-bottom:10px;
}

.widget_search .text
{
  width:138px;
  margin:0;
}

.sidebar_full .widget
{
  float:none;
  display:block;
  clear:both;
  width:auto;
  padding:0;
  margin:10px 0 0;
}


/*********************************************************************
 * Layout
 *********************************************************************/
.fullwidth
{
  position:relative;
  padding:15px;
}

.content
{
  width:672px;
  margin:10px 296px 10px 0;
  position:relative;
}


.footer
{
  clear:both;
  padding:20px 0;
}









.sistemas
{
  float:left;
  display:inline;
  width:222px;
  min-height:180px;
  _height:180px;
}

.soluciones
{
  float:left;
  display:inline;
  width:400px;
  margin-left:10px;
  min-height:180px;
  _height:180px;
}

.sistemas h4,
.soluciones h4,
.widget_categories h4
{
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  padding:2px 8px;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  position:relative;
  height:20px;
  margin-bottom:10px;
}

.sistemas h4
{
  background:#86bd17;
}

.soluciones h4,
.widget_categories h4
{
  background:#74afe0;
}

.sistemas h4 span,
.soluciones h4 span,
.widget_categories h4 span
{
  display:block;
  width:21px;
  height:7px;
  position:absolute;
  right:21px;
  bottom:-7px;
}

.sistemas h4 span
{
  background:url(../images/arrowtitle.gif) no-repeat left top;
}

.soluciones h4 span
{
  background:url(../images/arrowtitle.gif) no-repeat left -7px;
}

.widget_categories h4 span
{
  background:url(../images/arrowtitle.gif) no-repeat left bottom;
}

.soluciones ul,
.sistemas ul,
.widget_categories ul
{
  list-style:outside none;
  margin:0;
}

.soluciones ul li,
.sistemas ul li,
.widget_categories ul li
{
  background:url(../images/liststyle.gif) no-repeat 2px -33px;
  font-weight:bold;
  font-size:11px;
  padding:2px 0 2px 18px;
  border-bottom:1px dotted #666666;
  zoom:1;
}

.soluciones ul li,
.widget_categories ul li
{
  background:url(../images/liststyle.gif) no-repeat 2px 4px;
  width:40%;
  float:left;
  display:inline;
  border-bottom:1px dotted #3c76ba;
  margin:0 20px 0 0;
}

.widget_categories ul li
{
  width:auto;
  float:none;
  display:block;
  margin:0;
}

.soluciones li a,
.widget_categories li a
{
  color:#3c76ba;
  text-decoration:none;
}

.sistemas li a
{
  color:#666666;
  text-decoration:none;
}

.soluciones ul li a:hover,
.sistemas ul li a:hover,
.widget_categories ul li a:hover
{
  color:#81bbe3;
}

.soluciones ul
{
  overflow:hidden;
}

.soluciones ul li
{
  padding:0;
  margin:0 6px 0 0;
  width:75px;
  float:left;
  display:inline;
  background:none;
  border:0;
}

.soluciones ul li a
{
  text-transform:uppercase;
  display:block;
  padding:120px 0 0 0;
  text-align:center;
}

.soluciones ul li.tag-bacterias
{
  background: url(../images/bacterias.jpg) no-repeat left top;
}
.soluciones ul li.tag-cloro
{
  background: url(../images/cloro.jpg) no-repeat left top;
}
.soluciones ul li.tag-sarro
{
  background: url(../images/sarro.jpg) no-repeat left top;
}
.soluciones ul li.tag-suciedad
{
  background: url(../images/suciedad.jpg) no-repeat left top;
}
.soluciones ul li.tag-toxicos-quimicos
{
  background: url(../images/toxicos.jpg) no-repeat left top;
  margin:0;
}

.button,
.button-xsmall,
.button-small,
.button-medium,
.button-big,
.button-super,
.button-super2
{
  border:0;
  padding:0;
  margin:0;
  height:28px;
  display:inline;
  display:inline-block;
  text-align:center;
  line-height:25px;
  text-decoration:none;
  font-family:Arial, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
  cursor:pointer;
  padding-left:2px;
}

.button:hover,
.button-xsmall:hover,
.button-small:hover,
.button-medium:hover,
.button-big:hover
{
  color:#e1e1e1;
}

.button-super:hover
{
  color:#ffe990;
}

.button-xsmall
{
  width:47px;
  background: url(../images/button-xsmall.png) no-repeat left top;
}

.button-small
{
  width:67px;
  background: url(../images/button-small.png) no-repeat left top;
}

.button,
.button-medium
{
  width:87px;
  background: url(../images/button-medium.png) no-repeat left top;
}

.button-big
{
  width:117px;
  background: url(../images/button-big.png) no-repeat left top;
}

.button-super
{
  color:#000000;
  width:232px;
  background: url(../images/button-super.png) no-repeat left top;
}
.button-super2
{
  color:#000000;
  width:232px;
  background: url(../images/button-super2.png) no-repeat left top;
}

#sabiaud
{
  height:210px;
  position:relative;
}

ul.news
{
  list-style:outside none;
  margin:0;
  padding:0;
  width:652px;
  height:200px;
  overflow:hidden;
}

ul.news h2,
ul.news h2 a
{
  font-size:16px;
  color:#000000;
  text-decoration:none;
  line-height:16px;
}

ul.news h4,
ul.news h4 a
{
  color:#000000;
  margin:0 0 6px;
  line-height:16px;
}

ul.news h4 a:hover
{
  color:#666666;
}

ul.news h2 a:hover
{
  color:#0966ab;
}

ul.news li
{
  background:url(../images/news-li-bottom.png) no-repeat center bottom;
  display:inline;
  float:left;
  width:295px;
  padding:0 15px;
  margin:0 0 10px;
  height:95px;
  overflow:hidden;
  font-size:11px;
  line-height:13px;
  color:#0966ab;
  position:relative;
}

ul.news li .thumb
{
  background:#dddddd;
  width:66px;
  height:66px;
  padding:1px;
  float:left;
  display:inline;
  margin:0 10px 10px 0;
}

ul.news li .thumb img
{
  border:3px solid #FFFFFF;
  width:60px;
  height:60px;
}

.round_blog_alt_middle ul.news li
{
  color:#a7c5ec;
}

.round_blog_alt_middle ul.news h4,
.round_blog_alt_middle ul.news h4 a
{
  color:#dfefff;
}

.round_blog_alt_middle ul.news h4 a:hover
{
  color:#A6C5EB;
}

.round_blog_alt_middle ul.news li .thumb
{
  background:#1b508a;
}

.round_blog_alt_middle ul.news li .thumb img
{
  border-color:#dfefff;
}

.controls
{
  position:relative;
}

.controls a
{
  display:block;
  width:30px;
  height:29px;
  position:absolute;
  top:75px;
}

.controls .left
{
  background:url(../images/control-left.png) no-repeat left top;
  left:-22px;
}

.controls .right
{
  background:url(../images/control-right.png) no-repeat left top;
  right:-21px;
}





/*********************************************************************
 * Productos
 *********************************************************************/

.producto_photogallery
{
  width:350px;
  display:inline;
  float:left;
}

#gallery_big
{
  width:352px;
  height:352px;
  display:block;
  overflow:hidden;
  margin-bottom:20px;
}

#gallery_big .image-wrapper
{
  display:block;
  border:1px solid #bbbbbb;
  background:#f4f4f4;
  padding:10px;
}

.gallery_small
{
  list-style:none outside;
  text-align:center;
}

.gallery_small li
{
  width:96px;
  height:96px;
  border:1px solid #bbbbbb;
  background:#f4f4f4;
  padding:5px;
  display:inline;
  float:left;
  margin:0 3px 5px 5px;
}

.gallery_small li img
{
  width:94px;
  height:94px;
}

.gallery_small li:hover
{
  background:#e7e7e7;
}

.producto_descripcion
{
  width:270px;
  padding:10px;
  background:#f4f4f4;
  display:inline;
  float:right;
}

.producto_descripcion h3
{
  color:#1b508a;
  border-top:1px solid #b9dcff;
  margin-bottom:10px;
  padding:10px 0 0;
}

.pagination
{
  clear:both;
  text-align:right;
  padding:10px 0 0;
}

.pagination ul
{
  list-style: outside none;
  margin:0;
}

.pagination ul li
{
  display:inline;
  display:inline-block;
  margin:0 0 0 6px;
}

.pagination ul li a
{
  text-decoration:none;
  padding:2px 8px;
  background:#ececec;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  -moz-transition: background-color .3s ease-out;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;

  display:block;
  *display:inline;
}

.pagination ul li a:hover
{
  background:#d8d8d8;
}

.pagination ul li .current
{
  padding:2px 8px;
  background:#1D2224;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  color:#FFFFFF;
  display:block;
  *display:inline;
}

.share
{
  clear:both;
  background:#d1d1d1;
  padding:3px;
  position:absolute;
  left:10px;
  bottom:10px;
}

.share a
{
  margin:0 3px 0 2px;
}



.producto
{
  background:#F4F4F4;
  padding:20px 20px 10px;
  overflow:auto;
  zoom:1;
}

.producto:nth-child(even)
{
  background:#E8E8E8;
}

.producto h2
{
  font-size:18px;
  line-height:20px;
}

.producto h2 a:hover
{
  color:#1A508A;
}

.producto .thumb img
{
  width:160px;
  height:160px;
  border:1px solid #bbbbbb;
  background:#ececec;
  padding:8px;
  display:inline;
  float:left;
  margin:0;
}

.producto .descripcion
{
  display:inline;
  float:right;
  width:482px;
}

.grilla
{
  overflow:auto;
  zoom:1;
}

.grilla .producto
{
  display:inline;
  float:left;
  width:177px;
  font-size:11px;
  line-height:13px;
  color:#333333;
  margin-bottom:10px;
  background:#FFFFFF;
  background:#F4F4F4;
  min-height:360px;
  _height:360px;
}

.grilla .producto:nth-child(even)
{
  background:#FFFFFF;
  background:#E8E8E8;
}

.grilla .producto .thumb img
{
  float:none;
  display:block;
  margin:0 auto 10px;
}

.grilla .producto .descripcion
{
  width:auto;
  float:none;
  display:block;
}




.jquery-msgbox-prompt
{
  background: url(../images/key.png) no-repeat 20px 0px;
}

.jquery-msgbox-buy
{
  background: url(../images/shopping.png) no-repeat 20px 0px;
}

.jquery-msgbox-wrapper
{
  padding:0px 20px 0px 100px;
}

.jquery-msgbox-buttons
{
  padding:20px 8px 0;
  text-align:right;
}

.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input
{
  margin-left:10px;
  cursor:pointer;
  min-width:85px;
  padding:0 14px 2px;
  height:24px;
}

.jquery-msgbox-inputs
{
  margin-top:4px;
}

.jquery-msgbox-inputs input
{
  display:block;
  padding:3px 2px;
  border:1px solid #dddddd;
  margin:3px 0 6px 0;
  width:95%;
}

.jquery-msgbox-label
{
  font-weight:bold;
  font-size:11px;
}
