body {
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
    background-image:url('../img/bg_main.jpg');
    background-repeat:repeat-x;
    font-family: Arial;
    font-size: 0.8em;
}

h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #990000;
  padding-bottom:5px;
  padding-top: 10px;
  border-bottom: 1px #990000 dotted;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align:left;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #607432;
  padding-bottom:5px;
  padding-top: 10px;
  border-bottom: 1px #475625 solid;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align:left;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  color: #4F0000;
  padding-bottom:5px;
  padding-top: 10px;
  margin-bottom: 5px;
  margin-top: 0px;
  text-align:left;
}

img {
    border:0px;
}

#header {
    width:970px;
}

    #logo {
        float:left;
        width:270px;
        height:132px;
    }

    #menu_up {
        float: right;
        width:700px;
        height:132px;
        background-color:#FFFFFF;
        text-align: right;
    }

        .menu {
            background-image:url('../img/menu_bg.jpg');
            background-repeat:repeat-x;
            font-family:Arial;
            font-size:12px;
            color:#333333;
            padding-left:5px;
            padding-right:5px;

        }

        .menu a{
            font-family:Arial;
            font-size:12px;
            color:#333333;
            text-decoration:none;
        }

        .menu a:hover{
            font-family:Arial;
            font-size:12px;
            color:#333333;
            text-decoration:underline;
        }

    #menu_central {
        clear:both;
        width:970px;
        height:35px;
    }

    #banner_central {
        width:970px;
        height:190px;
    }

    #menu_banner {
        clear:both;
        width:970px;
        height:215px;
    }

    #content {
        width:970px;
        font-size:1em;
        font-family:Arial, Helvetica, sans-serif;
        line-height:17px;
        color:#333333;
        text-align:left;
    }
    #content a,
    #content a:visited{
        color: #990000;
        text-decoration: none;
    }
    #content a:hover{
        text-decoration: underline;
    }

    .blank {
        background-color:#FFFFFF;
        height:10px;
    }

    .col_left {
        width:162px;
        /*padding-right:20px;*/
        background-color:#ECECE0;
    }

    .col_left_up {
        background-image:url('../img/col_lefg_bg.jpg');
        background-position:top right;
        background-repeat:no-repeat;
        background-color:#FFFFFF;
        width:20px;
    }

    .col_left_up2 {
        background-color:#FFFFFF;
        width:20px;
    }

    .col_right_up {
        background-color:#FFFFFF;
        width:20px;

    }

    .col_center {
        width:605px;
        background-color:#FFFFFF;
    }

    .col_right {
        width:162px;
        background-color:#ECECE0;
        text-align:right;
    }
        .search_eng,
        .search_spa {
            text-align:center;
            background-image:url('../img/search_r_spa.jpg');
            background-position:top right;
            background-repeat:no-repeat;
            width:162px;
            height:61px;
        }
        .search_eng{
            background-image:url('../img/search_r_eng.jpg');

        }

    .form_search {
        margin-top:35px;
        margin-right:25px;

        text-align:left;
        width:120px;
        border:1px solid #666666;
        font-family:Arial;
        font-size:11px;
        color:#818061;
    }

    .bot-blank {
        border-bottom:2px solid #FFFFFF;
    }

    #content_down {
        background-color:#DCDCD1;
        height:21px;
    }

    .bread {
        width:100%;
        font-family:Arial;
        font-size:11px;
        color:#333333;

        padding-top:10px;
        padding-bottom:10px;
    }
        #content table.bread span.crumb_span{
            font-family:Arial;
            font-size:11px;
            color:#333333;
            text-decoration:none;
            text-transform: uppercase;
        }
        #content table.bread a.crumb_link {
            font-family:Arial;
            font-size:11px;
            color:#333333;

            text-decoration:underline;
            text-transform: uppercase;
        }

        #content table.bread a.crumb_link :hover {
            text-decoration:underline;
        }

        .tbl-gral
        {
            font-family:Arial;
            font-size:11px;
            color:#333333;
            width:605px;
        }

        .tbl-gral td{
            height: 20px;
            vertical-align: top;
        }

        .tbl-title {
            font-family:Arial;
            font-size:11px;
            color:#990000;

            padding-top:10px;
            padding-bottom:10px;
        }

        .tbl-category {
            background-color:#ECECE0;
            height:bold;
            font-weight:bold;
            height:20px;
            text-transform: uppercase;
        }

        tr.foo:hover {
            background-color: #f0f4e7;
            background-repeat:no-repeat;
        }

        .tbl-gral2 {
            font-family:Arial;
            font-size:11px;
            color:#333333;

            width:605px;
        }

        .tbl-gral2 td{
            height:40px;
        }
        .tbl-gral2 tr th{
            padding: 10px 0px 10px 0px;
        }
        .tbl-info {
            background-color:#F7F7F3;
            border:1px solid #AAAA75;

            font-family:Arial;
            font-size:11px;
            color:#333333;

            font-style: italic;

            height:56px;

            margin-top:10px;
            margin-bottom:10px;
        }


        .arrow {
            margin-left:10px;
            margin-right:10px;
        }

        .space {
            margin-left:10px;
            margin-right:10px;
        }

        .space2 {
            padding-top:10px;
            padding-bottom:10px;
        }

    .sfooter {
        width:970px;
        border:0px;
    }

    .subfooter {
        width:100%;
        background-color:#ECECE0;
    }

    #footer {

        padding-top:30px;
        background-color:#F4F4EC;

        width:100%;
        font-family:Arial;
        font-size:11px;
        color:#818061;
    }

    #footer a{
        font-family:Arial;
        font-size:11px;
        color:#818061;
        text-decoration:underline;
    }

