/*Hoja de estilos para home*/
body {
    width: 100%;
    height: 100%;
    font-family: 'Marvel', sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
    margin: 0;
    padding: 0;
}

div#pagina {
    width: 90%;
    height: 100%;
    margin: auto;
    margin-top: 1rem;
}

header {
    width: 100%;
    font-size: 120%;    
}

header img {
    float: left;
    width: 15%;
    height: 15%;
    margin: 3rem;
    margin-bottom: 0;
}

div#botones nav ul {
    list-style: none;
    font-size: 90%;
    margin-left: 15rem;
}

div#botones nav ul li {
    float: left;
    margin: 3rem;
    text-align: center;
    margin-top: 8rem;  
}

div#botones nav ul li a {
    text-decoration: none;
    color: rgb(0,0,0);
}

.color1 {
    color: rgb(118,190,164);
    font-weight: 800;
}

.color2 {
    color: rgb(185,196,65);
    font-weight: 800;
}

.color3 {
    color: rgb(13,161,155);
    font-weight: 800;
}

.color4 {
    color: rgb(135,34,75);
    font-weight: 800;
}

div#registro {
    float: right;
}

div#registro nav ul {
    list-style: none;
    font-size: 80%;
}

div#registro nav ul li {
    float: left;
    margin: 1rem;
    text-align: center;  
}

div#registro nav ul li a {
    text-decoration: none;
    color: rgb(185,196,65);
    font-weight: 800;
}
	

article {
    width: 100%;
    float: left;
    background-color: rgb(135,34,75);    
}

article h1 {
    font-family: 'Lobster two', cursive;
    font-weight: 700;
    color: rgb(255,255,255);
    font-size: 400%;
    font-style: italic;
    margin: 4rem;
    margin-bottom: 2rem;
    margin-left: 20rem;
}

article h2 {
    font-family: 'Lobster two', cursive;
    font-weight: 400;
    color: rgb(185,196,65);
    font-size: 200%;
    margin: 2rem;
    float: left;
}

article h3 {
     color: rgb(185,196,65);
    font-size: 130%;
    float: right;
    margin: 2rem;
}

article p {
     color: rgb(255,255,255);
    margin: 2rem;
    font-size: 120%;
    margin-bottom: 10rem;
}

section {
    width: 80%;
    background-color: rgb(255,255,255);
    position: absolute;
    top: 33rem;
    left: 10%;
}

section div {
    width: 30%;
    padding: 2rem;
    margin-left: 0,5rem;
}

section div img {
    width: 100%;
    height: 100%;
}

section div h4 {
    color: rgb(13,161,155);
    font-family:'Roboto', sans-serif;
    font-weight: 800;
    font-size: 140%;
    margin-bottom: 0;
}

section div a {
    text-decoration: none;
}

.negrita {
    font-weight: 800;
}

div#tpuno {
    float: left;
    padding: 1rem;
}

div#tpdos {
    position: relative;
    float: left;
    padding: 1rem;
}

div#tptres {
    position: relative;
    float: left;
    padding: 1rem;
}


footer {
    width: 90%;
    background-color:  rgb(13,161,155);
    position: absolute;
    top:70rem;
}

footer p {
    font-size: 90%;
    padding: 1rem;
}











