/* style.css - a simple style sheet */
body {
  margin-left: 5%; margin-right: 5%;
  color: black; background: white;
  font-size: 110%;}
}

h1 { font-size: 180%;}

h1.maintitulo1 {font-size: 200%;  text-align: left;}



h2.maintitu {
	font-size: 130%;
	margin-top: 2em; 
}

td.afiliacion {font-size: 130%; text-align: left;}


h2.opMenu {font-size: 150%; font-family: arial, verdana, sans-serif;
          text-align: left; margin-top: 1em; margin-bottom: 0em;}

li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}		  
		  
		  
li.menu1{
	font-size: 110%; 
	margin-top: 0.5em;
}		






