body {
  font-size: 1em;
  width: 100%;
  background: transparent url(../images/npm_fondo.jpg) repeat;
}

h2 {
	color: #075181;
    margin-bottom: -20px;
	font-weight:bold;
    font-style: italic;
    text-align: left;
}

h2 a { background: inherit;
color: #3142DF;
}
h2 a:hover { background: inherit;
             color:  #3142DF;
             text-decoration: underline;
}

h2 img{
  width: 18px;
  height: 18px;
  text-align: left;
}

h2 ul {
  list-style: none;
  list-style-position: outside;
  list-style-image: url(../images/logo-npm02.png);
}

p { font-size: small ; margin: 0 0 5px 0; padding: 0; color: #000000; background: inherit; }


h3 { font: bold  Arial;
     margin: 0px;
     padding: 0;
     color: #000000;
     background: inherit;
     border-bottom: 1px solid #707070;
     text-align: left;
}


a { color: #0000FF; background: inherit; text-decoration:none; }
a:hover {  background: inherit; text-decoration:underline; }
a:visited{ background: inherit; text-decoration:none; }

input:focus{
background-color: #66CCFF ;
color: #000000;
}

select:focus{
background-color: #66CCFF;
color: #000000;
}

label {
  font-style: italic;
  font-size: 20px;
}

