   html, body{ 
   background-color:#000000;
   margin:0px;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   height:100%;
   font-family:  Arial;
   font-size:    12px;
   color:#CCC;
   text-align: center;
   scrollbar-face-color:#7B7B7B;
   scrollbar-track-color:#EBEBEB;
   scrollbar-arrow-color:#ffffff;
   scrollbar-shadow-color:#505050;
   scrollbar-darkshadow-color:#000000;
   scrollbar-highlight-color:#E3E3E3;
   scrollbar-3dlight-color:#ffffff;
}

A:link		{COLOR: #CC0033; TEXT-DECORATION: none}
A:visited 	{COLOR: #993333; TEXT-DECORATION: none}
A:active 	{COLOR: #996699; TEXT-DECORATION: none}
A:hover 	{COLOR: #CC0033; TEXT-DECORATION: none}

h1{
	text-align: center;
	font-family: Arial;
	font-size: 22px;	
	color:#993333;
}

h2{
	text-align: center;
	font-family: Arial;
	font-size: 8px;	
	color:#CCC;
}
img{ border:0px; }
div{ background-color:#000000;
}

   .divc {
   position: absolute; 
   background-repeat:no-repeat;
   background-position: center;
   background-image: url('../imagenes/creditos/fondocred.jpg');
   left: 50%; 
   top: 50%; 
   width: 400px; 
   height: 500px; 
   margin-top: -250px; 
   margin-left: -200px;
   overflow: inherit;} 
   
   select,input {
   font-family:  Verdana;
   font-size:    10px;
   text-align: center;
   }

  
