@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
}
.menu_ {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.menu_:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.submenu_ {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.txt1 {	
	font-family: "Arial", Gadget, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.txt1p {	
	font-family: "Arial", Gadget, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.textoGeneral {	
	font-family: Arial, Gadget, sans-serif;
	font-size: 12px;
}
.txt3 {	
	font-family: "Arial", Gadget, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}.titulo1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #58595B;
	text-decoration: none;
}
.pag_inactiva {
	display:inline;
	padding: 2px;
	color:#333;
	text-decoration:none;	
}
.pag_activa {
	display:inline;
	padding: 2px;
	color:#39F;
	text-decoration:none;
}

.buttonStyle{
padding-top:3px; padding-bottom:3px; padding-left:6px; padding-right:6px; border:2px solid #e8e8e8; -webkit-border-radius: 5px; border-radius: 5px; background:#fafafa; color:#616162; font-weight:bold; cursor:pointer; 
}

.buttonStyle2{
padding-top:4px; padding-bottom:4px; padding-left:8x; padding-right:8px; border:2px solid #e8e8e8; -webkit-border-radius: 5px; border-radius: 5px; background:#fafafa; color:#616162; font-weight:bold; cursor:pointer; 
}


#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}


#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
/*Bandeja de entrada table*/
#table-documentos {
   /*font-size:10px;*/
}
.font-label {
   font-size:12px;
}
.margin-bottom-table{
	margin-bottom:0px;
}
.clsEliminarFila-cursor{
	cursor:pointer;
	font-size:21px;
}