*{
    margin:0 auto;
}

#header{
    text-align:left;
    border-bottom:5px dashed #fff;
    height:310px;
    font-size:xx-large;
    padding-left:150px;
    padding-top:50px;
    text-shadow:-3px -3px 0 #000,3px -3px 0 #000,-3px 3px 0 #000,3px 3px 0 #000;
    background:url(../images/tatoo-logo3.png) left center no-repeat;
    color:#fff;
}

#header p{
    text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
    
}

body{
    background:url(../images/fondo.jpg) center 20px no-repeat fixed;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    font-family:'Indie Flower',cursive;
}


#menu{
    top:0;border:1px solid #F90;
    border-top:2px dashed #fff;
    border-bottom:2px dashed #fff;
    font-family:Pacifico,cursive;
    font-size:1.2em;
    text-align:center;
    background-color:#097054;
    margin:0;
    position:fixed;
    width:100%;
    text-align:center;
}
#menu li{
    display:inline;
    padding-left:5px;
}
#menu li a:hover{
    border-bottom:solid 5px #F90;
}

#footer{
    background-color:#097054;
    margin:0;
    position:fixed;
    width:100%;
    text-align:center;
    border-top:2px dashed #fff;
    text-align:center;
    clear:both;
    color:#fff;
    bottom:0;
}

#footer a{
    color:#fff;
    text-decoration:none;
}
#footer a:hover{
    border-top:solid 5px #F90;
    text-decoration:none;
}

ul{
    color:#fff;
}

#menu a{
    text-decoration:none;
    color:#fff;
    
}

#textCookie{
    text-align:center;
}


#topMain{
   text-align:center; 
}

h2{
    margin-bottom:10px;
}

img{
    margin:10px;
}


#content{
    background-color:#404040;
    width:100%;
    overflow:auto;
}


#image{
    text-align:right;
    margin-right:60px;
}

.image{
    text-align:center;
}
#cookieEU{
    position:absolute;
    top:40%;
    left:10%;
    right:10%;
    border:2px solid red;
    text-align:center;
    background-color:#fff;
    margin-bottom:5px;
    padding-bottom:5px;
    -webkit-box-shadow:2px 2px 50px #000;
    -moz-box-shadow:2px 2px 50px #000;
    box-shadow:2px 2px 50px #000;
}
.button{
    background-color:#097054;
    border:none;
    padding:15px 32px;
    display:inline-block;
    font-size:16px;
    text-decoration:none;
    color:#fff;
    text-align:center;
}

.button:hover{
    box-shadow:0 8px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}
#one{
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    border:1px dashed #000;
    margin:10px 5% 20px 1%;
    text-align:justify;background-color:#4D4D4D;
    padding:10px;
    overflow:auto;
}
#two{
    clear:both;
    margin-left:1%;
    margin-right:5%;
    margin-bottom:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;border:1px dashed #000;
    text-align:justify;background-color:#4D4D4D;
    padding:10px;
    overflow:auto;
}
#central{
    width:80%;
    height:300px;
    margin-right:20%;
    background-color:#fff;
    border:5px solid #000;
    overflow:auto;
}
.imageLeft{
    float:left;
    border:5px dashed #fff;
    margin-right:10px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}
.imageRight{
    float:right;
    border:5px dashed #fff;
    margin-left:10px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}
#rightNav{
    float:right;
    width:15%;
    color:#AEC0B1;
    margin-right:2%;
    margin-top:10px;
}
#rightNav li{
    color:#AEC0B1;
    list-style:none;
}
#rightNav img:hover{
    color:#AEC0B1;
    list-style:none;
    border-bottom:solid 5px #F90;
    margin-bottom:5px;
}
#main{
    width:80%;
    border-right:1px dashed #fff;
    float:left;
    color:#AEC0B1
}
@media all and (max-width:500px){
    
    #footer{
        padding-bottom:20px;
    }
    #main{
        width:100%;
    }
    #rightNav{
        margin-bottom:20%;
        margin-right:0;
        margin-top:0;
        border-top:2px dashed #4D4D4D;
        width:100%;
        text-align:center;
        width:100%;
    }
    #header{
        padding-top:100px;
    }
    #rightNav img{
        width:8%;
    }
    #rightNav li{
        display:inline;
        margin:0 auto;
    }
    .imageLeft,.imageRight{
        text-align:center;
        width:100%;
    }
    
}