/**
* Forms
*/
    fieldset legend{
        padding: 10px 0px 0px 0px;
        margin:0px;
        font-size: 1.2em;
    }
    fieldset {
        margin-left:auto;
        margin-right:auto;
        border: 0px solid black;
    }

    div.submit{
        text-align: center;
    }
    div.input{
        margin-bottom: 10px;
    }

    form label{
        display: block;
        font-size: 0.9em;

    }
    form input{
        font-size: 1.1em;
        background: #e5e5e5;
        border: 1px solid #ccc;
    }
    form input[type=submit]{
        margin-top: 10px;
    }
    form select{
        font-size: 1.2em;
        margin-top: 10px;
    }
    form textarea{
        font-size: 1.2em;
        width: 90%;
        height: 200px;
        background: #e5e5e5;
        border: 1px solid #ccc;
    }
    form div.error-message{
        color:white;
        text-decoration: blink;
    }

    div#flashMessage{
        font-size: 1.3em;
        color: #607432;
        margin-bottom: 10px;
        margin-top: 10px;
    }

/**
* Product Menu
*/
#menu_1 {
    width: 12em;
    background: #eee;
    }

    #menu_1 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        vertical-align:top;
    }

    #menu_1 ul li{
        margin: 0;
        padding: 0;
        vertical-align:top;
    }

    #menu_1 a, #menu h2 {
        font: 11px/16px arial, helvetica, sans-serif;
        display: block;
        border-width: 0px;
        margin: 0;
        padding: 0px;
    }
    #menu_1 h2 {
        color: #fff;
        background: #000;
        text-transform: uppercase;
    }
    #menu_1 a:visited,
    #menu_1 a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        text-decoration: none;
        width: 100%;
        display: block;
        float: none;
        cursor: pointer;
        background-color:#FFF;
    }

    #menu_1 a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #990000;
        background-color: #EDEBE1;
        text-decoration: none;
        width: 100%;
        display: block;
        float: none;
    }

    #menu_1 li {
            position: relative;
            min-height: 1px;
        }

    #menu_1 ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
    }

    div#menu_1 ul ul ul,
    div#menu_1 ul ul li:hover ul ul {
        display: none;
    }

    div#menu_1 ul ul li:hover ul,
    div#menu_1 ul ul ul li:hover ul {
        display: block;
        z-index: 999;
    }

    div#menu_1 ul.submenu{
        margin-left: 8px;
        width: 200px;
        height: 200px;
        background: white;
        border: 1px solid #929C5E;
        overflow:auto;
    }
    div#menu_1 ul.submenu li{
        border-bottom: 1px solid #ccc;
        padding: 2px 3px;
        float: left;
        width: 178px;
        overflow: hidden;
    }
    div#menu_1 ul.submenu li:hover{
        background-color: #EDEBE1;

    }
    div#menu_1 ul.menu_cultivation{

    }
    div#menu_1 ul.submenu a{

    }
    div#menu_1 ul li ul.submenu li a{
        padding: 3px;
    }


 .tbl-gral-prod {
            font-family:Arial;
            font-size:13px;
            color:#333333;

            width:605px;
        }

        .tbl-gral td{
            height: 20px;
            vertical-align: top;
        }

        .tbl-title {
            font-family:Arial;
            font-size:11px;
            color:#990000;

            padding-top:10px;
            padding-bottom:10px;
        }

        .tbl-category {
            background-color:#ECECE0;
            height:bold;
            font-weight:bold;
            height:20px;
            text-transform: uppercase;
        }

        tr.foo:hover {
            background-color: #f0f4e7;
            background-repeat:no-repeat;
        }

        .tbl-gral2 {
            font-family:Arial;
            font-size:12px;
            color:#333333;

            width:605px;
        }

        .tbl-gral2 td{
            height:40px;
        }

        .tbl-info {
            background-color:#F7F7F3;
            border:1px solid #AAAA75;

            font-family:Arial;
            font-size:11px;
            color:#333333;

            font-style: italic;

            height:56px;

            margin-top:10px;
            margin-bottom:10px;
        }
        .space2 {
            padding-top:10px;
            padding-bottom:10px;
        }
