
/*  INPER	 Hoja de estilo */


/* generales */

body, td, a	{ 
		font-family: helvetica, verdana, arial, serif;
		font-size: 12px;
		color: #FFFFFF;
		}
		
body	{
		background-color: #131313;
		}
		
a:hover {
		color: #FF8C00;
		}

.piedepag {
		font-size: 10px;
		color: #4682B4;
		}

a.piedepag {
		color: #87CEEB;
		text-decoration: none;
		}		

.authoring {
		font-size: 8px;
		color: #131313;
		text-align: center;
		}

a.authoring:hover {
		color: #2C3134;
		}


/* celdas */

.title 	{
		font-size: 14px;
		font-weight: bold;
		}
		
td.grissuperior {
		background-color: #2E3337;
		}		
		
td.grisclaro {
		background-color: #444E50;
		}		
		
td.grisoscuro {
		background-color: #394046;
		}		
		
td.grisinferior {
		background-color: #2C3134;
		}		
		
img.margined {
		padding-right: 20px;
		}		


/* formas */

.fieldtitle {		
		font-size: 12px;
		background-color: #444E50;
		color: #FFFFFF;
		}

input, select, textarea {		
		font-size: 12px;
		background-color: #394046;
		color: #FFFFFF;
		}
		
		
		