			  body{ margin:0; padding:100px 0 0 0;}
								div#header{ position:absolute; top:0;  left:0; height:100px; background-color:#bdb76b; color:#ffff00;width:100% }
								 @media screen{ body>div#header{ position: fixed; z-index:1;} }
								 * html body{overflow:hidden; } 
								 * html div#content{  height:100%; overflow:auto;}
								 	 body{ margin:0;  padding:100px 0 0 0;}
									 div#header{  position:absolute;   left:20; width:100%;  height:100px;  background-color:#fffff0;  color:#4682b4;}
								 	 @media screen{  body>div#header{   position: fixed;  } }
								 	 * html body{  overflow:hidden; } 
									 * html div#content{  height:100%;  overflow:auto; }
									 body{background: #bdb76b;}	
									.texto{ width: 100%; position: relative; left: 2%}
									.cos{ width: 100%; position: relative; top: 10px; text-align: justify; margin-left: 60px; font-size: 18px;font-family: arial;}
									.h2{  font-family: arial; font-size: 21px;  font-weight: bold;}
									
									
		  .mi-menu  { float:left; padding-left:5px;margin-top:25px;border-radius: 5px; list-style-type: none; padding: 0; height: 40px; width: 775px; 
		  	background: #136; background: -moz-linear-gradient(#136,#128);
		    background: -webkit-linear-gradient(#136,#128); background: -o-linear-gradient(#136,#128); background: -ms-linear-gradient(#136,#128);
		    background: linear-gradient(#136,#128); }
		  .mi-menu  br { display:none; }
		  .mi-menu  li { display: inline; float: left; height: 42px; list-style: none; margin: 0; padding: 0; position: relative;}
		  .mi-menu li a {border-left: 1px solid #000; border-right: 1px solid #666; color: #EEE; display: block; font-family: Tahoma; font-size: 13px; 
		  	font-weight: bold; line-height: 28px;
		    padding: 0 14px; margin: 6px 0; text-decoration: none; -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; 
		    -o-transition: color .2s ease-in-out;
		    -ms-transition: color .2s ease-in-out; transition: color .2s ease-in-out; }
		    .mi-menu li:first-child a { border-left: none; }
		  .mi-menu li:last-child a{ border-right: none; }
		  .mi-menu li:hover > a { color: Crimson; }
		  .mi-menu ul { padding:0; display:inline; border-radius: 0 0 5px 5px; left: 0; margin: 0; opacity: 0; position: absolute; top: 40px; background: 
		  	#128; background: -moz-linear-gradient(#128,#136);
		    background: -webkit-linear-gradient(#22,#136); background: -o-linear-gradient(#128,#136); background: -ms-linear-gradient(#128,#136);
		    background: linear-gradient(#128,#136); -moz-transition: opacity .25s ease .1s; -webkit-transition: opacity .25s ease .1s; -o-transition: 
		    opacity .25s ease .1s;
		     -ms-transition: opacity .25s ease .1s; transition: opacity .25s ease .1s; }
		   .mi-menu li:hover > ul { opacity: 1; }
		    .mi-menu ul li {height: 0; overflow: hidden;  padding: 0; -moz-transition: height .25s ease .1s; -webkit-transition: height .25s ease .1s; 
		    	-o-transition: height .25s ease .1s;
		    -ms-transition: height .25s ease .1s; transition: height .25s ease .1s;}
		  .mi-menu li:hover > ul li {height: 36px;overflow: visible; padding: 0;}
		  .mi-menu ul li a { width:auto;border: none; border-bottom: 1px solid #111; margin: 0; padding: 5px 20px; }
		  .mi-menu ul li:last-child a { border: none; }