#categoria {	
	border: solid 2px black;	
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	width: 50%;
}

#contenidoInterno {
	width: 95%;
	min-width: 600px;
}

.actividadContainer {
	border: dashed 1px #DDD;	
	overflow: hidden;
	padding: 5px 0;
	width: 90%;
}

.actividadLeft {
		float: left;		
		height: 25px;
		margin-left: 20px;
		width: 45%;
}

.actividadRight {
		float: right;		
		height: 25px;		
		width: 50%;		
}

.containerDefault {
	border: dashed 0px red;	
	font: normal 12px "arial";
	text-align: justify;
	width: 95%;	
}

.containerInfo {
	background-color: #ddf2ff;
	font: normal 12px "arial";
	height: 100%;	
	overflow: hidden;
	padding: 5px;
	text-align: justify;
	width: 95%;	
	min-width: 600px;
}

.subcontainer {		
	clear: both;
  height: auto !important;	
  line-height: 24px;
  overflow: hidden;
	width: 70%;		
	border: dashed 0px blue;			
}

.navLeft {
	float: left;		
	width: 60%;	
}

.navRight {
	float: right;			
	width: 40%;	
}

.navRightBold {
	float: right;			
	font-weight: bold;
	width: 40%;	
}

.navLeft label {
	text-align: justify;
}

.navCenter {
	margin: 0 auto;	
	text-align: center;
}

.parrafo {
	text-align: justify;	
}

.titulo {
	background: #ffffff url('http://www.afip.gob.ar/images/vinetas/flechaCirculoGris.gif') no-repeat center left;
	font-weight: bold;	
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	padding-left: 22px;		
}

.debug {
	background-color: #000;
	color: white;
}

.autonomos {
	background-color: #DDF2FF;
	display: block;
	font-weight: bold;	
	line-height: 25px;
	text-align: center;
	width: 100%;
}

.totalGeneral {
	background-color: #EEE;
	font: bold 12px "arial";
	overflow: hidden;
	padding: 5px;
	text-align: justify;
	width: 95%;	
	min-width: 600px;
}

.parrafo {
	line-height: 15pt;	
	width: 95%;		
}
