@charset "utf-8";
/* CSS Document */

* {margin:0px;padding:0px;}

body {font-size: 9pt; font-family: Arial, Helvetica, sans-serif; background-color:white;}
    
    
header {height: 170px; width: 100%; background-image:url(head.jpg); background-size:100%; background-repeat: no-repeat; background-position:center} /* cambiar url de portada */

header img {padding: 0; margin:0;}

h1 {font-size: 4rem; color: white ; font-weight: bold; font-family: sans-serif; text-decoration: none; position: absolute;
top: 180px; line-height: 100%;}

h2 {font-size: 1.2rem; color: black; font-weight: bold; font-family: sans-serif; text-decoration: none;}

h3 {font-size: 1rem; color:  rgb(29, 29, 29); font-weight: bold; font-family: sans-serif; font-style: italic; text-decoration: none;}

h4 {font-size: 0.8rem; color:  rgb(0, 0, 0); font-weight: bold; font-family: sans-serif; text-decoration: none; padding-top: 10px;}

p {color: white; font-weight: lighter; padding: 10px;}

div#niveles {width: 100%; height: 400px; margin: auto;}

section#morfo1 {width: 35%; height: 400px; float: left; background-color: white;}

div#logom1 {margin-left:20px;width:400px;}

section#morfogral {width: 35%; height: 400px; float: left; background-color: white;}

div#logomg {width:400px; margin-left:20px;}


div#contenidosubidas {margin: 15px;}

section#morfo2 {width: 30%; height: 400px;float: left; background-color: white;}

div#logom2 {margin-left:20px;width:400px;}

#footer p{width:100%; background-color:#000; clear: left;padding-top: 10px; position: absolute; font-style:italic; font-size: 9px; text-align:center;}

a{text-decoration:none} 