@media screen, print{
	
	.widget-box {
		background: none repeat scroll 0 0 #F9F9F9;
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
		clear: both;
		margin-top: 16px;
		margin-bottom: 16px;
		position: relative;
	}
	
	.widget-box .widget-title {
		background-color: #EFEFEF;
		background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
		background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 );
		border-bottom: 1px solid #CDCDCD;
		height: 36px;
	}
	
	.widget-box .widget-title span.icon {
		border-right: 1px solid #CDCDCD;
		padding: 9px 10px 7px 11px;
		float: left;
		/*opacity: .7;*/
	}
	
	.widget-box .widget-title h5 {
		color: #000;
		text-shadow: 0 1px 0 white;
		float: left;
		font-size: 9.5pt;
		font-weight: bold;
		padding: 12px;
		line-height: 12px;
		margin: 0;
	}
	
	.widget-box .widget-content {
		padding: 0 !important;
		border-bottom: 1px solid #aaa;
	}
	
	.widget-box .widget-content .IndexUnit{}
	
	.widget-box .widget-content .DataUnit table{
		width: 100%;
	}
	
	.widget-box .widget-content .ajaxDiv:last-child a.btn,
	.widget-box .widget-content div > a.btn,
	.widget-box .widget-content .MultiEntryUnit > .links .btn,
	.widget-box .widget-content .EntryUnit .controls > .btn,
	.widget-box .widget-content > .btn{
		margin: 5px;
	}
	
	.widget-box .widget-content .index-gen-buttons > .EntryUnit > div[class*="control-group-actions-"]{
		border: none;
	}
	
	.widget-box .widget-content .index-gen-buttons > .EntryUnit > div[class*="control-group-actions-"] > .controls{
		margin: 0px;
		text-align: left;
	}
	
	/* Collapse Style
	-----------------------------------------------------------------------------*/
	
	.widget-box .widget-title span.icon.collapse-icon{
		border-right: none;
		border-left: 1px solid #CDCDCD;
		float: right;
		cursor: pointer;
	}
		
	.widget-box .widget-title span.icon.collapse-icon.close {
		opacity: 0.7
	}
	
	/* Formularios
	-----------------------------------------------------------------------------*/
	
	form .widget-box:last-child{
		margin-bottom: 0;
	}
	
	.form-horizontal .widget-box .widget-content .control-group {
		border-top: 1px solid white;
		border-bottom: 1px solid #EEE;
		margin-bottom: 0;
	}
	
	.form-horizontal .widget-box .widget-content .form-actions {
		padding-left: 0px;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.form-horizontal .widget-box .widget-content .controls-data{
		line-height: 15px;
	}
	
	/* Formularios MultiEntry
	-----------------------------------------------------------------------------*/
	
	.form-horizontal .widget-box .widget-content .MultiEntryUnit .control-group {
		border: none;
	}
	
	/* Yes/No questions blocks
	-----------------------------------------------------------------------------*/
	
	.widget-box .widget-content .EntryUnit .control-group.yn-qn .control-label{
		float: none;
		width: auto;
		text-align: center;
		margin-left: 10px;
	}
	
	.widget-box .widget-content .EntryUnit .control-group.yn-qn .controls{
		text-align: center;
		margin-left: 0px;
	}
}

/****************************************************************/
/*               MEDIA SCREEN [min-width: 1200px]               */
/****************************************************************/
@media only screen and (min-width: 1200px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 980px]                */
/****************************************************************/
@media only screen and (min-width: 980px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 979px]                */
/****************************************************************/
@media only screen and (max-width: 979px) {
}

/****************************************************************/
/*      MEDIA SCREEN [min-width: 768px] [max-width: 979px]      */
/****************************************************************/
@media only screen and (min-width: 768px) and (max-width: 979px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 767px]                */
/****************************************************************/
@media only screen and (max-width: 767px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 480px]                */
/****************************************************************/
@media only screen and (max-width: 480px) {
}

/****************************************************************/
/*                         MEDIA PRINT                          */
/****************************************************************/
@media print{
}