	body {
		background-color: #ddddff; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 22px;
		color: black;
		background-image: url(img/fondo1.png);	// img/fondo1.png //imgs/fondo21.gif
		margin-left: 25px;
		margin-top: 5px;
		
	}
	.titulo
	{	font-size:135%;
		background-color: #aaaabb;
		
		color:black;
		width:50%;		
		line-height: 28 px;
	}
	
	a {
		color: navy;
		text-decoration: none;
	}
	
	table, td, th  
	{	font-size: 11 px;
		background-color: #eeeeee;
		border-color: #cccccc; 
		border-style: solid;
		border-width: 1px;
		cell-spacing: 2 px;
		padding:2px 4px 2px 8px;
	}
	
	td, th
	{  vertical-align: top;
	}	
	table 
	{	width: 90%;	
	}
		
	form {
		color:#ccccff;
		font-size:10px;
	}
	input,textarea
	{	color:navy;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-width:1 px;
		font-size:10px;
		border-color: yellow white #dddddd white;
		border-style: groove;
	}
	
	a:hover {
		text-decoration: underline;
		color: silver;
	}
	
	
