/* 90% */

/* FONT STACK */
body, input, select, textarea {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 11.5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #3104B4;
	font-size: 16px;
	line-height: .8;
}

/* BASE LAYOUT */
html {
	background-color: #ddd;
	background-image: -moz-linear-gradient(center top, #aaa, #ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa),
		color-stop(1, #ddd));
	background-image: linear-gradient(top, #aaa, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=  '#aaaaaa',
		EndColorStr=  '#dddddd');
	background-repeat: no-repeat;
	height: 100%;
	/* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html.no-cssgradients {
	background-color: #aaa;
}

.ie6 html {
	height: 100%;
}

html * {
	margin: 0;
}

body {
	background: #ffffff;
	color: #333333;
	margin: 0 auto;
	max-width: 90%;
	min-width: 600px;
	overflow-x: hidden;
	/* prevents box-shadow causing a horizontal scrollbar in firefox when viewport < 960px wide */
	-moz-box-shadow: 0 0 0.3em #255b17;
	-webkit-box-shadow: 0 0 0.3em #255b17;
	box-shadow: 0 0 0.3em #255b17;
}

#grailsLogo {
	/*        background-color: #abbf78; */
	/*        background-color: #0a3d7e; */
	/*     	  background-color: #FFFFFF; */
	/*vertical-align: top;*/
	width: 100%;
	height: 100px;
	background: #f8f9fa url('../images/nova/artwork-pattern_hd.png')
		repeat-x left top; /* url('../images/provisional.jpg'); */
	/* 	background-repeat: repeat-x;no-repeat; */
	/* 	background-color: #0a3d7e; */
}

/* #grailsLogo p { */
/* 	color: #FFF; */
/* } */
#grailsLogo li, ul {
	color: #0a3d7e;
	font-weight: bold;
	text-shadow: blue;
	/*	padding-left: 35%;*/
}

#grailsLogo a {
	display: inline-block;
	margin: 0em;
	color: #0a3d7e;
	/* 	padding-left: 65%; */
}

#titleAplication {
	font-family: arial;
	color: #FFF;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	padding-top: 25px;
	width: 100%;
}

/* replace with .no-boxshadow body if you have modernizr available */
.ie6 body, .ie7 body, .ie8 body {
	border-color: #255b17;
	border-style: solid;
	border-width: 0 1px;
}

.ie6 body {
	height: 100%;
}

a:link, a:visited, a:hover {
	color: #1962E9;
}

a:hover, a:active {
	outline: none;
	/* prevents outline in webkit on active links but retains it for tab focus */
}

h1 {
	color: #1962E9;
	font-weight: normal;
	font-size: 1.25em;
	margin: 0.8em 0 0.3em 0;
}

ul {
	padding: 0;
}

img {
	border: 0;
}

/* GENERAL */
.content {
	width: 100%;
	height: 69%;
}

.content h1 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0.8em 1em 0.3em;
	padding: 0 0.25em;
}

.scaffold-list h1 {
	border: none;
}

.footer {
	/*	background-image: url('../images/telcel/plecafooter.gif');*/
	/*	background-image: url('../images/footer.jpg'); */
	/*	background-repeat: no-repeat; */
	/*	padding-top:30px; */
	/*	height: 40px; */
	width: 100%;
	height: 15%;
	margin-top: 5%;
	border: none;
	margin-top: 30px;
	display: inline-block;
	vertical-align: text-top;
	text-align: center;
	background: #f8f9fa url('../images/nova/artwork-pattern_ft.png')
		repeat-x left bottom; /* url('../images/provisional.jpg'); */
}

.footer div {
	height: 40px;
	/* 	background-image: url('../images/telcel/imgBG.gif'); */
	/* float: left; */
	float: right;
}

.footer p {
	margin-top: 2%;
	font-weight: bold;
	color: #9196A1;
}

.footer img {
	margin-top: -20%;
	margin-right: 1em;
	/* 	width: 14%; */
	/* 	border-style: none; */
	/* 	border-width: 5px; */
}