img.firstmenuitem{
    border-bottom: 2px solid white;
}
.list {
  font-size: 12px;
  font-weight: bold;
  color: #4F0000;
  background-color:#ECECE0;
  padding-bottom:5px;
  padding-left: 5px;
  padding-top: 5px;
  margin-top: 0px;
  text-align:left;
  text-decoration:none;
  display: block;
  float: none;

 }

a.list:hover {
  font-size: 12px;
  font-weight: bold;
  color: #4F0000;
  background-color:#DDDDC8;
  padding-bottom:5px;
  padding-left: 5px;
  padding-top: 5px;
  margin-top: 0px;
  text-align:left;
  text-decoration:none;
  display: block;
  float: none;
 }

/**
* Titulo de productos en CSS
*/
div.product_title_herbicides,
div.product_title_herbicidas{
    background-color: #00A160;
}
div.product_title_fungicides,
div.product_title_fungicidas{
    background-color: #E57F1D;
}
div.product_title_seed_treatment,
div.product_title_curasemillas{
    background-color: #A4449D;
}
div.product_title_growth_regulators,
div.product_title_fitoreguladores{
    background-color: #00ADF2;
}
div.product_title_insecticides,
div.product_title_insecticidas{
    background-color: #AC0636;
}
div.product_title_coadyuvants,
div.product_title_coadyuvantes{
    background-color: #6A737C;
}

div.product_title_container{
    padding-top: 5px;
    margin-bottom: 10px;
}
div.product_title_container h2
{
    background-color: white;
    color: black;

    padding: 0px;
    padding-left: 20px;
    margin: 0px;

    font-weight: bold;
    font-size: 1.1em;
    height: 25px;
}

div.product_title_container h1
{
    color: white;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: 20px;
    font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
    border-bottom: none;
}
