/* MATERIAL CURRICULAR LIBRE
   Bartolomé Sintes Marco
   https://www.mclibre.org

   Hoja de estilo para la web www.mclibre.org

   20 de febrero de 2019
*/

body { background-color: white; font-family: sans-serif; text-align: left;}
h1 { margin-left: 220px; }
h2 { clear: both; margin-bottom: 0px;}
img#vpp { position: absolute; top: 5px; left: 5px; border:none;}

div#menu { position: absolute; top: 5em; left: 1em; width: 6em; height: 8em;
line-height: 1.3em; }

div#texto { position: absolute; top: 5em; left: 8em; padding-right: 1em;}

div.novedad { background-color: white; margin: 0px 10px;
border: 2px solid #DC6ADF;}
div.novedad-fecha { padding: 2px 10px 0px 10px; font-weight: bold;
background-color: #E8A5ED; border-bottom: 2px solid #DC6ADF;}
div.novedad-texto { margin: 0px 10px; }

p#ultmod { border-top: black solid 1px; padding-top: 5px;}
p.centrado { text-align: center; }

div.presentacion { margin-left: 220px; }
div.cursos { width: 170px; float: left; text-align: center; font-weight: bold; }
div.cursos p { height: 200px; }
div.cursos a { color: black; text-decoration: none; }
address { clear: both; }

a img { border: none; }

p.licencia { clear: both; text-align: left; margin-top: 1px; padding-top: 20px;  }

/* Pantallas pequeñas */
@media screen and (max-width: 768px) {
  img#vpp { position: static; }
  h1 { margin-left: 0; }
  div.presentacion { margin-left: 0; }
}