.footer_blue {
	background: #0a3d7e; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#0a3d7e, #0a3d7e);
	background: -o-linear-gradient(#0a3d7e, #0a3d7e);
	background: -webkit-linear-gradient(#0a3d7e, #0a3d7e);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 2px;
	border: 10px solid #0A3D7E;
	font: 100% 'News Cycle', arial, sans-serif;
	color: #FFF;
	text-align: center;
	clear: both;
}

.spinner {
	background: url(../images/spinner.gif) 50% 50% no-repeat transparent;
	height: 16px;
	width: 16px;
	padding: 0.5em;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
}

/* NAVIGATION MENU */
.nav {
	width: 170px;
	height: 50px;
	float: right;
	background: transparent;
}

.nav ul {
	overflow: hidden;
	padding-left: 0;
	zoom: 1;
}

.nav li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 0.5em;
	padding: 0;
}

.nav a {
	color: white;
	display: block;
	padding: 0.25em 0.7em;
	text-decoration: none;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

.nav a:active, .nav a:visited {
	color: #666666;
}

.nav a:focus, .nav a:hover {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

.nav a.home, .nav a.list, .nav a.create, .nav a.attach, .nav a.aprove,
	.nav a.reject {
	background-position: 0.7em center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

.nav a.home {
	background-image: url(../images/skin/house.png);
}

.nav a.list {
	background-image: url(../images/skin/database_table.png);
}

.nav a.create {
	background-image: url(../images/skin/database_add.png);
}

.nav a.attach {
	background-image: url(../images/sgp/attach-icon.png);
}

.nav a.aprove {
	background-image: url(../images/sgp/btn_ok.png);
}

.nav a.reject {
	background-image: url(../images/sgp/reject_ok.png);
}

/* CREATE/EDIT FORMS AND SHOW PAGES */
fieldset, .property-list {
	margin: 0.6em 1.25em 0 1.25em;
	/* 	padding: 0.3em 1.8em 1.25em; */
	position: relative;
	zoom: 1;
	border: none;
}

.property-list .fieldcontain {
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

.fieldcontain {
	margin-top: 1em;
}

.fieldcontain label, .fieldcontain .property-label {
	color: #666666;
	text-align: right;
	width: 25%;
}

.fieldcontain .property-label {
	float: left;
}

.fieldcontain .property-value {
	display: block;
	margin-left: 27%;
}

label {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0 0;
}

input, select, textarea {
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
	font-size: 1em;
	padding: 0.2em 0.4em;
}

select {
	padding: 0.2em 0.2em 0.2em 0;
}

select[multiple] {
	vertical-align: top;
}

textarea {
	width: 550px;
	height: 50px;
	overflow: auto; /* IE always renders vertical scrollbar without this */
	vertical-align: top;
}

input[type=checkbox], input[type=radio] {
	background-color: transparent;
	border: 0;
	padding: 0;
}

input:focus, select:focus, textarea:focus {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	outline: 0;
	-moz-box-shadow: 0 0 0.5em #ffffff;
	-webkit-box-shadow: 0 0 0.5em #ffffff;
	box-shadow: 0 0 0.5em #ffffff;
}

.required-indicator {
	color: #1962E9;
	display: inline-block;
	font-weight: bold;
	margin-left: 0.3em;
	position: relative;
	top: 0.1em;
}

ul.one-to-many {
	display: inline-block;
	list-style-position: inside;
	vertical-align: top;
}

.ie6 ul.one-to-many, .ie7 ul.one-to-many {
	display: inline;
	zoom: 1;
}

ul.one-to-many li.add {
	list-style-type: none;
}

/* EMBEDDED PROPERTIES */
fieldset.embedded {
	background-color: transparent;
	border: 1px solid #CCCCCC;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

fieldset.embedded legend {
	margin: 0 1em;
}

/* MESSAGES AND ERRORS */
.errors, .message {
	font-size: 1.0em;
	line-height: 2;
	margin: 1em 2em;
	padding: 0.25em;
}

.message {
	background: #f3f3ff;
	border: 1px solid #b2d1ff;
	color: #006dba;
	-moz-box-shadow: 0 0 0.25em #b2d1ff;
	-webkit-box-shadow: 0 0 0.25em #b2d1ff;
	box-shadow: 0 0 0.25em #b2d1ff;
}

.errors {
	background: #fff3f3;
	border: 1px solid #ffaaaa;
	color: #cc0000;
	-moz-box-shadow: 0 0 0.25em #ff8888;
	-webkit-box-shadow: 0 0 0.25em #ff8888;
	box-shadow: 0 0 0.25em #ff8888;
}

.errors ul, .message {
	padding: 0;
}

.errors li {
	list-style: none;
	background: transparent url(../images/skin/exclamation.png) 0.5em 50%
		no-repeat;
	text-indent: 2.2em;
}

.errors {
	background: transparent url(../images/skin/exclamation.png) 0.5em 50%
		no-repeat;
	text-indent: 2.2em;
}

.message {
	background: transparent url(../images/skin/information.png) 0.5em 50%
		no-repeat;
	text-indent: 2.2em;
}

/* form fields with errors */
.error input, .error select, .error textarea {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
	-moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */
input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	-moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	box-shadow: 0 0 0.5em #ffaaaa;
}

/* TABLES */
table {
	border-top: 1px solid #DFDFDF;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}

tr {
	border: 0;
}

tr>td:first-child, tr>th:first-child {
	padding-left: 1.25em;
}

tr>td:last-child, tr>th:last-child {
	padding-right: 1.25em;
}

td, th {
	line-height: 1.5em;
	padding: 0.5em 0.6em;
	text-align: left;
	vertical-align: top;
}

th {
	background-color: #efefef;
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),
		color-stop(1, #eaeaea));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=  '#ffffff',
		EndColorStr=  '#eaeaea');
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea')";
	color: #666666;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0.2em 0.6em;
}

thead th {
	white-space: nowrap;
}

th a {
	display: block;
	text-decoration: none;
}

th a:link, th a:visited {
	color: #666666;
}

th a:hover, th a:focus {
	color: #333333;
}

th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.1em;
}

th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #ffffff;
}

/*Eliminamos el hover de los encabezados de la tabla*/
/*th:hover, tr:hover { */
tr:hover {
	/*	background: #B6BCF3;*/
	
}

/* PAGINATION */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus,
	.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
	.pagination>.disabled>span, .pagination>.disabled>span:focus,
	.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

/* ACTION BUTTONS */
.buttons {
	background-color: #efefef;
	overflow: hidden;
	padding: 0.3em;
	-moz-box-shadow: 0 0 3px 1px #aaaaaa;
	-webkit-box-shadow: 0 0 3px 1px #aaaaaa;
	box-shadow: 0 0 3px 1px #aaaaaa;
	margin: 0.1em 0 0 0;
	border: none;
}

.buttons input, .buttons a {
	background-color: transparent;
	border: 0;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0;
	overflow: visible;
	padding: 0.25em 0.7em;
	text-decoration: none;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

.buttons input:hover, .buttons input:focus, .buttons a:hover, .buttons a:focus
	{
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
	.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

.buttons .delete, .buttons .edit, .buttons .save {
	background-position: 0.7em center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

.ie6 .buttons input.delete, .ie6 .buttons input.edit, .ie6 .buttons input.save,
	.ie7 .buttons input.delete, .ie7 .buttons input.edit, .ie7 .buttons input.save
	{
	padding-left: 36px;
}

.buttons .delete {
	background-image: url(../images/skin/database_delete.png);
}

.buttons .edit {
	background-image: url(../images/skin/database_edit.png);
}

.buttons .save {
	background-image: url(../images/skin/database_save.png);
}

a.skip {
	position: absolute;
	left: -9999px;
}

.contacto {
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 15px 15px 10px;
	margin-top: 10px;
	background-color: white;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}

.contacto input[type='submit'] {
	border: 1px solid #CED5D7;
	box-shadow: 0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 5px;
	cursor: pointer;;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	background: #e4f1f6;
	/* fallback para navegadores que no soporten degradados */
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
}

.contacto input[type='submit']:hover {
	background: #edfcff;
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
}

.contacto input[type='submit']:active {
	background: #cfe6ef;
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
}

.contacto input[type='button'] {
	border: 1px solid #CED5D7;
	box-shadow: 0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 5px;
	cursor: pointer;;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	background: #e4f1f6;
	/* fallback para navegadores que no soporten degradados */
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
}

.contacto input[type='button']:hover {
	background: #edfcff;
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
}

.contacto input[type='button']:active {
	background: #cfe6ef;
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
}

.boton_azul {
	width: 150px;
	height: 30px;
	border: 1px solid #CED5D7;
	box-shadow: 0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 5px;
	cursor: pointer;;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	font-size: 11.5px;
	background: #e4f1f6;
	/* fallback para navegadores que no soporten degradados */
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
}

.mayuscula {
	text-transform: uppercase;
}

.fs_paginado {
	position: relative;
	float: left;
	width: 95%;
}

.pag_title {
	/*float: left;*/
	margin-right: 30px;
	margin-top: 10px;
	text-align: left;
	font-family: tahoma;
	font-size: 10pt;
	color: #636363;
}

#systemTable {
	display: block;
	width: inherit;
	margin: 1%;
	padding-top: 1%;
}

#systemTable table, th {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

#systemTable td {
	border: 1px solid #D4E0EE;
}

#systemTable table tr.active {
	background: #ccc;
}

#systemTable caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

#systemTable td, th {
	padding: 4px;
}

#systemTable thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

.tdLikeTh {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

#systemTable tbody th {
	font-weight: bold;
}

#systemTable tbody tr {
	background: #FCFDFE;
}

#systemTable tbody tr.odd {
	background: #F7F9FC;
}

#systemTable tbody tr.even {
	background: #F7F9FC;
}

