/* CSS Document */

.txtcuerpo {
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 11px;
	text-align: justify; 
   font-style: normal;
   line-height: 16px;
}





.titulos_verdes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-align: left;
		
}

.titulos_rojos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	text-align: left;
		
}



.tdline {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
	
	}
	


	
.div_home{	
	scrollbar-face-color: #99CC00; 
scrollbar-highlight-color: #899EBC; 
scrollbar-3dlight-color: #99CC00;
scrollbar-darkshadow-color: #899EBC; 
scrollbar-shadow-color: #003366; 
scrollbar-arrow-color: #f2f2f2; 
scrollbar-track-color: #006600; 
	color:#000000;
	height:170px;
	overflow:auto;
	padding-right: 2px;

}
	

