html {
background-color: Black;
font-family:Verdana, Cursive;
}

div>img {
padding:10px;
margin-left:50px;
position:absolute;
}



div>ul {
padding-left:120px;
font-size: 15px;
}
div>p {
padding-left:100px;
font-size: 15px;
}

#nombre {
padding-left:350px;
padding-top:5px;
font-size:30px;
}

#encabezado{
border: 1px dashed black;
position: relative;
z-index:1;
border-radius:5px;
background-color:green;
width:100%;
height:170px;
}

.izquierda{
border: 2px dashed #E2E6F1;
float:left;
border-radius:5px;
background-color:#E2E6F1;
width:20%;
height:930px;
}

.derecha{
border: 2px dashed #E2E6F1;
float:right;
border-radius: 5px;
background-color:#E2E6F1;
width:79%;
height:930px;

}

#pie{
border: 2px double blue;
clear:both;
border-radius:5px;
background-color:blue;
width:100%;
height:60px;
color:white;
}

#contactar {
padding-left:50px;
padding-top:5px;
color:white;
}
#imgcontactar {
padding-left:200px;
position:relative;
top:-49px;
}