<style type="text/css" media="screen">
body {
	margin: 0px;
	padding: 0px;
	width: 800px;
	 
       }

body2 {

       background-repeat: no-repeat;
       background-position: center;
 }
 
 

.header         {

                background-color: black;
                width: 800px;
                padding: 0px;
                }


h1 {
        font-family: Verdana, Arial;
        font-size: 16pt;
        line-height: 10pt;
        font-style: normal;
        color: white;

}
   

 

}
 
h2 {
  	font-family: Verdana, Arial;
  	font-size: 14pt;
  	line-height: 10pt;
  	font-style: normal;
  	color: red;
	 
   }
   
h3 {
  	font-family: Verdana, Arial;
  	font-size: 12pt;
  	line-height: 10pt;
  	font-style: normal;
  	color: green;
	 
   }


h4 {
  	font-family: Verdana, Arial;
  	font-size: 10pt;
  	line-height: 12pt;
  	font-style: normal;
  	color: blue;
	 
   }  

p {
  	font-family: Verdana, Arial;
  	font-size: 12pt;
  	line-height: 14pt;
  	font-weight: normal;
  	margin-top: 5px;
  	margin-bottom: 10px;
  	width: 100%;
  	text-align: justify;
  	text-indent: 20px;
  	color: black;
  }
  

div.texto   {position: absolute;
		top: 160px;
		left: 30px;
		width: 550px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 6px;
		font-size: 16pt;
		z-index: 50;
		background-image: url('etalon4.jpg');
	        background-repeat: no-repeat;
                background-position: top-left;
	  
		 
		} 
 

div#navbar {
	height: 30px;
	width: 800px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #336699;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}
div#navbar li a:link {
    color: #FFF:
}
div#navbar li a:visited {
    color: #CCC;
}
div#navbar li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
} 
</style>
 

