html, body {
    background:      #FFF8E7;
	line-height:     120%;
	color:           black;
	background-image:  url(../imas/fondo_degra_naranja.gif);
	background-repeat: repeat-x;	
	font-weight:     normal;
	font-style:      normal;
	text-decoration: none;
	margin:  0;
	padding: 0;
	border:  0;
}
#principal {
	background-image:  url(../imas/fondo_mas.gif);	
}
td { 
	valign: middle; 
}
A:hover {
	color: #DE9D11; text-decoration: underline;
}
A:link {
	color: #DE9D11; text-decoration: none;
}
A:visited {
	color: #DE9D11; text-decoration: none;
}