#systemTable table a:link {
	color: #718ABE;
	text-decoration: none;
}

#systemTable table a:visited {
	color: #718ABE;
	text-decoration: none;
}

#systemTable table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

#systemTable tfoot th, tfoot td {
	font-size: 85%;
}

.bts_derecho {
	display: block;
	width: 10%;
	position: relative;
	float: right;
	margin-right: 50px;
}

.bts_derecho input[type='submit'] {
	width: 150px;
	height: 30px;
	border: 1px SOLID #CED5D7;
	box-shadow: 0 0 0 3px #EEF5F7;
	margin-bottom: 20px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	background: #e4f1f6;
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
}

.bts_derecho input[type='submit']:hover {
	background: #edfcff;
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
}

.bts_derecho input[type='submit']:active {
	background: #cfe6ef;
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
}

.bts_centrado input[type='submit'] {
	width: 150px;
	height: 30px;
	border: 1px SOLID #CED5D7;
	box-shadow: 0 0 0 3px #EEF5F7;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	background: #e4f1f6;
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
}

.fs_principal_strench {
	float: left;
	width: 95%;
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 25px 0px 20px;
	background-color: white;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
	margin-left: 2.5%;
}

#progressBar {
	overflow: auto;
}

#barraProgresoAct {
	display: block;
	position: relative;
	z-index: 2;
	margin-left: 4%;
	width:90%;
	overflow: auto;
}

@media screen and (max-width: 1330px) {
	.fs_principal_strench {
		overflow: auto;
		box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 0px #EEF5F7 inset;
		min-height: 400px;
	}
	#barraProgresoAct {
		width:90%;
		overflow: auto;
	}
	#detalleAsignacion {
		width:90%;
		overflow: auto;
	}
}

.fs_subPrincipal_strench {
	float: left;
	width: 95%;
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 25px 0px 20px;
	background-color: white;
	box-shadow: 0px 5px 10px black, 0 0 0 10px #CED5D7 inset;
}

.fs_principal {
	float: left;
	width: 75%;
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 45px 0px 20px;
	background-color: white;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}

.fs_principal input[type='text'], .fs_principal textarea {
	padding: 7px 6px;
	width: 200px; /* una longitud definida */
	height: 8px;
	border: 1px solid #CED5D7;
	resize: none;
	/* esta propiedad es para que el textarea no sea redimensionable */
	box-shadow: 0 0 0 3px #EEF5F7;
	margin: 5px 0;
}

.fs_principal input[type='text']:focus, .fs_principal textarea:focus {
	outline: none; /* reset especifico para Chrome/Safari */
	box-shadow: 0 0 0 3px #dde9ec;
}

.fs_principal label {
	font-size: small;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
}

.etiquetas {
	width: auto;
	float: left;
	width: 95%;
	padding-bottom: 1em;
}

.etiquetasraddio {
	float: center;
	width: 25%;
	padding-bottom: 1em;
}

.etiquetas label {
	width: 140px;
	font-size: small;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	text-align: right;
	padding-right: 2em;
}

.etiquetas_radios_jq {
	float: left;
	width: 95%;
	padding-bottom: 1em;
}

.etiquetas_radios_jq label {
	width: 140px;
	font-size: small;
	font-weight: bold;
	text-align: right;
	padding-right: 2em;
}

.midleButtons {
	width: 500px;
	margin-left: 180px;
}

.midleButtons input[type='submit'] {
	width: 150px;
	height: 30px;
	border: 1px SOLID #CED5D7;
	box-shadow: 0 0 0 3px #EEF5F7;
	margin-bottom: 20px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	margin-right: 2em;
	background: #e4f1f6;
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
}

.bts_form {
	width: 800px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 100px;
	display: inline-block;
}

