 #header {border: 5px;}
 #logo-uc3m {text-align: left;}
 #logo-it {text-align: right;}
 #titular {width: 80%;}

 #titulo {font-size: 22pt; margin: 10px; margin-top: 20px; margin-bottom: 20px;}

 #datos-generales, #contact, #resources {
     margin-left: 30px;
     border-style: solid;
     border-color: black;
     border-width: thin;
     padding: 5px;
     border-collapse: separate;
     border-spacing: 10px;
 }

 #calendario {
     text-align: center;
     border-style: solid;
     border-color: black;
     border-width: thin;
     padding: 5px;
     border-collapse: separate;
     border-spacing: 10px;
     margin-left: auto;
     margin-right: auto;
 }

 body {
     padding-left: 10px;
     padding-right: 10px;
 }

 img.logo {height: 49px; width: 59px;}
 img.w3c-icon {height: 31px; width: 88px;}
 img.rss-icon {height: 22px; width: 22px;}
 /* img.foaf-icon {height:18px; width:50px;} */

 pre.codigo {
     background-color: #D3D3D3;
     padding-top: 1em;
 }

 *.fullwidth {width: 100%;}
 *.centered {text-align: center;}
 *.table {display: table;}
 *.row {display: table-row;}
 *.cell {display: table-cell;}
 *.silver {background-color: #C0C0C0;}
 *.bolder {font-weight: bolder;}

 *.tit-seccion {
     font-size: 14pt;
     font-weight: bold;
     margin-top: 15px;
     margin-bottom: 15px;
     border-style: solid;
     border-color: black;
     border-width: thin;
     background-color: #C0C0C0;
     padding: 3px;
 }

 *.tit-apartado {
     font-size: 12pt;
     font-weight: bold;
 }

 *.cont-seccion {
     padding-left: 2%;
     padding-right: 2%;
 }


 div.publication {
     background-color: rgb(102,
   204,
      255);
     margin: 1%;
 }

 div.title {
     font-weight: bold;
 }

 div.event {
     padding-top: 1em;
     padding-bottom: 1em
 }

 a.author {}
 
 a.download {
     font-weight: bold;
 }


