/* ESTILO COMUN PARA TODAS LAS PAGINAS (2008) */
body{margin: 0 1% 0 1%;background:aqua;font-size:0.9em;font-family:Tahoma, Geneva, sans-serif;}
h1 {margin:0px;padding:0px;border:0;position:relative;display: inline;
font-size:2.1em;font-weight:bold;font-family:Georgia, Times New Roman, Times, serif;color:#000033} /* Encabezados */
h2,h3,h4,h5,h6 {margin:0;padding:0px;overflow: hidden;} /* Encabezados */
h2 {font-size:1.1em;font-family:Georgia, Times New Roman, Times, serif;}
p{margin-left:6px;margin-right:6px;margin-top:3px;overflow:hidden;} /* Parrafos */
ol,a{margin-top:0px;} /* Parrafos */
a:link, a:visited {text-decoration:none;} /* Decoracion enlaces */
a:hover, a:active {text-decoration:underline; color:#c00;} /* Decoracion enlaces */
select 
{
  font-size: 0.8em;
  font-style: normal;
  line-height: 14px;
  font-weight: normal;
  font-variant: normal;
  background-color: #CCFFFF;
  height: auto;
  width: auto;
}
input 
{
  font-size: 0.8em;
  font-style: normal;
  line-height: 14px;
  font-weight: normal;
  font-variant: normal;
  background-color: #CCFFFF;
  height: auto;
  width: auto;
}