.bts_form input[type='submit'], input[type='button'] {
	width: 150px;
	height: 30px;
	border: 1px SOLID #CED5D7;
	box-shadow: 0 0 0 3px #EEF5F7;
	margin-bottom: 20px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	margin-right: 2em;
	background: #e4f1f6;
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
}

.posicionDelete {
	position: absolute;
	margin-left: 30px;
}

.tags {
	width: 100px;
	margin-top: -2.1em;
	margin-left: 80px;
	position: relative;
}

.perfil {
	font-weight: bold;
	font-style: normal;
	color: #004c8e;
	font-size: .9em;
	float: right;
	vertical-align: top;
	background-color: white;
}

#mygraphiccontainer {
	position: relative;
	width: 700px;
	height: 400px;
}

.ta3 {
	border: 2px dashed #D1C7AC;
}

.stage {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 40px;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	-o-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}

#progressBar {
	display: block;
	width: 90%;
	margin-left: 4%;
}

#progressBar tr {
	border: none;
}

#progressBar table, th, td {
	border: none;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

#progressBar caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

#progressBar td, th {
	padding: 0;
	background-color: #ffff;
}

#progressBar thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

#progressBar tbody th {
	font-weight: bold;
}

#progressBar tbody tr {
	background: #FCFDFE;
}

.ball {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 50%;
	position: relative;
	background: -webkit-gradient(radial, 50% 55%, 0, 50% 55%, 100, color-stop(0%, rgba(240
		, 245, 255, 0.9)), color-stop(40%, rgba(240, 245, 255, 0.9)),
		color-stop(60%, rgba(225, 238, 255, 0.8)),
		color-stop(100%, rgba(43, 130, 255, 0.4)));
	background: -webkit-radial-gradient(50% 55%, circle cover, rgba(240, 245, 255, 0.9),
		rgba(240, 245, 255, 0.9) 40%, rgba(225, 238, 255, 0.8) 60%,
		rgba(43, 130, 255, 0.4));
	background: -moz-radial-gradient(50% 55%, circle cover, rgba(240, 245, 255, 0.9),
		rgba(240, 245, 255, 0.9) 40%, rgba(225, 238, 255, 0.8) 60%,
		rgba(43, 130, 255, 0.4));
	background: -o-radial-gradient(50% 55%, circle cover, rgba(240, 245, 255, 0.9),
		rgba(240, 245, 255, 0.9) 40%, rgba(225, 238, 255, 0.8) 60%,
		rgba(43, 130, 255, 0.4));
	background: radial-gradient(50% 55%, circle cover, rgba(240, 245, 255, 0.9),
		rgba(240, 245, 255, 0.9) 40%, rgba(225, 238, 255, 0.8) 60%,
		rgba(43, 130, 255, 0.4));
	-webkit-animation: bubble-anim 2s ease-out infinite;
	-moz-animation: bubble-anim 2s ease-out infinite;
	-o-animation: bubble-anim 2s ease-out infinite;
	-ms-animation: bubble-anim 2s ease-out infinite;
	animation: bubble-anim 2s ease-out infinite;
}

.ball:before {
	/* Sheen on the bottom right */
	content: "";
	position: absolute;
	top: 1%;
	left: 5%;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	-webkit-filter: blur(0);
	height: 80%;
	width: 40%;
	background: -webkit-gradient(radial, 130% 130%, 0, 130% 130%, 100, color-stop(0%,
		rgba(255, 255, 255, 0)), color-stop(46%, rgba(255, 255, 255, 0)),
		color-stop(50%, rgba(255, 255, 255, 0.8)),
		color-stop(58%, rgba(255, 255, 255, 0.8)),
		color-stop(60%, rgba(255, 255, 255, 0)),
		color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0)
		0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%,
		rgba(255, 255, 255, 0) 100%);
	background: -moz-radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0)
		0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%,
		rgba(255, 255, 255, 0) 100%);
	background: -o-radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0)
		0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%,
		rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%,
		rgba(255, 255, 255, 0) 100%);
	-webkit-transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
	-moz-transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
	-ms-transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
	-o-transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
	transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
}

.ball:after {
	/* Top left highlight */
	content: "";
	position: absolute;
	top: 5%;
	left: 10%;
	width: 80%;
	height: 80%;
	border-radius: 100%;
	background: -webkit-gradient(radial, 50% 80%, 0, 50% 80%, 100, color-stop(0%, rgba(255
		, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 0)),
		color-stop(80%, #ffffff), color-stop(84%, #ffffff),
		color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(50% 80%, circle cover, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0) 74%, #ffffff 80%, #ffffff 84%,
		rgba(255, 255, 255, 0) 100%);
	background: -moz-radial-gradient(50% 80%, circle cover, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0) 74%, #ffffff 80%, #ffffff 84%,
		rgba(255, 255, 255, 0) 100%);
	background: -o-radial-gradient(50% 80%, circle cover, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0) 74%, #ffffff 80%, #ffffff 84%,
		rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(50% 80%, circle cover, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0) 74%, #ffffff 80%, #ffffff 84%,
		rgba(255, 255, 255, 0) 100%);
	opacity: 0.6;
	-webkit-filter: blur(1px);
	z-index: 2;
	-webkit-transform: rotateZ(-30deg);
	-moz-transform: rotateZ(-30deg);
	-ms-transform: rotateZ(-30deg);
	-o-transform: rotateZ(-30deg);
	transform: rotateZ(-30deg);
}

