* {
    margin: 0px;
    padding: 0px;
}
#cabecera {
    width: 100%;
    height: 210px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 0px;
}

body {
    background-image: url(2water_seven.jpg);
    overflow-y: visible;
    background-attachment: fixed;
    margin-bottom: 30px;   
}
@font-face {
    font-family:one_piece_font;
    src:url(one_piece_font.ttf);
}
@font-face {
    font-family:animeace2_reg;
    src:url(animeace2_reg.ttf);
}
header {
    font-family: one_piece_font;
    font-size: 25px;
    margin-top:-12px;
    width:100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}
nav {
    top: -20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 20px auto;
    max-width: 100%;
    width: 100%;
}
nav ul {
    list-style: none;
}
nav > ul {
    display: table;
    width: 100%;
    background-color: black;
    position: relative;
}
nav > ul li {
    display: table-cell;
}

/*Submenu*/
nav > ul > li:hover > ul {
    display: block;
    height: 100%;
}
nav > ul > li > ul {
    display: block;
    position: absolute;
    background: #000;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 0%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
nav > ul li a {
    color:white;
    display: block;
    line-height: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
nav > ul > li > ul > li a:hover {
    background: #5da5a2;
}
nav > ul > li > a span {
    background: #174459;
    display: block;
    height: 100%;
    width: 100%;
    left:0;
    position: absolute;
    top: -55px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
nav > ul > li > a span .icon {
    display: block;
    line-height: 60px;
}
nav > ul > li > a:hover > span {
    top: 0;
}
nav ul li a .primero {
    background: #FF0000;
}
nav ul li a .segundo {
    background: #64EDB2;
}
nav ul li a .tercero {
    background: #333CED;
}
nav ul li a .cuarto {
    background: #FFE200;
}
nav ul li a .quinto {
    background: #FF7C00;
}
nav ul li a .sexto {
    background: #FFFFFF;
}
#cuadro {  
    font-family: animeace2_reg;
    max-height: 100%;
    widows: 100px;
    border: 1px solid #ff000d;
    border-radius: 5px;
    background-color: #ffde00;
    margin-top: -25px;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 15px;
}
#rojo {
    font-size: 24px;
    color: red;
}
span {
    color: red;
    font-size: 20px;
}
#cuadro2 {
    font-family: animeace2_reg;
    font-size: 14px;
    max-height: 100%;
    width: auto;
    border: 1px solid #ff000d;
    border-radius: 5px;
    background-color: #ffde00;
    margin-top: 40px;
    margin-left: 200px;
    margin-right: 200px;
    padding: 20px;
}
#imagen {
    width: 428px;
    height: 240px;
}
.cuadros {
    font-family: animeace2_reg;
    font-size: 24px;
    max-height: 100%;
    widows: 100px;
    border: 1px solid #ff000d;
    border-radius: 5px;
    background-color: #ffde00;
    margin-top: -25px;
    margin-left: 200px;
    margin-right: 200px;
    padding: 20px;
}
.contenido {
    font-size: 12px;
}
.personajes {
    font-size: 12px;
    list-style-type: square;
    list-style-position: inside;
}
div ul li a:hover {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
a {
    text-decoration: none
}
.calavera {
    margin-top: 10px;
    margin-right: 120px;
    margin-bottom: 90px;
    float: right;
    height: 280px;
    width: 280px;
}