@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,300italic,400);


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

/*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 ;
}
div#carta {    border: 1px solid #000000;}

header h1{ font-size: 30px ;
    font-weight: 300 ;
    margin-left: 20%;
    margin-bottom: 0px ;
}

header h2{ font-size: 15px ;
    font-weight: 300;
    font-style: italic ;
    margin-left: 1%;
    margin-bottom: 0px ;
}

header p{ font-size: 14px ;
    font-weight: 100;
    margin-left: 1%;
    margin-bottom: 20px ;
}

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

footer{margin-left: 40px;
    margin-top: 20px;
    font-size: 10px ;
    font-weight: 300;
    width: 500px;

}
