/* hoja estilos rótulo individual*/

body{ background-color: #cbcbcb ;
}
div#carilla {background-color: #cbcbcb ;
    margin-left: 5px ;
    width: 900px ;
}

/*estilos de link*/

header ul{list-style: none;
    margin: 1% ;
    padding-bottom: 2px;
}

header ul il a{ 
    text-decoration: none;
    background-color: #d6d6d6 ;
    color: #000000 ;
    margin-left: 10px;
    padding-left: 0,3em ;
    padding-right: 0,3em ;
}

header ul il a:hover{background-color: #cbcbcb ;
    color: #000000 ;
}


header h1{ font-size: 30px ;
    font-family: sans-serif ;
    font-style: italic ;
    margin-left: 13%;
    margin-bottom: 0px ;
}

div#imagen {
    margin-left: 10px ;
    margin-right: 20px ;
}

footer{
    font-size: 10px ;
    font-style: oblique;

}