.ball_busy {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 50%;
	position: relative;
	
	background: -webkit-gradient(radial, 50% 55%, 0, 50% 55%, 100, color-stop(0%,
		rgbargba(255, 0, 0, 0.2)), color-stop(40%, rgba(255, 0, 0, 0.2)),
		color-stop(60%, rgba(255, 0, 0, 0.2)),
		color-stop(100%, rgba(255, 0, 0, 0.2)));
	background: -webkit-radial-gradient(50% 55%, circle cover, rgba(255, 0, 0, 0.2),
		rgba(255, 0, 0, 0.2) 40%, rgba(255, 0, 0, 0.2) 60%,
		rgba(255, 0, 0, 0.2));
	background: -moz-radial-gradient(50% 55%, circle cover, rgba(255, 0, 0, 0.2),
		rgba(255, 0, 0, 0.2) 40%, rgba(255, 0, 0, 0.2) 60%,
		rgba(255, 0, 0, 0.2));
	background: -o-radial-gradient(50% 55%, circle cover, rgba(255, 0, 0, 0.2),
		rgba(255, 0, 0, 0.2) 40%, rgba(255, 0, 0, 0.2) 60%,
		rgba(255, 0, 0, 0.2));
	background: radial-gradient(50% 55%, circle cover, rgba(255, 0, 0, 0.2),
		rgba(255, 0, 0, 0.2) 40%, rgba(255, 0, 0, 0.2) 60%,
		rgba(255, 0, 0, 0.2));
		
	-webkit-animation: bubble-anim 2s ease-out infinite;
	-moz-animation: bubble-anim 2s ease-out infinite;
	-o-animation: bubble-anim 2s ease-out infinite;
	-ms-animation: bubble-anim 2s ease-out infinite;
	animation: bubble-anim 2s ease-out infinite;
}

.ball_busy:before {
	/* Sheen on the bottom right */
	content: "";
	position: absolute;
	top: 1%;
	left: 5%;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	-webkit-filter: blur(0);
	height: 80%;
	width: 40%;
	background: -webkit-gradient(radial, 130% 130%, 0, 130% 130%, 100, color-stop(0%,
		rgba(255, 255, 255, 0)), color-stop(46%, rgba(255, 255, 255, 0)),
		color-stop(50%, rgba(255, 255, 255, 0.8)),
		color-stop(58%, rgba(255, 255, 255, 0.8)),
		color-stop(60%, rgba(255, 255, 255, 0)),
		color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0)
		0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%,
		rgba(255, 255, 255, 0) 100%);
	background: -moz-radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0)
		0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%,
		rgba(255, 255, 255, 0) 100%);
	background: -o-radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0)
		0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%,
		rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(130% 130%, circle, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%,
		rgba(255, 255, 255, 0) 100%);
	-webkit-transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
	-moz-transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
	-ms-transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
	-o-transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
	transform: translateX(131%) translateY(58%) rotateZ(168deg)
		rotateX(10deg);
}

.ball_busy:after {
	/* Top left highlight */
	content: "";
	position: absolute;
	top: 5%;
	left: 10%;
	width: 80%;
	height: 80%;
	border-radius: 100%;
	background: -webkit-gradient(radial, 50% 80%, 0, 50% 80%, 100, color-stop(0%, rgba(255
		, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 0)),
		color-stop(80%, #ffffff), color-stop(84%, #ffffff),
		color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(50% 80%, circle cover, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0) 74%, #ffffff 80%, #ffffff 84%,
		rgba(255, 255, 255, 0) 100%);
	background: -moz-radial-gradient(50% 80%, circle cover, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0) 74%, #ffffff 80%, #ffffff 84%,
		rgba(255, 255, 255, 0) 100%);
	background: -o-radial-gradient(50% 80%, circle cover, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0) 74%, #ffffff 80%, #ffffff 84%,
		rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(50% 80%, circle cover, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0) 74%, #ffffff 80%, #ffffff 84%,
		rgba(255, 255, 255, 0) 100%);
	opacity: 0.6;
	-webkit-filter: blur(1px);
	z-index: 2;
	-webkit-transform: rotateZ(-30deg);
	-moz-transform: rotateZ(-30deg);
	-ms-transform: rotateZ(-30deg);
	-o-transform: rotateZ(-30deg);
	transform: rotateZ(-30deg);
}

/* ARROWS */
.arrowText {
	position: relative;
	margin-left: none;
	margin-top: 60px;
	width: 30px;
	height: 10px;
	background: #C7E0E5;
	border: solid 1px #0cceff;
	float: left;
}

.arrowTextLong {
	margin-top: -70px;
	margin-left: -2em;
	width: 30px;
}

.arrowTextTooLong {
	margin-top: -70px;
	width: 25px;
}

.arrowText:before, .arrowText:after  {
	content: " ";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
}
/* RIGHT ARROW */
.arrowRight:before, .arrowRight:after {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	top: -5px;
}

.arrowRight:after {
	border-left: 10px solid #C7E0E5;
	right: -10px;
	z-index: 2;
}

.arrowRight:before {
	border-left: 10px solid #0cceff;
	right: -10px;
	z-index: 1;
}

a:focus {
	outline: none;
}

#panel {
	background: transparent;
	height: 45em;
	display: none;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px transparent;
	background: url('../images/sgp/slider-button.gif') no-repeat center top;
}

.btn-slide {
	background: url('../images/sgp/white-arrow.gif') no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.active {
	background-position: right 12px;
}

.item {
	padding: 1em;
	margin: 0 0 2em;
}

.rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.dark {
	background: #2a3333;
}

#leftform {
	margin-right: 220px;
	padding-right: 20px;
	border-right: 1px solid #CCC;
	background: url('../images/sgp/content.jpg') repeat-y right;
}

.btnPersonalizado {
	width: 150px;
	background: url('../images/sgp/boton_gde.png') no-repeat;
}

.btsPersonalizados {
	width: 120px;
	background: transparent;
}

.btsPersonalizados ul {
	overflow: hidden;
	padding-left: 0;
	zoom: 1;
}

.btsPersonalizados li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 0.5em;
	padding: 0;
}

