/*************************************************************************** 
*  Author   www.ContenidosBinarios.com                                     *
*  Module   debug                                                          *
***************************************************************************/ 

#debug {

	background-color:#ffffff;
	width: 960px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

	margin: 0 auto;
	overflow:hidden;
	
	font-family:arial, georgia,'times new roman',serif;

	font-size:11px;
/*	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;*/
	font-weight:normal;
	text-align:justify;
	color:#666666;
	text-decoration:none;
	line-height:16px;

	border:#ff0000;
	border-style:solid;
	border-width:1px;

}

#debug a:link {
	font-weight:normal;
     color: #444; 
     background-color: transparent; 
     text-decoration: none; 
     } 

#debug a:visited { 
	font-weight:normal;
     color: #444; 
     background-color: transparent; 
     text-decoration: none; 
     } 

#debug a:hover { 
	font-weight:normal;
     color: #fff; 
     background-color: #f00; 
     text-decoration: none; 
     } 

#debug a:active { 
	font-weight:normal;
     color: #f00; 
     background-color: transparent; 
     text-decoration: none; 
     }


#debug h1 {
	margin: 0 auto;
	overflow:hidden;
	color:#FF0000;
	
	font-family:arial, georgia,'times new roman',serif;

	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:justify;


}
#debug h2 {
	margin: 0 auto;
	overflow:hidden;
	color:#FF0000;
	
	font-family:arial, georgia,'times new roman',serif;

	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:justify;


}
