.ui-widget, .ui-widget .ui-widget {
    font-size: 10pt;
    font-family: sans-serif;
}

 .cabecera{ 
 	width: 80%; 
 	margin: 0 auto;
 	box-shadow: 0 .125rem .25rem rgb(174, 208, 234) !important;
 	color: #373F47;
 	background: #f2f5f7;
 } 
 
  .formulario{ 
 	width: 80%; 
 	margin: 0 auto;
 	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
 } 
 
 .CTIS-page-title{
	color: #373F47;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;   
 }
 
 .CTIS-page-subTitle{
	color: #373F47;
    font-size: 14px;
    font-weight:bold;
    display: inline-block;   
 }
 .CTIS-page-subTitle-table{
	text-color: #373F47;
    font-size: 14px;
    margin: 10px auto 20px 10px;
    display: inline-block;   
 }
 .CTIS-page-subTitle-text_bold{
	font-weight:bold;   
 }
 
 .CTIS-page-subTitle-text_red{
	font-weight:bold; 
	color:red; 
 }
  
 .CTIS-page-subTitle-text_green{
	font-weight:bold;  
	color:green;  
 }
 
 .topAligned {
	vertical-align: top;
 }
 
.ui-widget-content{ 
	border: none; 
    background: #fff;
    color: #015C97;
}  
 
/* cargador */
body.TASAS .ui-widget-overlay {
	background: #fff;	
}
body.TASAS .cargador .ui-widget-content, body.TASAS div#idPopupProgressBarTasas {   
    background: transparent;   
}
body .cargador {
	background: transparent;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none !important;
}
body .cargador .estiloPanelFormulario.ui-panel {
	background: transparent;
}
body .cargador .ui-dialog-titlebar {
	display: none;
}
/*end cargador*/