.copyrightproyectos {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	

#scrollframeproyectos {

/*percantage width: make it 100% to match container*/
width: 790px;
height: 800px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 50px;
left: 40px;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 0px;
}
#scrollframeproyectosver {

/*percantage width: make it 100% to match container*/
width: 790px;
height: 720px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/

/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 0px;
}