.btsPersonalizados a {
	color: #0a3d7e;
	display: block;
	padding: 0.25em 0.7em;
	text-decoration: none;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

.btsPersonalizados a:active, .btsPersonalizados a:visited {
	color: #666666;
}

.btsPersonalizados a:focus, .btsPersonalizados a:hover {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .btsPersonalizados a:focus, .no-borderradius .btsPersonalizados a:hover
	{
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

.btsPersonalizados a.home, .btsPersonalizados a.list, .btsPersonalizados a.create,
	.btsPersonalizados a.attach {
	background-position: 0.7em center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

.btsPersonalizados a.home {
	background-image: url(../images/skin/house.png);
}

.btsPersonalizados a.list {
	background-image: url(../images/skin/database_table.png);
}

.btsPersonalizados a.create {
	background-image: url(../images/skin/database_add.png);
}

.btsPersonalizados a.attach {
	background-image: url(../images/sgp/attach-icon.png);
}

.btsPersonalizados a.aprove {
	background-image: url(../images/sgp/btn_ok.png);
}

.btsPersonalizados a.reject {
	background-image: url(../images/sgp/reject_ok.png);
}

.smallFont {
	width: 200px;
	text-align: right;
	font-size: x-small;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Gill Sans, sans-serif;
}

.styledFileInput {
	padding-left: 2em;
	padding-right: 2em;
	margin-left: 4%;
	margin-right: 2em;
}

.imageSubmit {
	
}

.imageSubmit input[type='image'] {
	border: none;
}

/*
 * Ocultarlo siendo accesible
 */
.custom-radio, .custom-checkbox {
	clip: rect(1px, 1px, 1px, 1px);
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

/*
 * Dejar espacio a la 'label' para posicionar el checkbox hecho con pseudoelementos
 */
.custom-radio+label, .custom-checkbox+label {
	position: relative;
	padding-left: 16px;
}
/*
 * El pseudoelemento que emular� el input
 */
.custom-radio+label:before, .custom-checkbox+label:before {
	content: "";
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 13px;
	height: 13px;
	line-height: 11px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6.5px;
	background: white;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff),
		color-stop(100%, #dddddd));
	background-image: -webkit-linear-gradient(#ffffff, #dddddd);
	background-image: -moz-linear-gradient(#ffffff, #dddddd);
	background-image: -o-linear-gradient(#ffffff, #dddddd);
	background-image: linear-gradient(#ffffff, #dddddd);
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,
		endColorstr=#dddddd);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd')";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #aaa;
}
/*
 * Fondo para cuando se pasa el rat�n por encima
 */
.custom-radio+label:hover:before, .custom-checkbox+label:hover:before {
	background: #fafafa;
}

/*
 * Fondo para cuando se est� haciendo click
 * Con filtros para ie9
 */
.custom-radio+label:active:before, .custom-checkbox+label:active:before
	{
	background: #f2f2f2;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd),
		color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(#dddddd, #ffffff);
	background-image: -moz-linear-gradient(#dddddd, #ffffff);
	background-image: -o-linear-gradient(#dddddd, #ffffff);
	background-image: linear-gradient(#dddddd, #ffffff);
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd,
		endColorstr=#ffffff);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff')";
}

/*
 * Redondear el bot�n "radio"
 * Sobreescribimos el border-radius: 3px general
 */
.custom-radio+label:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/*
 * Mostrar un punto cuando est� seleccionado el "radio"
 * Usamos box-shadow para simular un fondo gris, mientras que dejamos un peque�o 
 * espacio para el punto negro (#444), que es el fondo
 */
.custom-radio:checked+label:before {
	background: #444;
	-webkit-box-shadow: 0 0 0 3px #eeeeee inset;
	-moz-box-shadow: 0 0 0 3px #eeeeee inset;
	box-shadow: 0 0 0 3px #eeeeee inset;
}

/*
 * Estilos focus para la gente que navega con el teclado, etc
 */
.custom-radio:focus+label:before, .custom-checkbox:focus+label:before {
	outline: 1px dotted;
}

/* Mostrar la "X" cuando est� chequeada (s�lo el checkbox).
 * Podr�amos usar una fuente de iconos para mostrar un tic
 */
.custom-checkbox:checked+label:before {
	content: "X";
}

.cborder_xxx {
	border-width: 20px;
	/* -moz-border-image:url('../images/sgp/border5.png') 25 30 10 20 repeat;
	-webkit-border-image:url('../images/sgp/border5.png') 25 30 10 20 repeat;
	border-image:url('../images/sgp/border5.png') 25 30 10 20 repeat; */
	-webkit-border-image: url('../images/sgp/border4.png') 25% repeat repeat;
	border-image: url('../images/sgp/border4.png') 25% repeat repeat;
}

/*
 * S�lo para IE 6, 7 y 8 (no soportado)
 */
@media \0screen\,screen\9 {
	.custom-radio, .custom-checkbox {
		clip: auto;
		position: static;
	}
	.custom-radio+label, .custom-checkbox+label {
		padding-left: 0;
	}
	.custom-radio+label:before, .custom-checkbox+label:before {
		display: none;
	}
}

#rcolumn {
	background: center top #2C6987 repeat-x scroll;
	border-color: #316897;
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	position: relative;
	width: 92.5%;
	height: 1em;
	border-color: #316897;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	position: relative;
	float: left;
	text-align: right;
	color: white;
	margin-left: 4%;
}

.pag_title_sm {
	margin-top: -0.3em;
	text-align: center;
	font-family: tahoma;
	font-size: 14pt;
	font-weight: bold;
	color: white;
}

.tablaReportesAm {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #000000;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
}

.tablaReportesAm table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.tablaReportesAm tr:last-child td:last-child {
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
}

.tablaReportesAm table tr:first-child td:first-child {
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
}

.tablaReportesAm table tr:first-child td:last-child {
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
}

.tablaReportesAm tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
}

.tablaReportesAm tr:hover td {
	background-color: #82c0ff;
	background: -o-linear-gradient(bottom, #82c0ff 5%, #56aaff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #82c0ff
		), color-stop(1, #56aaff));
	background: -moz-linear-gradient(center top, #82c0ff 5%, #56aaff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82c0ff",
		endColorstr="#56aaff");
	background: -o-linear-gradient(top, #82c0ff, 56aaff);
}

.tablaReportesAm tr:first-child td {
	background: -o-linear-gradient(bottom, #0069d3 5%, #007fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0069d3
		), color-stop(1, #007fff));
	background: -moz-linear-gradient(center top, #0069d3 5%, #007fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0069d3",
		endColorstr="#007fff");
	background: -o-linear-gradient(top, #0069d3, 007fff);
	background-color: #0069d3;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 18px;
	font-family: Comic Sans MS;
	font-weight: bold;
	color: #ffffff;
}

.tablaReportesAm tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #0069d3 5%, #007fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0069d3
		), color-stop(1, #007fff));
	background: -moz-linear-gradient(center top, #0069d3 5%, #007fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0069d3",
		endColorstr="#007fff");
	background: -o-linear-gradient(top, #0069d3, 007fff);
	background-color: #0069d3;
}

.tablaReportesAm tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.tablaReportesAm tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

.tablaReportesAm td {
	background: -o-linear-gradient(bottom, #56aaff 5%, #82c0ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #56aaff
		), color-stop(1, #82c0ff));
	background: -moz-linear-gradient(center top, #56aaff 5%, #82c0ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56aaff",
		endColorstr="#82c0ff");
	background: -o-linear-gradient(top, #56aaff, 82c0ff);
	background-color: #56aaff;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 12px;
	font-family: Comic Sans MS;
	font-weight: bold;
	color: #000000;
}

.tablaReportesAm tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.tablaReportesAm tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.tablaReportesAm tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

/* tables */
#systemTableTs1 table.tablesorter {
	font-family: arial;
	background-color: #CDCDCD;
	margin: 10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

#systemTableTs1 table.tablesorter thead tr th, table.tablesorter tfoot tr th
	{
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

#systemTableTs1 table.tablesorter thead tr .header {
	background-image: url(../images/sgp/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

#systemTableTs1 table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

#systemTableTs1 table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}

#systemTableTs1 table.tablesorter thead tr .headerSortUp {
	background: url('../images/sort_asc.png') no-repeat center right;
}

#systemTableTs1 table.tablesorter thead tr .headerSortDown {
	background: url('../images/sort_desc.png') no-repeat center right;
}

#systemTableTs1 table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp{
	background-color: #8dbdd8;
}

/* tables */
#tableSort table.tablesorter {
	font-family: arial;
	font-size: 7pt;
	width: 100%;
	text-align: left;
}

#tableSort table.tablesorter thead tr th, table.tablesorter tfoot tr th{
	
}

#tableSort table.tablesorter thead tr .header {
	cursor: pointer;
	background: url('../images/sort_both.png') no-repeat center right;
}

#tableSort table.tablesorter thead tr .headerSortUp {
	background: url('../images/sort_asc.png') no-repeat center right;
}

#tableSort table.tablesorter thead tr .headerSortDown {
	background: url('../images/sort_desc.png') no-repeat center right;
}



div#header-with-tabs {
	padding: 1.25em 0 0 0; /* 20/16 */
}
/* ---------- CLEARFIX ---------- */
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/* .cf { zoom: 1; } */

/* Page Container Style */
.page-full-width {
	padding: 0 1.875em; /* 30/16 */
}
/* ---------- TABS ---------- */
ul#tabs {
	list-style-type: none;
}

ul#tabs li {
	float: left;
}

ul#tabs li a {
	border: 1px solid #eeefef;
	border-bottom: none;
	padding: 1.666em 0.833em; /* 20/12 10/12 */
	margin: 0 0.416em -1px 0;
	display: block;
	color: #9498a1;
}

ul#tabs li a:hover {
	color: #2a2e36;
}

ul#tabs li a.dashboard-tab {
	background: transparent url('../images/nova/tab-dashboard.png')
		no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */
}

ul#tabs li a.dashboardselected-tab {
	background: transparent url('../images/nova/tab-dashboard_selected.png')
		no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */
}

ul#tabs li a.deactive-tab, ul#tabs li a.deactive-tab:hover {
	background-color: #EDEDED;
	font-weight: bold;
	color: #2a2e36;
}

ul#tabs li a.active-tab, ul#tabs li a.active-tab:hover {
	background-color: #B0B0B0;
	font-weight: bold;
	color: #2a2e36;
}

/* ---------- CONTENT ---------- */
div#content {
	background: #f8f9fa url('../images/nova/artwork-pattern.png') repeat-x
		left bottom;
	border: 1px solid #eeefef;
	padding: 1.875em 0; /* 30/16 */
	width: 99.8%;
}

div.side-menu {
	background: #3f4551;
	border: 1px solid #eeefef;
	width: 15%;
	margin-bottom: 1em; /* 16/16 */
}

div.side-menu h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 1.25em; /* 15/12 */
	color: white;
}

