h1 {
  text-align:center;
  margin: 30px;
  padding: 15px;
  border: 1px solid;
  background: -webkit-radial-gradient(center, ellipse, #FFFFFF, #000000);  
}

nav {
    text-align:center;
    margin: 30px;
    padding: 15px;
    border: 1px solid;
    font-size: 24px;
}

body{
    background-color:cyan;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

img{
    border-radius: 20px;
    display: block;  
    margin: auto;
    width:400px;
}

pre{
    font-size: 20px;
    margin-left: 400px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

ul{
    font-size: 20px;
    margin-left: 700px;
}

#volver{
    text-align: center;
    font-size: 20px;
}

footer{
    text-align: center;
    font-size: 20px;
}

#tamaño{
    width: 200px;
    border: solid;
}

#negro{
    background-color:black;
    color:white;
}



#marco{
    background-color:yellow;
    margin:10px;
    padding: 10px;
    border: red 5px solid;
}

#tamaño1{
    width:200px;
    border: solid;
}

#tamaño2{
    width:300px;
    border: solid;
}

#tamano3{
    width:100px;
    border: solid;
}

#rojo{
   color: red; 
}

.limit{
    width: 600px
}
.centrar {
    background-color: yellow;
    padding: 5px;
    margin: 5px;
    text-align: center
  }





  .templatemo_contacttitle {
    width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.templatemo_sub_contacttitle {
    width: 100%;
    font-size: 22px;
    color: #e2200e;
    text-align: center;
    margin-bottom: 50px;
}

.templatemo_contact {
    margin: 30px;
    width: 100%;
    margin-left: 15%;
}

.templatemo_contactform input, textarea {
    width: 100%;
    background: #282828;
    border: 1px solid #393939;
    padding: 7px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #FAFAFA;
}

.templatemo_contactform textarea {
    height: 100px;
}


.templatemo_contactform .btn-primary {
    background: #92bf24;
    border: none;
    border-radius: 0px;
    color: #3d5602;
    font-weight: 800;
}

.templatemo_contactform .btn-primary:hover {
    background: #a6d82c;
}

textarea {
    resize: vertical;
}

#peremanel{
    width: 100px;
    left:20px;
    top: 250px;
    position: fixed;
}

#perfil{
    left:10px;
    top: 340px;
    position: fixed;
}