/*body{
    background-image:url(../imagenes/background/rajo.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
    -o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
}*/
body{
    margin: 0;
    padding: 0;
    /*font-family: 'Aldrich', sans-serif;*/
    font-family: 'Kavoon', cursive;
}
.clear{
    clear: both;
}
#contenedor{
    
}
#header{
    /*background: url(../imagenes/bg_blanco.png) repeat-x;*/
    /*margin-top:10px;*/
    /*font-family: 'Great Vibes', cursive;*/
    
    
    background: #181818;
    
}
#header_ruta{
    font-family: 'Bilbo Swash Caps', cursive;
    font-size: 40px;
    text-align: left;
    color:#FFF;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left:20px;
    font-weight: bold;
    float:left;
}
#menu{
    font-size: 15px;
    font-weight: normal;
    color:#FFF;
    font-family: 'Aldrich', sans-serif;
}
#nav{
    margin:0;
    padding:25px 20px 0 0;
    list-style: none;
    float:right;
}
#nav li{
    float:left;
    padding-right:10px;
}