div.side-menu h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 1.25em; /* 15/12 */
	color: white;
}

div.side-menu h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 1.25em; /* 15/12 */
	color: white;
}

div.side-menu ul {
	list-style-type: none;
}

div.side-menu ul li a {
	padding: 0.833em 1.25em; /* 10/12 15/12 */
	border-top: 1px solid #f8f9fa;
	display: block;
	background: white url('../images/nova/menu-dark-indicator.png')
		no-repeat right center;
}

div.side-menu ul li a:hover {
	background-color: #f8f9fa;
}

div.side-content {
	width: 83%; /* 100% - 15% for the side menu - 2% for the left margin */
}

div.content-module {
	background: white;
	margin-bottom: 1em; /* 16/16 */
	border: 1px solid #eeefef;
	width: 85%;
}

div.content-module-heading {
	background: #E7E9ED;
	cursor: pointer;
}

div.content-module-heading#search {
	background: #E7E9ED
		url('../images/nova/icons/message-boxes/information.png') no-repeat
		0.833em center /* 10/12 */;
	cursor: pointer;
	padding-left: 5%; /* 36/12 */
}

div.content-module-heading#statics {
	background: #E7E9ED
		url('../images/nova/icons/message-boxes/confirmation.png') no-repeat
		0.833em center /* 10/12 */;
	cursor: pointer;
	padding-left: 5%; /* 36/12 */
}

