
body,
div,
p,
h1,
h2,
ul,
li{
    padding: 0;
    margin: 0;
}

:focus{
    outline: none;
}

/* ===========================================================================
--------------------------- CONTENEDORES -------------------------------------
=========================================================================== */

body{
    background-color: #222;
    font-family: sans-serif;
}
#outer-wrapper{
    width: 955px;
    margin: 0 auto;
}



/* ===========================================================================
----------------------------- IMAGENES HEADER --------------------------------
=========================================================================== */

#images-container{
    position: absolute;
    width: 960px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -472px;
    z-index: 2;
    background: url('../images/top.png') no-repeat left top;
}

#images{
    height: 450px;
    overflow: hidden;
}
#images,
#images li{
    list-style: none;
}
#images li{
    height: 100%;
    float: left;
}
#images li a{
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
    display: block;
    height: 100%;
}

/* Images Normal State*/
#images #one{
    width: 110px;
    background-position: left top;
}
#images #two{
    width: 125px;
    background-position: -110px top;
}
#images #three{
    width: 268px;
    background-position: -235px top;
}
#images #four{
    width: 225px;
    background-position: -503px top;
}
#images #five{
    width: 110px;
    background-position: -728px top;
}
#images #six{
    width: 120px;
    background-position: -839px top;
}

/* Images Hover State*/
#images #one:hover{
    background-position: left -451px;
}
#images #two:hover{
    background-position: -110px -451px;
}
#images #three:hover{
    background-position: -235px -451px;
}
#images #four:hover{
    background-position: -503px -451px;
}
#images #five:hover{
    background-position: -728px -451px;
}
#images #six:hover{
    background-position: -839px -451px;
}



#images-container #top-buttons a{
    width: 295px;
    height: 30px;
    background-image: url('../images/top-buttons.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 293px;
}
#images-container #seguridad{
    left: 50px!important;
    background-position: left top;
}
#images-container #seguridad:hover{
    background-position: left bottom;
}
#images-container #guarderia{
    right: 50px!important;
    background-position: right top;
}
#images-container #guarderia:hover{
    background-position: right bottom;
}

#sponsors{
    background: url(../images/sponsors.png) left top no-repeat;
    width: 327px;
    height: 50px;
    margin-left: 320px;
}
