@font-face {
    font-family: 'roboto_condensedregular';
    src: url('typo/robotocondensed-regular-webfont.eot');
    src: url('typo/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('typo/robotocondensed-regular-webfont.woff') format('woff'),
         url('typo/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('typo/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('typo/roboto-regular-webfont.eot');
    src: url('typo/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/roboto-regular-webfont.woff2') format('woff2'),
         url('typo/roboto-regular-webfont.woff') format('woff'),
         url('typo/roboto-regular-webfont.ttf') format('truetype'),
         url('typo/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    background-color: #53d9d5;
    font-family: "robotoregular"
} 
header{
    width: 1100px;
    margin: auto;
}
.jt45{
    width: 200px;
    height: 100px;
    float: left;
    border: 2px solid #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
.jt45 p{
    font-family: 'roboto_condensedregular';
    font-size: 70px;
    color: white;
    margin: 0px;
    margin-top: 5px;
    margin-left: 20px;
}
header h1{
    font-family: 'roboto_condensedregular';
    font-size: 25pt;
    font-weight: normal;
    float: left;
    width: 600px;;
    color: white;
    margin-top: 30px;
}
.fondo{
    width: 1100px;
    margin: auto;
    clear: both;
}
.uno{
    width: 620px;
    height: 550px;
    float: left;
}
nav {
    width: 620px;
    float: left;
}
nav ul {
    list-style: none;
    overflow: auto;
    float: left;
    width: 620px;
    margin: 0px;
    padding: 0px;
}
nav ul li{
    float: left;
}
nav ul li a {
    display: block;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'roboto_condensedregular';
    background-color: black;
}
.avatar{
    width: 620px;
    height: 500px;
    clear: both;
}
.lucia{
    width: 296px;
    height: 409px;
    background-image: url(img/lu.png);
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}
.lucia p{
    text-align: center;
    background-color: black;
    margin-top: 370px;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
}
.tplu{
    width: 296px;
    height: 409px;
    background-image: url(img/palo.png);
    float: left;
    margin-top: 20px;
}
.tplu p{
    text-align: center;
    background-color: white;
    margin-top: 180px;
    color: black;
    padding-top: 4px;
    padding-bottom: 4px;
}    
aside{
    width: 440px;
    height: 470px;
    float: left;
    background-color: rgba(255, 255, 255, 0.88);
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
}
aside p{
    background-color: transparent;
    font-size: 14px;
}
aside p strong{
    background-color: transparent;
}
footer {
	width: 70%;
	margin: auto;
    clear: both;
}
footer p{
	color: black;
	font-family: "robotoregular";
	font-size: 10px;
	text-align: center;
}


