@charset "UTF-8";

body {
    background: linear-gradient(#008080, #008080, #101010) repeat scroll 0% 0% transparent;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    min-width: 1330px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Verdana';
}

/******* MENU ******/
ul {
    list-style: none;
}

li {
    padding-left: 17px;
}

#menu {
    height: 100%;
    font: 0.9em/0.75em 'Gadugi', Arial, Helvetica, sans-serif;
    padding: 0 0% 3.6% 4%;
    background: linear-gradient(#008080, lightseagreen);
}

#menu li {
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#menu a {
    background-color: transparent;
    padding: 1%;
    float: left;
    line-height: 100%;
    font-weight: bold;
    margin: 0.35% 1%;
    text-decoration: none;
    color: #EFECCA;
}

#menu a.active, #menu a:hover {
    background: linear-gradient( lightseagreen, #008080);
    color: #E6E2AF;    
    border-left:  #000000 solid 1px;
    border-right:  #000000 solid 1px;
    border-radius: 10px;


}
/*****fin del menu*******/

#cabecera {
    background-color: #A7A37E;
    /*color: yellow;*/
    width: 100%;
    height: 204px;
}

.imagenesCabecera {
    width: 100%;
    height: 100%;
}

/********* CONTACT ********/

#contenido{
    background-color: white;
    margin-left: 70px;
    margin-right: 150px;
    float: left;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 50px; 
    width: 85%;

}
.sombras{
    -webkit-box-shadow: 0px 13px 14px 5px rgba(18,16,18,1);
    -moz-box-shadow: 0px 13px 14px 5px rgba(18,16,18,1);
    box-shadow: 0px 13px 14px 5px rgba(18,16,18,1);
    border-radius: 0px 0px 35px 35px;
    -moz-border-radius: 0px 0px 35px 35px;
    -webkit-border-radius: 0px 0px 35px 35px;
    border: 0px solid #000000;
}

#contenido h1 {
    width: 90%;
    border-bottom: 1px #002F2F solid;
    color: #002F2F;
    padding-top: 2%;
    padding-bottom: 1%;
    margin-left: 7%;
    font-size: larger;
}

#contacto {
    padding:1% 2% 1% 2%;
    text-align: center;
    border-radius: 10px;

}

#contacto p {
    margin-bottom: 2%;
}

#contacto a {
    color: #046380;
}

#c {
    text-align: center;
}

#contacto1{
    border-top: #D58E00 dotted 2px;
    border-right:  #D58E00 dotted 2px;
    margin-left: 120px;
    margin-right: 120px;
}

#contacto2{
    border-bottom:  #D58E00 dotted 2px;
    border-left:  #D58E00 dotted 2px;
    margin-left: 120px;
    margin-right: 120px;
}


/*************  PIE  *************/

.footer {
    border-top: 1px solid #808080;
    width: 100%;
    margin: auto;
    padding-bottom: 40px;
    padding-top: 30px;
    float: left;
    text-align: center;
    height: 22px;
}
.footer .resize p.footer_logo {
    float: right;
    padding: 0;
    margin: 0 10px;
}
.footer .resize div {
    width: 960px;
    color: #EFECCA;
    font: normal 11px 'Gadugi', Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0 auto;
}
.footer .resize div p {
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer .resize div img {
    float: right;
}
.footer .resize div a {
    color: #EFECCA;
    font: normal 11px 'Gadugi', Arial, Helvetica, sans-serif;
    padding: 0 1px;
}

#footContact {
    margin-top: 4%;
}

.tabLabel {
    width: 50px;
    height: 100px;
}

.pagina3{
    width: 85%;
    height: 203px;
    background-repeat: no-repeat;
    background-position: 15% -1%;
    background-size: 100% 58%;
    background-attachment: fixed;
    position: absolute;
}

.pagina3:nth-child(1) { background-image:url("images/pajaricos.jpg") ; }