.syntax_hilite, li .syntax_hilite {
	padding:3px 3px 3px 3px; 
	/*border:1px solid #DEEBEB;*/ 
	background-color: #FEFEFE;
	/*font-size:12px;*/ 
	/*font-family:'Courier New',Courier,monospace;*/
	/* comment the line below to remove scrolling in code boxes */ 
	overflow:auto; 
	/*white-space:nowrap;*/    /*Desactivar esta linea para mostrar la barra horizontal */
}
/* change this line to set the width of code box */
.syntax_hilite {
 width: 588px; 
 height:240px;
}
/* change this line to set the width of code box in a list */
.syntax_hilite textarea { 
	/*margin:0px -5px -2px 0px; 
	border:none; */
}
