/* Documento de estilo para el curriculum de wall-e */
body{
    background-color: #0a0a0a;
    background-image: url("fondo.jpeg");
    background-position: center;
    margin-bottom: 20%;
    background-repeat: no-repeat;
    color: white;
}

@font-face{
    font-family: "CFIRobotRegular";
    src: url(CFIRobotRegular.ttf);
}
@font-face{
    font-family: "robotech";
    src: url(robotech.ttf)
}
h1{
    font-family: "CFIRobotRegular";
    font-size: 100px;
    text-align: center;
    color: white;

}
h2{
    font-family: "robotech";
    font-size:50px;
    text-align: center;
    text-decoration: underline;
    position:inherit;
}
h2.contacto{
    text-shadow: 2px 2px grey;
    border-top: #f7f4f3 7px groove;
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-decoration: underline #f5f5f4;
    text-align: center;
}
.contacto{
    text-align: left;
    border-bottom: #ffffff 7px groove;
    border-left: #ffffff 7px groove;
    border-right: #ffffff 7px groove;
    position: inherit;
    box-sizing: content-box;
    padding: 0px 0px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.textcontacto{
    text-align: center;
    position: inherit;
}
h2.sobremi{
    font-family: "robotech";
    text-shadow: 2px 2px grey;
    border-top: #ffffff 7px groove;
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-decoration: underline #ffffff;
    text-decoration-style: line;
    text-align: center;
    position: inherit;
}
.sobremi{
    text-align: center;
    position: inherit;
    border-bottom: #ffffff 7px groove;
    border-left: #ffffff 7px groove;
    border-right: #ffffff 7px groove;
}

h2.estudios{
    font-family: "robotech";
    text-shadow: 2px 2px grey;
    border-top: #ffffff 7px groove;
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-decoration: underline #ffffff;
    text-decoration-style: line;
    text-align: center;
    position: inherit; 
}
.estudios{
    text-align: center;
    border-bottom: #ffffff 7px groove;
    border-left: #ffffff 7px groove;
    border-right: #ffffff 7px groove;
    position: inherit;
}
ul{
    font: italic 120% monospace;
    text-align: left;
    margin-left: 10px;
    display: block;
    padding-left: 25%;
    list-style: none;
    list-style-position: inherit;

}
li{
   /*  list-style-type: " 🌼 "; */
   background-image: url('punto.png');
   background-repeat: no-repeat;
   padding-left: 50px;
   list-style-position: left;

}
h2.Experiencias{
    font-family: "robotech";
    text-shadow: 2px 2px grey;
    border: #ffffff 7px groove;
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-decoration: underline #ffffff;
    text-decoration-style: line;
    text-align: center;
    position: block; 

}
.Experiencias{
    text-align: center;
    border-bottom: #ffffff 7px groove;
    border-left: #ffffff 7px groove;
    border-right: #ffffff 7px groove;
    position: inherit;
}
h2.Idiomas{
    font-family: "robotech";
    text-shadow: 2px 2px grey;
    border: #ffffff 7px groove;
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-decoration: underline #ffffff;
    text-decoration-style: line;
    text-align: center;
    position: inherit; 
}
.Idiomas{
    text-align: center;
    margin-right: 30px;
    position: inherit;
}
h2.Otros{
    text-align: center;
    position: inherit;
}
ul.Otros{
    margin-left: 1cm ;
}

.Otros{
    text-align: center;
    position: inherit;
}
div.contacto{
    float: left;
    width: 25%;
    text-align: center;
    border-radius: 25px;
    margin-right: 5px;
}
#foto{ 
    padding: 8px 8px 20px 8px;
    width: 200px;
    margin-left: 10px;
    background-color: #ffffff;
    border: 1px solid #999999;
    margin-right: auto;
    margin-left: auto;
    display: block;

}
div.sobremi{
    float: left;
    width: 25%;
    text-align: center;
    border-radius: 25px;
    margin-right: 5px;
}
div.estudios{
    float: right;
    width: 70%;
    text-align: center;
    border-radius: 25px;
    margin-right: 5px;
}
a:visited{
    color: red
}
a:link{
    font-style: inherit;
    font-size: 20px;
    color: white;
}
a:hover{
    font-size: 30px;
    outline: none;
    text-decoration: none;
    color: yellow
}