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

/* hoja estilos rótulo individual*/

body{ background-color: #faebeb ;
}

main { width: 960px;
    margin: 0 auto; 
    margin-left: 70px;
}

div#jt02 {margin-left: 200px ;
    margin-top: 30px;
    width: 500px;
}
    
div#carilla {background-color: #ffe0e0;
    margin-left: 42px ;
    margin-top: 30px;
    width: 500px;
    border: 1px solid #000000;
}

/*estilos de link*/

header ul{list-style: none;
    margin-left: 0,1em;
    padding-bottom: 1px;
}

header ul il a{ display: block ;
    text-decoration: none ;
    float: left ;
    background-color: #faebeb ;
    color: #000000 ;
    margin-left: 10px;
    padding-left: 0,1em ;
    padding-right: 0,1em ;
}

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


header h1{ font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px ;
    margin-left: 28%;
    margin-bottom: 0px ;
    margin-top: 10%;
}

header h2{ font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 12px ;
    margin-left: 40%;
    margin-top: 0px ;
}


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

h3{float: left ;
    margin-left: 400px ;
    width: 500px;
    
}
footer{font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-style: italic;
    float:right ;
    font-size: 8px ;

}

div#datos{font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 15px ;
}
