
* {
    margin: 0px;
    padding: 0;
}
body{
    background-color:black;
    margin: 0;
    padding: 0;
    font-family:verdana, arial, sans-serif;
    font-size:14px;
    height:100%;
    /* background-image: url("../imagenes/fondo2.gif");*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: white;

}

#contenedor{
    position:relative;
    width:100%;
    margin:auto;
    height:100%;

}



#cabecera{
    position:relative;
    /*height:50%;*/
    background-repeat:no-repeat;
    background-color:black;
    border-bottom: solid 2px black;
    width: 100%;

    min-height: 160px;
    text-align: center;


    /* background-image: url("../imagenes/logo.png");
     background-position: 50% 60%;
     background-repeat: no-repeat;*/


}

.centrar{
    margin: 20px auto 0 auto;
    text-align: center;
    color:white;
}
.tamanoImagen{
    position: relative;
    width: 100%;
    height: 30%;
}

#slider{
    width: 100%;
    position: relative;
    background-color: red;
    text-align: center;

}

.enlace{
    color:#8ccd3b;
    font-weight: bold;

}
.enlace:hover{
    color:#8ccd3b;
    font-weight: bold;

}

#movil{
    visibility: hidden;
    position: relative;
    bottom: 50px;
}

@media (max-width: 600px) {
    #movil {
        visibility: visible;
    }
}
#reducir{
    visibility: visible;
}

@media (max-width: 600px) {
    #reducir {
        visibility: hidden;
    }
}