/* CSS Document */
BODY { 
	background:#ffffff;
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #666666; 
	margin : 10px 0px 10px 0px; 
	text-align: center; 
}
 
#contenedor{ 
	text-align: left; 
	width: 790px; 
	background: #ffffff;
	margin: auto; 
}

#cuerpo{ 
	width:790px;
	padding: 0px 0px 0px 10px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color : #ffffff;
	text-align:justify;
	line-height: 15px;
}
 
H1{ 
	font-size: 12pt; 
}

#navabajo{ 
	font-weight : bold; width: 100%;
}

#pie{ 
	clear : both; 
	color : #cccccc; 
	text-align: right;
	padding: 0px 0px 0px 0px;
	background-image:url(images/salto.jpg);
	background-repeat:no-repeat;
	background-position: right;
	height: 30px;
}

#interiorpie{
	color : #cccccc; 
	text-align: right;
	padding: 0px 0px 0px 0px;
}
