/* Cascading Style Sheet */
/** Site styles **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
}

fieldset,img {
    border:0;
}

ol,ul {
    list-style:none;
}

caption,th {
    text-align:left;
}

body {
    background-color:#D6D0B2;
}

#wrapper {
    /*background-color:#5B0E0C;*/
    background:none;
    margin:-35px auto;
    width:980px;
}

#content {

}

#header {
    background-image:url(../images/header.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    min-height:148px;
}

#menu {
    margin-left:315px;
    padding-top:40px;
    width:680px;
}

#menu ul li {
    list-style-type: none;
}

#menu li {
    float:left;
    display:block;
    padding-left:10px;
}

#menu li a {
    color:#FFCF99;
    font-family:Agency FB;
    font-size:14px;
    text-decoration:none;
    letter-spacing: 0;
    font-weight: bold;
    height: 36px;
}


#menu li a.quienes:hover {
    color:#5B0E0C;
    text-decoration:none;
     background-color:#FFC890;
}

#menu li a.productos:hover {
    color:#5B0E0C;
    text-decoration:none;
     background-color:#FFC890;
}

#menu li a.instalaciones:hover {
    color:#5B0E0C;
    text-decoration:none;
     background-color:#FFC890;
}

#menu li a.nutricion:hover {
    color:#5B0E0C;
    text-decoration:none;
     background-color:#FFC890;
}

#menu li a.contacto:hover {
    color:#5B0E0C;
    text-decoration:none;
    background-color:#FFC890;
}

#firstPart {
    background-color:#5B0E0C;
    min-height:265px;;
}


#threeImages {
    margin-left:0;
    margin-top:-50px;
}

#threeImages ul li {
    list-style-type:none;
}

#threeImages li {
    float:left;
    display:block;
    padding-left:10px;
}


#secondPart {
background-image:url(../images/secondPart.jpg);
background-repeat:no-repeat;
min-height:229px;
padding-top:20px;
}

#video {
    margin-top:-25px;
    margin-right:40px;
   /* background-image:url(../images/video.png);
    background-repeat:no-repeat;*/
    /*margin-left:80px;*/
    /*min-height:220px;*/
}

.transparent{
    width:65px;
}

#footer {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    min-height:47px;
}

a.avisoLegal{
    float: right;
    color: #D6D0B2;
    font-family: tahoma;
    font-size: 13px;
    font-weight: bold;
    padding-right: 9px;
    padding-top: 12px;
    text-decoration:none;
}