div.content-module-heading h3 {
	text-transform: uppercase;
	color: #4F76A3;
	font-weight: bold;
	margin: 1em; /* 15/12 */
}

div.content-module-heading h2 {
	text-transform: uppercase;
	color: #4F76A3;
	font-weight: bold;
	margin: 1em; /* 15/12 */
}

div.content-module-heading h1 {
	color: #2a2e36;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
	margin: 7.5%; /* 15/12 */
}

div.content-module-heading span {
	color: #969dac;
	text-transform: uppercase;
	margin: 1.25em; /* 15/10 */
	font-size: x-small;
}

div.content-module-main {
	padding: 1em; /* 16/16 */
	margin-top: 1em;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.footer #logoAm img {
	width: 80%;
	margin-bottom: 0.5em;
}

.pluginCountBox {
	border: 1px solid #9197a3;
	-webkit-border-radius: 2px;
	color: #4e5665;
	font-size: 13px;
	height: 24px;
	margin: 0;
	min-width: 35px;
	padding: 6px 1px 2px 3px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

.total {
	background: #fff;
}

.active {
	background: rgb(190, 247, 129);
}

.inactive {
	color: #fff;
	background: #DF013A;
}

.pluginCountBoxNub {
	bottom: 1px;
	height: 7px;
	left: 7px;
	position: relative;
	width: 0;
	z-index: 2;
}

.pluginCountBoxNub s, .pluginCountBoxNub i {
	border-color: #9197a3 transparent transparent;
	border-right: 5px solid transparent;
	border-style: solid;
	border-width: 5px;
	display: block;
	position: relative;
}

.pluginCountBoxNub i {
	border-top-color: #fff;
	left: 0;
	top: -12px;
}

.pluginCountBoxIcon {
	left: -3px;
	position: relative;
	top: 2px;
}

.sp_plugin-button {
	/*background-image: url('../images/nova/icons/ok_sprite.png');*/
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
}

.sp_plugin-button
.sx_plugin-button_thumb {
	width: 13px;
	height: 13px;
	/*background-position: -15px -57px;*/
}

#header {
	background-color: #eeeeee;
	color: black;
	padding: 5px;
}

/* Popover */
.popover {
     border: 2px dotted red;
}
/* Popover Header */
/*.popover-title {
    background-color: #73AD21;
    color: #FFFFFF;
    font-size: 28px;
    text-align:center;
}*/
/* Popover Body */
.popover-content {
    background-color: #265a88;
    color: #FFFFFF;
    padding: 5px;
}
/* Popover Arrow */
.arrow {
   border-top-color: red !important;
   border-bottom-color: red !important;
}



/*INTEGRACION DE ESTILOS DE BOOTSTRAP*/

.row {
	margin-right: -15px;
	margin-left: -15px
}

.btn-group-vertical>.row:after, .row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media ( min-width :768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
		.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
		.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
		.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}row:after {
	clear: both
}

.bg-kpi-success{
	background-color: #E0FBD0;
}

.bg-kpi-importe{
	background-color: #DEF2F6;
}

.bg-kpi-warning{
	background-color: #FFF1C8;
}

.celda-kpi{
	font-size: 0.8em;
}

.weight-kpi{
	font-weight: bold;
}

.header-kpi{
	font-size: 0.85em;
}

.bg-celda-kpi{
	background: #EEEEEE; /**#f3f3ff;**/
	border: 1px solid #b2d1ff;
	color: #7F6695; /**#006dba**/;
	-moz-box-shadow: 0 0 0.25em #b2d1ff;
	-webkit-box-shadow: 0 0 0.25em #b2d1ff;
	box-shadow: 0 0 0.25em #b2d1ff;
}

.link-kpi{
	border: 1px solid #CED5D7;
	box-shadow: 0 0 0 1.5px #2482B6; /*#6EB8DB;*/
	padding: 3px 10px;
	border-radius: 5px;
	cursor: pointer;
	text-shadow: 1px 1px 0px white;
	font-size: 10px;
	background-color: #E1E1E1;
}

.row-kpi{
	background-color:#F6F6F6;
}

.header-table{
	font-size: 11px;
	font-weight: bolder;
}

.link-col{
	border: 1px solid #CED5D7;
	box-shadow: 0 0 0 1.5px #2482B6; /*#6EB8DB;*/
	padding: 3px 10px;
	border-radius: 5px;
	cursor: pointer;
	text-shadow: 1px 1px 0px white;
	font-size: 10px;
	background-color: #E1E1E1;
}

.col-bk{
	background-color:#F6F6F6;
	font-size: small;
}

.badge-kpi{
/* 	border: 1px solid #CED5D7; */
	box-shadow: 0 0 0 1.5px #A79B93;
	padding: 3px 10px;
	border-radius: 5px;
	text-shadow: 1px 1px 0px white;
	font-size: 11px;
	background-color: #E1E1E1;
}

.control-label:before {
  content:"*";
  color:white;
}

.label-required:after {
  content:"*";
  color: #1962E9;
  display: inline-block;
  font-weight: bold;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}

.badge-celda{
/* 	border: 1px solid #CED5D7; */
	box-shadow: 0 0 0 1.5px #A79B93;
	padding: 1px 6px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px white;
	font-size: 8px;
	background-color: #E1E1E1;
}

.hand{
	cursor: pointer;
}

.banner{
	padding:1px;
	line-height:5px;
	background-color: #3391BD;
	clear: left;
	text-align: center;
    color: #FFFFF0;
    width: 100%;
	height: auto;
	border-radius: 10px;
	cursor: pointer;
    border-color: #EBEBEB;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
}