
		body {
			background-color: #FFFFCC;
						margin: 20px;
		}
	
		.menu {
			font-family: "Trebuchet MS", sans-serif;
			font-size: 12px;
			color: Gray;
			text-decoration: none;		
	
			}
		
		a.menu:hover {
			text-decoration: underline;
		}
		
		#menu {
			color: Gray;
			width: 150px;
			border: 1px dotted Gray;
			padding: 2px 2px 2px 10px;
			margin: 5px 0px 0px 22px;
		}	

		#navegacion {
			position: absolute;
			top: 70px;
			left: 531px;
		}
		
		#contenidos {
            width: 480px;			
			/*position: absolute;
			top: 248px;
			left: 0px;*/
			background-color: white;		
			padding: 2px 20px 2px 28px;
			margin: 0px 0px 0px 0px;	
		}

		#encabezado {
			position: absolute;
			top: 0px;
			left: 0px;
		}	
		
		#hotlomo {
			position: absolute;
			top: 33px;
			left: 0px;
		}
		
		#detalleEncabezado {
			width: 100%;
			height: 28px;
			background-color: #FFFFCC;		
			position: absolute;
			top: 220px;
			left: 0px;			
		}	
		
		.epigrafe {
			font-family: "Trebuchet MS", sans-serif;
			font-size: 12px;
		}
		
		.titulo {
			font-family: "Trebuchet MS", sans-serif;
			font-size: 14px;
			font-weight: bold;			
		}	
		
		.data {
			font-family: "Trebuchet MS", sans-serif;
			font-size: 10px;
			font-weight: normal;			
		}		
		
		.texto {
			font-family: "Georgia", serif;
			font-size: 12px;
			font-weight: normal;					
		}	
		
		.firma {
			font-family: "Georgia", serif;
			font-size: 11px;
			font-weight: normal;			
			text-align: right;		
		}
		

