body {
    background-image: url(../img/back-00.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #e5e5e5;
    margin: 0 auto auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
img {
    border: none;
}
a {
    color: #4F6A41;
    text-decoration: none;
}
a:hover {
    color: #4F6A41;
    text-decoration: underline;
}
.cont-principal {
    width:980px;
    margin:0 auto;
}
/* HEADER */
.olivo {
    position: absolute;
    width: 980px;
    height: 220px;
    top: 0px;
    z-index: 10;
    background: url(../img/olivo.png) no-repeat center top;
}
.cont-hdr {
    height: 155px;
}
.logo {
    height: 100px;
    width: 160px;
    padding-left:410px;
    padding-top:10px;
}
/* MBNU */

.menu {
    position: absolute;
    top:125px;
    width: 980px;
    height: 30px;
    z-index: 40;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.menu a, .menu a:visited, .menu a:active {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    padding: 0 10px 4px 10px
}
.menu a:hover {
    text-decoration: none;
    color: #E1D72A;
    border-bottom: 4px solid #E1D72A;
}
.menu ul {
    color: #FFF;
    margin: 0px;
    padding: 8px 0 8px 0;
}
.menu ul li {
    display: inline;
}
/* HOME */
.botella {
    background: url("../img/botella.png") no-repeat scroll center top transparent;
    height: 620px;
    padding-left: 1500px;
    padding-top: 20px;
    position: absolute;
    width: 180px;
    z-index: 30;
}
.destacado {
    height: 220px;
}
.cont-home {
    background: url(../img/back-cont-home.png) no-repeat center bottom;
    width: 980px;
    /*height: 255px;*/
    height: 500px;
}
.cont-home h1 {
    font: 18px/22px Georgia, "Times New Roman", Times, serif;
    color: #F90;
    font-stretch: condensed;
    padding: 25px 0 0 100px;
    width: 540px;
    margin: 0
}
.cont-home h2 {
    font: 14px/18px Georgia, "Times New Roman", Times, serif;
    color: #F90;
    font-stretch: condensed;
    padding: 0 0 0 100px;
    width: 540px;
    margin: 0
}


.cont-home p {
    font: 12px/18px Arial, Helvetica, sans-serif;
    color: #666;
    padding: 0 0 15px 100px;
    width: 540px;
}
/* INTERNAS */

.banner {
    position: absolute;
    top: 250px;
    left: 860px;
    z-index: 20;



}
.cont-interno {
    background: url(../img/back-cont-home.png) no-repeat center bottom;
    width: 980px;
    padding: 70px 0 100px 0;
    margin: 0;
    display: block;
}
.cont-interno h1 {
    font: 18px/22px Georgia, "Times New Roman", Times, serif;
    color: #F90;
    font-stretch: condensed;
    padding: 25px 0 0 100px;
    width: 540px;
    margin: 0
}
.cont-interno h2 {
    font: 14px/18px Georgia, "Times New Roman", Times, serif;
    color: #F90;
    font-stretch: condensed;
    padding: 0 0 0 100px;
    width: 540px;
    margin: 0
}
.cont-interno p {
    font: 12px/18px Arial, Helvetica, sans-serif;
    color: #666;
    padding: 0 0 0 100px;
    width: 540px;
}
/* FOOTER */


.cont-foot {
    background-color: #CCC;
    font: 11px/14px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: center;
    margin: 0;
    padding: 15px;
}
.cont-foot p {
    margin: 0;
    padding: 5px;
}
.cont-foot a {
    color: #4F6A41;
    text-decoration: none;
}
.cont-foot a:hover {
    color: #4F6A41;
    text-decoration: underline;
}

/* NOTICIAS */

.cont-noticias {
    width: 540px;
    padding-left:100px;
    padding-top:20px;
}
.modulo_fotos {
    width: 160px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.cont-noticias p {
    padding:0;
    margin:0;
    margin-top:5px;
}
.separador {
    clear: both;
}
.col_iz {
    width:540px;
}

/* CONTACTO */
.cont-contacto {
    width: 540px;
    padding-left:100px;
    padding-top:20px;
}

/* FORMULARIO */

.col-der-form {
    width: 540px;
    float:left;
    font: 11px/14px Arial, Helvetica, sans-serif;
    color: #666;
}
.col-der-form p {
    padding:0;
    margin:0;
    font: 11px/14px Arial, Helvetica, sans-serif;
    color: #666;
}


.form-input
{
    width: 250px;
    float: left;
    font: 11px/14px Arial, Helvetica, sans-serif;
    color: #666;
}


