
/*------------------------------------------------------------------
Estilos específicos de la interfaz
------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Global]
*/

@font-face {
    font-family: 'BonVivant Regular';
    src: url('fonts/BonVivant-Regular.woff') format('woff'),
         url('fonts/BonVivant-Regular.otf') format('otf'),
         url('fonts/BonVivant-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Antro-Vectra';
    src: url('fonts/Antro-Vectra.woff') format('woff'),
         url('fonts/Antro-Vectr.otf') format('otf'),
         url('fonts/Antro-Vectr.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
} 

html{
	height:100%;/* Para que el pie se quede siempre abajo */
}

body {
	background: #FFF;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;

	/* Las siguientes 2 líneas sirven para que el pie se quede siempre abajo */
	min-height:100%;
	position:relative;
	font-size: 13px/1.7em;
	overflow-x: hidden;
}

#contenido{
	padding-bottom:70px;/* Para que el pie se quede siempre abajo */
}
    
p { 
	font: 13px/1.7em 'Open Sans'; 	
}
    
input,
button,
select,
textarea {
  font-family: 'Open Sans';
}

.dropdown .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-icon-only {
	padding-right: 3px;
	padding-left: 3px;
}

.table td {
	vertical-align: middle;
}

.table-bordered th {
	background: #F5F5F5;
	color: #444;
	text-transform: uppercase;
}

#listadoActivos th{
	font-size: 9px;
	min-width: 100px;
}

#listadoActivos{
	width: 2500px;
}
.contenedorActivos .widget-content{
	overflow-x: scroll;
	background-color: #f8f8f8;
}

.logo{
	margin-top:0;
	margin-bottom: 0;
	text-align: center;
}


/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/

.navbar .container {
	position: relative;
}

.navbar-inner {
	padding: 7px 0;
	
	background: #e9e9e9 !important;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar-fixed-top {
	position: static;
}

.navbar .nav a {
	font-size: 11px;
}
.navbar .nav>li>a { color:#fff !important;}
.navbar .brand {
	font-weight: 600;
	position: relative;
	top: 2px;
}

.navbar .search-query {
	background-color: #444;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}

.navbar .search-query::-webkit-input-placeholder {
    color: #666;
}

.navbar .search-query:-moz-placeholder {
    color: #666;
}

.navbar-search .search-query { background:#008866; border:0; color:#fff; line-height:normal;}


/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    	margin-bottom: 1.5em;
    }
    
.subnavbar-inner {
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
	display: inline-block;
	
	height: 80px;
	padding: 0;
	margin: 0;
	
}

.subnavbar .container > ul > li {
	float: left;
	
	min-width: 75px;
    height: 60px;
	padding: 0;
	margin: 0;
	
	text-align: center;
	list-style: none;
	
	border-left: 1px solid #d9d9d9;
	
	
}

.subnavbar .container > ul > li > a {
	display: block;
	
	height: 100%;
	padding: 0 5px;
	
	font-size: 11px;
	font-weight: bold;
	color: #888;
}

.subnavbar .container > ul > li > a:hover {
	color: #444;
	text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
	display: inline-block;
	
	width: 24px;
	height: 24px;
	margin-top: 11px;
	margin-bottom: -3px;
	font-size: 20px;
}

.subnavbar .container > ul > li > a > span {
	display: block;
	
}


.subnavbar .container > ul > li.active > a {
	
	border-bottom:3px solid #3acdc7;
	color: #383838;
}
    

.subnavbar .dropdown .dropdown-menu a {
	font-size: 12px;
}

    
.subnavbar .dropdown .dropdown-menu {
    	text-align: left;
    	
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
    }
    
    
    
.subnavbar .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

.subnavbar .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}


.subnavbar .caret {
	margin-top: 4px;
	
	border-top-color: white;
	border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
	display: none;
}





/*------------------------------------------------------------------
[4. Main / .main]
*/

.main {/* Eliminado el border-bottom que el pie se quede siempre abajo */
	padding-bottom: 2em;
}



/*------------------------------------------------------------------
[5. Extra / .extra]
*/

.extra {

	border-top: 1px solid #585858;
	border-bottom: 1px solid #000;

}

.extra-inner {
	padding: 20px 0;
	
	font-size: 11px;
	color: #BBB;
	
	background: #1A1A1A;
}

.extra a {
	color: #666;
}

.extra h4 {
	margin-bottom: 1em;
	
	font-weight: 400;
}

.extra ul {
	padding: 0;
	margin: 0;
}

.extra li {
	margin-bottom: .6em;
	
	list-style: none;
}




/*------------------------------------------------------------------
[6. Footer/ .footer]
*/

.footer {/* Para que el pie se quede siempre abajo */
	text-align: center;
	width:100%;
	/*height:52px;*/
	position:absolute;
	bottom:0;
	left:0;
	border-top: 1px solid #3bafaa;
}

.footer-inner {

	padding: 15px 0;
	
	font-size: 12px;
	background: #3acdc7;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.footer a {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: bold;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget, .modal-body {

	position: relative;
	clear: both;
	
	width: auto;
	
	margin-bottom: 2em;
		
	overflow: visible !important;
}

.modal{
	overflow: visible !important;	
}
	
.widget-header {
	
	position: relative;
	
	height: 40px;
	line-height: 40px;
	
	background: #3acdc7;	
}	
	
	.widget-header h3 {
		
		position: relative;
		top: 2px;
		left: 10px;
		
		display: inline-block;
		margin-right: 3em;
		
		font-size: 14px;
		font-weight: 800;
		color: #FFF;
		line-height: 18px;
		
		
	}
	
		.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
			
			display: inline-block;
			margin-left: 13px;
			margin-right: -2px;
			
			font-size: 16px;
			color: #FFF;
			vertical-align: middle;
			
			
			
		}




.widget-content {
	padding: 20px 15px 15px;
	
	background: #FFF;
	
	
	border: 1px solid #3acdc7;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content {
	border-top: none;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}


/* Widget Plain */

.widget-plain {
	
	background: transparent;
	
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	
	background: transparent;
	
	border: none;
}


/* Widget Box */

.widget-box {	
	
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}




/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}



/* Message layout */


ul.messages_layout {
	position: relative;
	margin: 0;
	padding: 0
}
ul.messages_layout li {
	float: left;
	list-style: none;
	position: relative
}
ul.messages_layout li.left {
	padding-left: 75px
}
ul.messages_layout li.right {
	padding-right: 75px
}
ul.messages_layout li.right .avatar {
	right: 0;
	left: auto
}
ul.messages_layout li.right .message_wrap .arrow {
	right: -12px;
	left: auto;
	background-position: 0 -213px;
	height: 15px;
	width: 12px
}
ul.messages_layout li.by_myself .message_wrap {
	border: 1px solid #b3cdf8
}
ul.messages_layout li.by_myself .message_wrap .info a.name {
	color: #4a8cf7
}
ul.messages_layout li a.avatar {
	position: absolute;
	left: 0;
	top: 0
}
ul.messages_layout li a.avatar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
ul.messages_layout li .message_wrap {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 10px;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
	float: left;
	background: #fefefe;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	box-shadow: rgba(0,0,0,0.1) 0 1px 0px
}
ul.messages_layout li .message_wrap .arrow {
	background-position: 0 -228px;
	height: 15px;
	width: 12px;
	height: 15px;
	width: 12px;
	position: absolute;
	left: -12px;
	top: 13px
}
ul.messages_layout li .message_wrap .info {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 23px
}
ul.messages_layout li .message_wrap .info .name {
	float: left;
	font-weight: bold;
	color: #483734
}
ul.messages_layout li .message_wrap .info .time {
	float: left;
	font-size: 11px;
	margin-left: 6px
}
ul.messages_layout li .message_wrap .text {
	float: left;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	padding-top: 5px
}

ul.messages_layout .dropdown-menu  li{ width:100%; font-size:11px;}


/* Full Calendar */

.fc {
	direction: ltr;
	text-align: left;
	position: relative
}
.fc table {
	border-collapse: collapse;
	border-spacing: 0
}
html .fc, .fc table {
	font-size: 1em
}
.fc td, .fc th {
	padding: 0;
	vertical-align: top
}
.fc-header td {
	white-space: nowrap;
	background: none
}
.fc-header-left {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0;
	top: 6px
}
.fc-header-left .fc-button {
	margin: 0;
	position: relative
}
.fc-header-left .fc-button-prev, .fc-header-left .fc-button-next {
	float: left;
	border: none;
	padding: 14px 10px;
	opacity: 0.5
}
.fc-header-left .fc-button-prev .fc-button-inner, .fc-header-left .fc-button-next .fc-button-inner {
	border: none
}
.fc-header-left .fc-button-prev .fc-button-inner .fc-button-content, .fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
	display: none
}
.fc-header-left .fc-button-prev.fc-state-hover, .fc-header-left .fc-button-next.fc-state-hover {
	opacity: 1
}
.fc-header-left .fc-button-prev.fc-state-down, .fc-header-left .fc-button-next.fc-state-down {
	background: none !important;
	margin-top: -1px
}
.fc-header-left .fc-button-prev .fc-button-inner:after{
	font-family: FontAwesome;
	color:#3acdc7;
	content:"\f053";
	font-size:16px;
}

.fc-header-left .fc-button-next {
	float: right
}

.fc-header-left .fc-button-next:after{
	font-family: FontAwesome;
	color:#3acdc7;
	content:"\f054";
	font-size:16px;
}

.fc-header-center {
	text-align: center
}
.fc-header-right {
	text-align: right;
	position: absolute;
	top: -34px;
	right: 10px
}
.fc-header-title {
	display: inline-block;
	vertical-align: top
}
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	font-size: 1.1rem;
	color: #3acdc7;
	line-height: 55px;
}
.fc .fc-header-space {
	padding-left: 10px
}
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top
}
.fc-header .fc-button {
	margin-right: -1px
}
.fc-header .fc-corner-right {
	margin-right: 1px
}
.fc-header .ui-corner-right {
	margin-right: 0
}
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
	z-index: 2
}
.fc-header .fc-state-down {
	z-index: 3
}
.fc-header .fc-state-active, .fc-header .ui-state-active {
	z-index: 4
}
.fc-content {
	clear: both;
	background: #f9f9f9
}
.fc-view {
	width: 100%;
	overflow: hidden
}
.fc-view thead {
	background:#e9ecf1;
	line-height: 35px
}
.fc-widget-header, .fc-widget-content {
	border: 1px solid #ccc
}
/*.fc-state-highlight {
	background: #F4F3E6
}*/
.fc-cell-overlay {
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20)
}
.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer
}
.fc-button-today{
	margin-top: 8px !important;
}
.fc-button-today .fc-button-inner{
	background-color: #3acdc7;
}
.fc-button-today.fc-state-hover .fc-button-inner{
	background-color: #3bafaa;
	border-color: #3bafaa !important;
}

.fc-state-default {
	border-style: solid;
	border-width: 1px 0
}
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden
}
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-width: 0 1px
}
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap
}
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%
}
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top:0;
	*top:-50%
}
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0
}
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #fff;
	opacity: .09;
	filter: alpha(opacity=9)
}
.fc-state-default, .fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #3bafaa;
	color: #fff;
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
	border-color: #fff;
}
.fc-state-down {
	border-color: #fff;
	background: #3bafaa;
}
.fc-state-active, .fc-state-active .fc-button-inner {
	border-color: #3bafaa;
	background: #FFF;
	color: #3acdc7;
}
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	background-color:#FFF;
}
.fc-state-disabled {
	cursor: default
}
.fc-state-disabled .fc-button-effect {
	display: none
}
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: pointer;
}
a.fc-event, .fc-event-draggable {
	cursor: pointer
}
a.fc-event {
	text-decoration: none
}
.fc-rtl .fc-event {
	text-align: right
}
.fc-event-skin {
	border-color: #3f85f5;
	background-color: #5e96ea;
	color: #fff
}

.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden
}
.fc-event-time, .fc-event-title {
	padding: 0 1px
}
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden;
	font-size: 300%;
	line-height: 50%
}
.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px
}
.fc-event-hori .ui-resizable-e {
	top: 0 !important;
	right: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: e-resize
}
.fc-event-hori .ui-resizable-w {
	top: 0 !important;
	left: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: w-resize
}
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px
}
.fc-corner-left {
	margin-left: 1px
}
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
	margin-left: -1px
}
.fc-corner-right {
	margin-right: 1px
}
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
	margin-right: -1px
}
.fc-corner-top {
	margin-top: 1px
}
.fc-corner-top .fc-event-inner {
	margin-top: -1px
}
.fc-corner-bottom {
	margin-bottom: 1px
}
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px
}
.fc-corner-left .fc-event-inner {
	border-left-width: 1px
}
.fc-corner-right .fc-event-inner {
	border-right-width: 1px
}
.fc-corner-top .fc-event-inner {
	border-top-width: 1px
}
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px
}
table.fc-border-separate {
	border-collapse: separate
}
.fc-border-separate th, .fc-border-separate td {
	border-width: 1px 0 0 1px
}
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
	border-right-width: 1px
}
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
	border-bottom-width: 0px
}
.fc-first {
	border-left-width: 0 !important
}
.fc-last {
	border-right-width: 0 !important
}
.fc-grid th {
	text-align: center
}
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px
}
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30)
}
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px
}
.fc-grid .fc-event-time {
	font-weight: bold
}
.fc-rtl .fc-grid .fc-day-number {
	float: left
}
.fc-rtl .fc-grid .fc-event-time {
	float: right
}
.fc-agenda table {
	border-collapse: separate
}
.fc-agenda-days th {
	text-align: center
}
.fc-agenda .fc-agenda-axis {
	width: 60px !important;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal
}
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px
}
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px
}
.fc-agenda-days .fc-col0 {
	border-left-width: 0
}
.fc-agenda-allday th {
	border-width: 0 1px
}
.fc-agenda-allday .fc-day-content {
	min-height: 34px;
	_height: 34px
}
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden
}
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee
}
.fc-agenda-slots th {
	border-width: 1px 1px 0
}
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none
}
.fc-agenda-slots td div {
	height: 20px
}
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0
}
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
*border-top-style:solid
}
.fc-event-vert {
	border-width: 0 1px
}
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden
}
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px
}
.fc-event-vert .fc-event-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30)
}
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
	display: none\9
}
.fc-event-vert .ui-resizable-s {
	bottom: 0 !important;
	width: 100% !important;
	height: 8px !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize
}
.fc-agenda .ui-resizable-resizing {
	_overflow: hidden
}

/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
	width: 100%;
	height: 250px;
}

.dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover { background:#3acdc7;}

.accordion-heading { background:#e5e5e5;  }
.accordion-heading a { color:#545454; text-decoration:none; font-weight:bold; }

.btn-facebook-alt i {
color: #23386a;
}
.btn-twitter-alt i {
color: #0098d0;
}
.btn-google-alt i {
color: #b6362d;
}
.btn-linkedin-alt i {
color: #0073b2;
}
.btn-pinterest-alt i {
color: #ab171e;
}
.btn-github-alt i {
color: #333;
}

.all-icons li { list-style:none;}

.ML0 { margin-left:0}
.MR0 { margin-right:0;}



/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
	
	.error-container h1 {
		font-size: 72px;
	}
	
}





/*------------------------------------------------------------------
[1. Max Width: 767px]
*/

@media (max-width: 767px) {
    	
	#main {
		padding: 0 10px;
		margin-right: -20px;
		margin-left: -20px;	
	}
	
	
	.subnavbar {
		margin-left: -20px;
		margin-right: -20px;	
	}
	
	
	.subnavbar-inner {
		height: auto;
	}
	
	.subnavbar .container > ul {
		width: 100%;
		height: auto;
		
		border: none;
	}
	
	.subnavbar .container > ul > li {
		width: 33%;
		height: 70px;
		margin-bottom: 0;
		
		border: none;
	}
	
    
    
    .subnavbar .container > ul > li.active > a {
		font-size: 11px;
    	background: transparent;
    }
	
	.subnavbar .container > ul > li > a > i {	
		display: inline-block;	
		margin-bottom: 0;
		
		font-size: 20px;
	}
	
	
	.subnavbar-open-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.subnavbar-open-right .dropdown-menu:before {
		left: auto;
		right: 12px;
	}
	.subnavbar-open-right .dropdown-menu:after {
		left: auto;
		right: 13px;
	}
	
	.extra {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.extra .container {
		padding: 0 20px;
	}
	
	.footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.footer .container {
		padding: 0 20px;
	}
	
	.footer .footer-terms {
		text-align: left;
	}
	
	.footer .footer-terms a {
		margin-left: 0;
		margin-right: 1em;
	}

}
    




/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {
	
	.navbar-fixed-top {
		position: static;
		
		margin-bottom: 0;
	}
	
	.subnavbar {
	}
	
	.subnavbar .container {		
		width: auto;
	}
}






/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/

@media (min-width: 1200px) {
	.navbar .search-query {
		width: 200px;
	}
	
}



/* Estilos propios ---------------------------------------------------- */

.errorLogin{
	width:450px;
	position: fixed;
	z-index: 999;
	right:10px;
	top:70px;
}

.sClientes{
	margin-left:20px;
}

.centro{
	text-align: center !important;
	white-space:nowrap !important;
}

.centro .btn-group{
	display:inline-block !important;
}

.centro .dropdown-menu li{
	text-align: left !important;
}

.centro > table{
	margin:0 auto 10px auto !important;
}


.grafico{
	width:20px;
	height:20px;
	display: block;
	float: left;
	margin-right: 10px;
}

.grafico1{background-color:#aa291e;}
.grafico2{background-color:#ACACAC;}
.grafico3{background-color:#ff8c00;}

.grafico6{background-color:#ff8c00;}
.grafico7{background-color:#f89406;}
.grafico8{background-color:#468847;}


.leyenda3{
	width: auto !important;
	position: absolute;
	bottom:120px;
	left:80px;
	text-align: left !important;
}

.leyenda3.derecha{
	bottom:150px;
	left:665px;
}

.leyenda2{
	position: absolute;
	bottom:-10px;
	float:left;
	left:0px;
	width:100px;
	padding:1px;
}


.leyenda{
	position: absolute;
	bottom:5px;
	left:4px;
	padding:5px;
}


.grafico-2{
	width:13px;
	height:13px;
	display: inline-block;
	margin-right: 5px;
	margin-left:15px;
	position: relative;
	top:3px;
}

.grafico4{background-color:rgba(220,220,220,0.5);border:1px solid rgba(220,220,220,1);}
.grafico5{background-color:rgba(151,187,205,0.5);border:1px solid rgba(151,187,205,1);}
.grafico-2.grafico1{background-color:#ff8c00;border:1px solid #ff8c00;}
.grafico-2.grafico2{background-color:#ACACAC;border:1px solid #ACACAC;}





.datepicker .btn-primary:hover{
	background-color: #1399dc !important;
}

.mitadAncho{
	width: 50%;
}

.ancho100{
	width:100% !important;
}


.peque{
	width:75px !important;
}

.peque select{
	width:65px !important;
}

.mediano{
	width:130px !important;
}

.mediano select{
	width:120px !important;
}

.areaInforme{
	width:480px !important;
	height:200px;
}

.margenAb{
	margin-bottom:30%;
}

.margenAbPeque{
	margin-bottom: 15px !important;
}

.table.margenAbPeque{
	margin-bottom:5px !important;
}

.margenMapa{
	margin-bottom:3%;
}

.margenIzq{
	margin-left:200px;
}

.margenDer{
	margin-right: 100px;
}



.btn-propio{
	background-color: #3acdc7;
	border-color: #3bafaa;
}

.btn-propio:hover, .btn-propio:active, .btn-propio.active, .btn-propio.disabled, .btn-propio[disabled] {
	background-color: #3bafaa !important;
  	color: white;
  	*background-color: #3bafaa;
}


.btn-propio:active, .btn-propio.active {
	background-color: #3bafaa \9;
}

.btn-propio .caret{
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 0.75;
	filter: alpha(opacity=75);
}


.btn-propio, .btn-propio:hover{
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
}






.logo2{
	float:left;
	color:#3F3E40;
	font-weight: bold;
	font-size: 16px;
}

.logo2 span{
	position: relative;
	top:5px;
	display: inline-block;
}


.dropdown-menu i{
	margin-right: 5px;
}

.resaltado{
	font-weight:bold;
	font-size:18px;
	vertical-align: middle;
}

.filaFecha{
	vertical-align: middle;
}

.filaFecha input{
	margin-top:0px !important;
}



.action-table .td-actions { 
	width: 300px; 	
	text-align: center !important; 
}

.action-table .td-large { 
	width: 450px !important;
	text-align: center;
}


.action-table .td-actions .btn { 
	margin-right: .5em;		
}

.action-table .td-actions .btn:last-child { 
	margin-right: 0; 		
}

.alert i{
	font-size:16px;
	vertical-align:absmiddle;
	margin-right:10px;
}

td .label{
	vertical-align: baseline !important;
	margin-left: 10px;
}

.textoDetalles{
	padding-top: 5px;
	line-height: 18px;
}

.iconoFactura{
	font-size:18px;
}

.icon-success{
	color: #7eb216;
}

.icon-danger{
	color: #B02B2C;
}

.icon-inverse{
	color: #000;
}

.icon-naranja{
	color: #efa515;
}


/************* DataTables ****************/
.dataTables_length select{
	float:left;
	width: auto;
	margin-right:10px;
	margin-left:15px;
}

.dataTables_filter{
	text-align: right;
}

.dataTables_filter label{
	line-height: 28px;
}

.dataTables_filter input{
	/*float:right;*/ /* Modificado */
	margin-right:15px;
	margin-left:10px;
}

.dataTables_info{
	margin-left:15px;
	line-height: 72px;
}

.dataTables_wrapper .row-fluid{
	padding-top:10px;
	background-color:#f8f8f8;
}

.pagination{
	text-align: right;
	margin-right:15px;
}

.row-fluid.arriba{
	border-bottom:1px solid #EEE;
}

.row-fluid.abajo{
	border-top:1px solid #EEE;
}

.pagination a{
	background-color: #FAFAFA;
}

.letraPeque{
	font-size:10px !important;
}

.input-micro{
	width: 15px !important;
	font-size:10px !important;
}

.sinPadding{
	padding:0px !important;
}

.separador{
	border-top: 1px solid #eee;
	margin:20px;
	padding-top:20px;
}

.modal-example-content h4{
	color:#5cabd3;
}

fieldset .dataTables_wrapper{
	border:1px solid #ccc;
}


@media (max-width: 1025px) {
	
	.subnavbar .container > ul > li > a{
		font-size: 11px;
		padding:0 8px;
	}
	
}


.apartadoFormulario{
	border-bottom: 1px solid #EEE;
    color: #3acdc7;
    margin-bottom: 14px;
}


.sinFlotar{
	clear: both;
    padding-top: 2px !important;
}


.margenAr{
	margin-top: 20px;
	margin-bottom:20px;
}


.areaTexto{
	width:300px !important;
	height:85px;
}

#cajaAlumnos table{
	margin: auto;
}

.anchoAuto{
	width: auto !important;
}


 #mensajeCorreo {
 	overflow:scroll; 
 	height:300px !important;
 	max-height: 300px;
 	width:70% !important;
 }


fieldset .datatable{
	margin-bottom:0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;	
}

.conBorde{
	border:1px solid #ccc;
}


.big-stats-container.tareas{
	margin-bottom:5px !important;
}

.bigstats.tareas{
	margin-top:10px !important;
	margin-bottom: 22px !important;
	padding-bottom:12px !important;
}

.selectpicker .label{
	width:94%;
	display: inline-block;
	height:20px;
	line-height: 20px;
	font-size: 14px;
	margin-left: 0;
}

.span1 .selectpicker .label{
	width:50%;
}

.label-morado{
	background-color:#b083d4;
}

.label-morado:hover{
	background-color:#956bba;
}

.sinMargenAb{
	margin-bottom:0px !important;
	border:none;
}

.sinMargenAb th{
	border-left:none;
}

.sinMargenAr{
	margin-top:0px !important;
}

.input-supermini{
	width: 20px;
}

.numSS .add-on{
	margin-right:-4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right:none;
	padding-left:0;
	padding-right:0;
}

.numSS #numSS1{
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.numSS #numSS2{
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.cajaObjetivo{
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 0;
}

.cajaObjetivo div{
	margin-bottom: 0;
}

.marginAbPeque{
	margin-bottom:7px !important;
}

.bootstrap-filestyle span{
	margin-left:0px !important;
}

.nowrap{
	white-space: nowrap;
}

.tip{
	font-size:10px;
	white-space: nowrap;
	padding-top:4px;
	margin-left:140px;
}

.enlaceForm{
	padding-top:3px !important;
}

.aliIzq{
	text-align: left !important;
}

.aliDer{
	text-align: right !important;
}

.encabezadoInforme{
	margin-top:0px;
	padding:20px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:20px;
}

.encabezadoInforme span{
	font-weight: bold;
	color:#ff8c00;
}

.graficoInforme{
	width: 550px;
	clear: none !important;
	display: inline-block !important;
	min-height:432px;
}

.tablaGraficosInforme{
	width: 100%;
}

.tablaGraficosInforme td{
	text-align: center;
	width: 570px;
}

.porcentajeInforme{
	position:relative;
	font-size:40px;
	bottom:160px;
}

.subPorcentaje{
	margin-top:10px;
	font-size:12px;
	color:#333;
	line-height: 12px !important;
}

#donut-chart{
	margin-top:100px;
}

fieldset .dataTables_info{
	margin-left:15px;
	line-height: 18px;
	padding-top:24px;
}

.formSeguimiento input:disabled, .formSeguimiento textarea:disabled{
	background-color:#EFEFEF !important;
}

.areaTextoAmplia{
	width: 95%;
	text-align: justify;
	padding:10px;
	border:1px solid #AAA;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	background-color:#f8e0ff;
}

.tabbable form{
	margin-bottom:0px;
}

table.centro th, table.centro td{
	text-align: center !important;
}

/***** Parte firma ****/
.pad{
	border:1px solid #CCC;
}

.clearButton{
	text-align: right;
	width: 1070px;
}

/***** Fin parte firma *****/

.datoSinInput{
	margin-top:5px;
}

.celda10{
	width: 10%;
}

.pLados{
	padding:0 20px;
}


embed{
	border-top:1px solid #565656;
	border-bottom:5px solid #565656;
	border-left:1px solid #565656;
	border-right:4px solid #565656;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.vistaPrevia{
	width: 400px;
	height:500px;
	position: absolute;
	right:50px;
}

.vistaPreviaAdjunto{
	width:200;
	height: 300px;
	margin-right:20px;
}

.btn-derecha{
	float:right;
	display: block;
	margin-right: 150px;
}
.todo{
	padding-left:20px;
	width:97.6% !important;
}

.widget-header .icon-chevron-right{
	font-size:10px;
	font-weight: normal;
}


.leyenda3 td {
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px 8px 5px 28px;
	font-size: 10px;
	line-height: 10px;
	cursor: default;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.leyenda3 td:hover {
	background-color: #eee;
}

.leyenda3 td span{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	margin-top:4px;
	margin-left: 10px;
}

.leyenda2 li {
  display: block;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: 10px;
  line-height: 10px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.leyenda2 li:hover {
  background-color: #eee;
}

.leyenda2 li span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 3px;
}



.leyenda li {
  display: block;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: 14px;
  line-height: 14px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.leyenda li:hover {
  background-color: #eee;
}

.leyenda li span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 6px;
}


/* Fin leyenda para gráfico circular */

.justificado{
	text-align: justify !important;
}

.cajaEnlace{
	padding:10px 10px 0px 10px !important;
}

.textarea-amplia{
	width:99%;
	height:150px;
}

.cabeceraCuestionario{
	position:fixed;
}

#graficoBarras{
	margin-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

input:disabled, textarea:disabled{
	background-color: #fefefe !important;
}

#avisoSaldo{
	margin-left: 10px;
	position: absolute;
	margin-top:10px;
	float:right;
}

.btn-group.bootstrap-select.span3.show-tick{
	clear: none !important;
}

#area-chart{
	margin-left:10px;
}

#parrafoFormu{
	text-align: justify;
}


.label-primary{
	background-color:#4ea6ff;
}

.label-primary:hover{
	background-color:#278ce3;
}

.label a{
	color:#FFF;
}

#tablaTodo td{
	vertical-align: top;
}


/** Estilos para ordenación tablas **/

.sorting_asc, .sorting_desc{/* Fondo de celdas por las que se está ordenando */
	background: #EFEFEF !important;
}

.sorting_asc::after {/* Icono orden ascendente */
    font-family: FontAwesome;
    top:0;
    left:-5px;
    color:#3acdc7;
    content: "\f0de";
    float:right;
}

.sorting_desc::after { /* Icono orden descendente */
    font-family: FontAwesome;
    top:0;
    left:-5px;
    content: "\f0dd";
    float:right;
    color:#3acdc7;
}

.sorting::after { /* Icono que indica que se puede ordenar  */
    font-family: FontAwesome;
    top:0;
    left:-5px;
    content: "\f0dc";
    float:right;
}


.datatable th{
	cursor: pointer;
}

.table-bordered thead:first-child tr:first-child th:last-child:after{
	content:'' !important;
}

.centro:after{
	content: '' !important;
}

div.dataTables_scrollBody thead th::after{/* Para el caso de la cabecera duplicada al hacer datatables con scroll */
	display:none;
}

div.dataTables_scrollHead .table-bordered{
	border-bottom:0px !important;
}

div.dataTables_scrollHead{
	background-color:#f8f8f8;
}

/** Fin estilos para ordenación tablas **/

/* Estilos spinner */
.spinner {
  	width: 90px;
  	text-align: center;
  	margin: 0 auto;
	margin-top:15%;
	margin-bottom:21%;
}

.spinner > div {
  width: 28px;
  height: 28px;
  background-color: #3acdc7;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.widget-header .icon-chevron-right{
	font-size:10px;
	font-weight: normal;
}

.modal-header .icon-chevron-right{
	font-size: 10px;
	margin-left:10px;
	margin-right: 10px;
	position: relative;
	bottom: 2px;
}

.cajaUsuario, .cajaUsuario:hover{
	background-color:#3bafaa !important;
}

/******** Estilos personalizados para checkbox y radios **********/

input[type=checkbox]:after{
	content:"";
	display:block;
	width:12px;
	height: 12px;
	background-color:#FFF;
	border:1px solid #CCC;
}

input[type=checkbox]:hover:after{
	display:block;
	width:12px;
	height: 12px;
	background-color:#FFF;
	border:1px solid #3acdc7;
}

input[type=checkbox]:checked:after{
	display:block;
	width:12px;
	height: 12px;
	border:1px solid #3acdc7;
	background-color: #3acdc7;
	font-family: FontAwesome;
	content:"\f00c";
	font-size:10px;
	text-align: center;
	color:#FFF;
}

.form-business input[type=checkbox]:after,
.form-business input[type=checkbox]:hover:after,
.form-business input[type=checkbox]:checked:after{
	width:20px;
	height: 20px;
	font-size: 18px;
}

input[type=radio]{
	visibility: hidden;
}

@-moz-document url-prefix(){
	input[type=radio]{
		visibility: visible !important;
	}
}

input[type=radio]:after{
	visibility: visible;
	content:"";
	display:block;
	width:12px;
	height: 12px;
	background-color:#FFF;
	border:1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input[type=radio]:hover:after{
	visibility: visible;
	display:block;
	width:12px;
	height: 12px;
	background-color:#FFF;
	border:1px solid #3acdc7;
}

input[type=radio]:checked:after{
	visibility: visible;
	display:block;
	width:12px;
	height: 12px;
	border:1px solid #3bafaa;
	background-color: #3acdc7;

	color:#FFF;
	font-family: FontAwesome;
	content:"\f00c";
	font-size:10px;
	text-align: center;
}

input[type=radio].erroneo:after{
	border-color:red !important;
}

.form-business input[type=radio]:after,
.form-business input[type=radio]:hover:after,
.form-business input[type=radio]:checked:after,
#cardSection input[type=radio]:after,
#cardSection input[type=radio]:hover:after,
#cardSection input[type=radio]:checked:after{
	width:20px;
	height: 20px;
	font-size:18px;
}

/******** Fin estilos personalizados para checkbox y radios **********/

/******** Fin estilos personalizados para checkbox y radios **********/

.dataTables_processing{
	position: absolute;
	left:45%;
	color:#3acdc7;
	font-size:12px;
}

.tablaTextoPeque th{
	font-size:9px !important;
}

.tablaTextoPeque td{
	font-size:10px !important;	
}

.textoVerde{ color:green; }
.textoAmarillo{ color:#E1CD31; }
.textoRojo{ color:red; }

.datosContabilidad li{
	color:#3acdc7;
	font-size:16px;
	padding:10px 0px;
	margin-left: 50px;
}

.datosContabilidad li span{
	color:#555;
}

.formularioSubida .selectpicker{
	text-align: left;
}

/** Animación para los botones de importación/exportación **/

.botonImportacion{
	width:30% !important;
	height:30%;
	position: relative;
}

.botonImportacion .shortcut-icon:not(.icon-arrow-up):not(.icon-refresh){
	font-size:48px!important;
}

.bota {
  -webkit-animation:bounceAlt 2s infinite;
  display: block !important;
}

@keyframes bounceAlt {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -7.5px, 0);
    -ms-transform: translate3d(0, -7.5px, 0);
    transform: translate3d(0, -7.5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-2px,0);
    -ms-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
  }
}

.botonImportacion.hide{
	display: none !important;
}

.botonImportacion input[type='file']{
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	cursor: pointer;
}

.botonImportacion .icon-refresh{
	display: block;
}

/** Fin animación para los botones de importación/exportación **/

/* Parte de escenarios */

.textoIntroductorio{
	/* padding:40px 80px; */
	font-size:16px;
	line-height: 26px;
	text-align: justify;
	border-bottom:1px solid #ccc;
	/* -webkit-box-shadow: 0px 10px 10px 0px rgba(204,204,204,0.33);
	-moz-box-shadow: 0px 10px 10px 0px rgba(204,204,204,0.33);
	box-shadow: 0px 10px 10px 0px rgba(204,204,204,0.33); */
}

.contenedorVerdeGris{
	width:100%;
	display: grid;
	grid-template-columns: 30% 70%;
}

.contenedorVerdeGris > div:nth-child(1){
	background-color: #3acdc7;
	color:#FFF;
	font-size:32px;
	vertical-align: middle;
	font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    position: relative;
    padding-top: 105px;
    padding-right: 40px;
    padding-bottom: 75px;
    padding-left: 40px;
    text-align: center;
}

.contenedorVerdeGris > div:nth-child(2){
	background-color: rgba(233,233,233,0.5);
	padding-top: 45px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
}

.contenedorVerdeGris > div:nth-child(2) strong{
	color: #666;
}

.contenedorVerdeGris > div:nth-child(2) a{
	font-weight: bold;
}

.tituloVerde, .tituloVerde2, .tituloPrincipal{
	font-size:30px;
	text-align: center;
    /* font-family: Antro-Vectra; */
    color:#3acdc7;
    margin-top:40px;
    margin-bottom: 30px;
	white-space: normal;
	line-height: 30px;
}

.tituloPrincipal{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}

/* .tituloVerde2{
	font-size: 28px;
	margin-top:120px;
    margin-bottom: 30px;
	font-weight: bold;
} */

.contenedorFincas{
	margin:0 auto;
	max-width: 100%;
}

.contenedorFincas .imagenFinca{
	width:30%;
	filter: grayscale(100%);
	/* height: 100%; */
	float:left;
	height: 170px;
	padding-top:5px;
}


.tablaFincas{
	width:100%;
	border-collapse: collapse;
	font-size:16px;
	margin-bottom: 20px;
}

.tablaFincas td{
	/*border-top:1px solid #ccc;*/
	/*border-bottom:1px solid #ccc;*/
	padding:8px 10px;
	width:auto;
}

.tablaFincas tr td:nth-child(1){
	font-weight: bold;
	padding-left:10px;
	width:30%;
	padding-left: 15% !important;
}


.tablaFincas tr:nth-child(even) td{
    background-color: #f5f5f5;
}

.centro{
	text-align: center;
}

.contenedorDosColumnas{
	width:100%;
	display: grid;
	grid-template-columns: 50% 50%;
	color:#666;
}

.contenedorDosColumnas.textoIntroductorio{
	/* grid-template-columns: 40% 60%; */
}

.contenedorDosColumnas.textoIntroductorio > div:nth-child(1){
	padding:40px 80px;
}

.contenedorDosColumnas.textoIntroductorio > div:nth-child(2){
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center center;
	filter: grayscale(100%);
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	/* border: 1px solid #666; */
}

.contenedorDosColumnas p{
	font-size: 16px;
	text-align: justify;
	width: 75%;
	margin: 0px auto;
	white-space: normal;
}

.contenedorDosColumnas:not(.textoIntroductorio) > div{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.contenedorDosColumnas > div:nth-child(1),
.contenedorDosColumnas > div:nth-child(2){
	border-right: none;
}

.contenedorDosColumnas > div:nth-child(2){
	/* Sombra interna */
	/* box-shadow: inset 0 0 5px #ccc; */
}

.contenedorDosColumnas > div:nth-child(3){
	padding: 0px 20px;
}

.contenedorDosColumnas.boe > div{
	padding:20px 120px 30px 80px;
}

.tituloBarraVerde{
	font-size: 24px;
    line-height: 1.5em;
    padding-bottom: 15px!important;
}

.tituloBarraVerde:after{
	content:"";
	display: block;
	width:50%;
	border-bottom:3px solid #3acdc7;
	margin-top:10px;
}

.contenedorDosColumnas a{
	font-weight: bold;
}

.contenedorDosColumnas.boe > div:nth-child(1){
	background-image: url(../img/fondoDondeSubasta.png);
	background-size: cover;
    background-position: 0 75%;
    background-repeat: no-repeat;
}

.contenedorDosColumnas.boe > div:nth-child(2){
	background-image: url(../img/fondoSucedeSubasta.png);
	background-size: cover;
    background-position: 0 75%;
    background-repeat: no-repeat;
}

.contenedorDosColumnas ul li{
	font-weight: bold;
	color:#3acdc7;
	padding:5px 0px;
}

.contenedorDosColumnas ul li span{
	color:#666;
}

.barraVerdeDatos{
	background-color: #3acdc7;
	width:100%;
	padding:30px 0px 0px 0px;
	color:#FFF;
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	font-weight: 500;
	line-height: 2em;
	text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}

.barraVerdeDatos > div{
	position: relative;
	padding-left:60px;
	border-right:1px solid #3bafaa;
}

.barraVerdeDatos > div:nth-child(5), .barraVerdeDatos > div:nth-child(10){
	border-right: none;
}

.barraVerdeDatos i{
	display: inline-block;
	float:left;
	margin-top:6px;
	margin-right: 15px;
	font-size:48px;
	text-shadow: none;
}

.barraVerdeDatos .concepto{
	font-size:14px;
}

.barraVerdeDatos .cantidad{
	font-size:24px;
}

.barraVerdeDatos div.descripcion{
	margin-top:15px;
	padding: 10px 20px;
	font-size:14px;
	line-height: 24px;
	text-align: justify;
	background-color:#E7E7E7;
	color:#666;
	text-shadow: none;
	border-right:1px solid #E7E7E7;
}

/* Datos económicos */

.tablaDatosEconomicos td:nth-child(1){
	padding-left: 15% !important;
}

.tablaDatosEconomicos td:first-child{
	width: 60% !important;
}

/* .tablaDatosEconomicos tr:nth-child(even) td{
    background-color: #fff;
}

.tablaDatosEconomicos tr:nth-child(odd) td{
    background-color: #f5f5f5;
} */

.icon-info-circle{
	color:#0098d0;
	cursor: pointer;
}

.tablaDatosEconomicos td:nth-child(2){	
	width: 22%;
}

.datoEconomico{
	background-color: #3acdc7;
	width:100%;
	color:#666;
	display: grid;
	font-weight: 500;
	line-height: 2em;
	grid-template-columns: 10% 30% 60%;
}

.datoEconomico > div{
	position: relative;
	/* padding-left:60px; */
	border-bottom: 1px solid #666;
}

.datoEconomico > div:nth-child(1){
	text-align: center;
}

.datoEconomico i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 2em;
	padding-top: 5px;
	text-shadow: none;
	text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}

.datoEconomico .concepto{
	font-size:14px;
}

.datoEconomico .cantidad{
	line-height: 3rem;
	display: inline-block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.5em;
	color:#FFF;
	text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}

.datoEconomico .cantidad span{
	font-size: 1.7em;
	display: inline-block;
	margin-top: 10px;
}

.datoEconomico div.descripcion{
	padding: 30px 20px;
	font-size: 1.8em;
	line-height: 1.5em;
	text-align: justify;
	background-color:#E7E7E7;
	color:#666;
	text-shadow: none;
	border-right:1px solid #E7E7E7;
}

.datoEconomico div.descripcion.blanco{
	background-color: #FFF;
}

/* Fin datos económicos */

.btn-escenarios{
	padding-top: 15px!important;
    padding-right: 40px!important;
    padding-bottom: 15px!important;
    padding-left: 40px!important;
    color: #3acdc7 !important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase!important;
    background-color: white;
    font-weight: 500 !important;
}

.tituloNegro{
    background-color: #3b3738!important;
    color:#FFF;
    padding:30px;
    text-align: center;
    font-size:14px;
   	text-transform: uppercase;
}

/*.gridEscenarios{
	width:100%;
	display: grid;
	grid-template-columns: 5% 45% 45% 5%;
	background-color: #F1F1F1;
	padding-bottom:10px;
}

.gridEscenarios .descripcion{
	margin-top:20px;
	text-align: justify;
	font-size:14px;
	padding:20px 35px;
	line-height: 24px;
}

.gridEscenarios .descripcion strong{
	color:#3acdc7;
}

.gridEscenarios .descripcion .destacado{
	font-family: 'Antro-Vectra';
	color:#3acdc7;
	font-size:36px;
	font-weight: bold;
	margin-top:45px;
	margin-bottom: 20px;
	text-align: center;
}

.gridEscenarios > div:nth-child(even){
	border-right: 1px solid #333;
}

.gridEscenarios .tituloEscenario{
	text-align: center;
	font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2em;
    border-radius: 100% 100% 100% 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    overflow: hidden;
    border-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 35px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    width: 200px;
    vertical-align: middle;
    border:1px solid #333;
    color:#3acdc7;
    background-color: #FFF;
}

.tablaEscenario{
	width:90%;
	font-size: 16px;
	margin:0 auto;
}

.tablaEscenario tr:nth-child(even) td{
	background-color: #FFF;
}

.tablaEscenario td{
	padding:20px;
}

.tablaEscenario td:nth-child(2){
	text-align: right;
}

.celdaDestacada{
	text-align: center;
	font-weight: bold;
	color:#3acdc7;
}*/


.gridCuestionario{
	/*display: grid;
	grid-template-columns: 50% 50%;*/
	background-color: #3acdc7;
	color:#FFF;
	padding:50px 120px;
}

.gridCuestionario .titulo{
	font-size: 28px;
    line-height: 1.5em;
    font-weight: lighter;
    margin-bottom:20px;
}

.botonEscenario{
	text-align: center;
    font-size: 1.25rem;
    line-height: 1.2em;
    overflow: hidden;
    border-width: 2px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 30%;
	margin-left: 5%;
	margin-right: 5%;
    vertical-align: middle;
	border: 3px solid rgb(145 145 145);
    color: #212529;
    background-color: #FFF;
    display: inline-block;
    position: relative;
    overflow: visible;
    outline: none;
	white-space: normal;
}

.botonEscenario i{
	font-size: 2.5rem;
	display: block;
    line-height: normal;
	position: relative;
	bottom: 1rem;
}

.icon-combinados{
	position: relative;
}

.icon-combinados i:nth-child(1){
	font-size: 2.3rem;
}

.icon-combinados i:nth-child(2){
	position: absolute;
	top:-18px;
	right: -23px;
	font-size: 3rem;
	opacity: 0.5;
}

.botonEscenario.activo, .botonEscenario:hover{
	border-color: #3acdc7;
	color: #3acdc7;
}

.botonEscenario.activo:after{
	content: '';
    display: inline-block;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #ccc;
    border-bottom-color: #E5E5E5;
    position: absolute;
    bottom:-28px;
    left: 40%;
    z-index: 10;
}

.escenario{
	color:#333;
	padding:50px 210px;
	z-index: 5;
	position: relative;
	background-color: #E5E5E5;
}

.escenario h3 span{
	color:#3bafaa;
}

.tablaEscenario{
	width:100%;
	border-collapse: collapse;
	font-size:18px;
}

.tablaEscenario th{
	font-weight: normal;
	text-align: left;
	padding:20px;
}

.tablaEscenario td{
	padding:20px;
	background-color: #FFF;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}

.tablaEscenario td.sinBordeAbajo{
	border-bottom: none;
}

.tablaEscenario td.sinBordeArriba{
	border-top: none;
}

.tablaEscenario td.destacada{
	color:#3acdc7;
	font-weight: bold;
}

.tablaEscenario th.destacada{
	color:#3bafaa;
	font-weight: bold;
}

.tablaEscenario tr th.destacada:nth-child(1){
	padding-bottom: 0px;
	padding-top: 40px;
}

.tablaEscenario tr td:nth-child(1){
	border-left: 2px solid #333;
}

.tablaEscenario tr td:nth-child(3){
	border-right: 2px solid #333;
}

.escenario .definiciones{
	display: grid;
	width: 100%;
	grid-template-columns: 50% 50%;
	margin-top:30px;
	font-size:18px;
	color:#333;
	line-height: 24px;
}

.escenario .definiciones ul li{
	color:#3bafaa;
	padding:10px 0px;
	line-height: 24px;
}

.escenario .definiciones ul li span{
	color:#333;
}

.escenario .definiciones ul li ul{
	list-style-type: circle;
}

.escenario .definiciones h3{
	margin-bottom: 10px;
}

.escenario .definiciones > div:nth-child(2) h3{
	margin-bottom: 15px;
}

/* Fin parte de escenarios */

#big_stats .stat{
	font-size:12px;
}

.shortcuts .shortcut{
	margin-bottom:1.1555em !important;
}

.form-horizontal .cuestionarioEnviado .control-label{
	width:220px;
}

.form-horizontal .cuestionarioEnviado .controls{
	margin-left:240px;
}

.form-horizontal .cuestionarioEnviado.columnaIzquierda{
	margin-left:120px;
}

.areaCasoExito{
	width:90%;
	height:500px;
}

.iconoBorrado{
	margin-left: 5px;
	border:none;
	background: none;
	color:#3acdc7;
}

.iconoBorrado:hover{
	text-decoration: underline;
}

.tabla-simple{
	margin-bottom: 3px;
	border-collapse: collapse;
}

.tabla-simple td, .tabla-simple th{
	padding:4px;
	border:1px solid #DDD;
	border-collapse: collapse;
}

.tabla-simple th{
	background-color:#3acdc7 !important;
	color:#FFF;
	border:1px solid #3bafaa;
	font-size:10px;
	text-transform: uppercase;
}

.tabla-simple th .btn-small{
	line-height: 18px;
	padding: 0 4px;
	font-size:10px;
	float:right;
}

/* Parte de formulario */

.iframeFormulario{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}

/* body */
body{
    /* background-color: #f2f5f8; */
    font-family: 'Karla', sans-serif;
}
.main-content .wizard-form .progressbar-list::before{
	content: " ";
	background-color: rgb(155, 155, 155);
	border: 10px solid #fff;
	border-radius: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin: 9px auto;
	box-shadow: 1px 1px 3px #606060;
	transition:all;
}
.main-content .wizard-form .progressbar-list::after{
	content: "";
	background-color: rgb(155, 155, 155);
	padding: 0px 0px;
	position: absolute;
	top: 14px;
	left: -50%;
	width: 100%;
	height: 2px;
	margin: 9px auto;
	z-index: -1;
	transition: all 0.8s;
}
.main-content .wizard-form .progressbar-list.active::after{
    background-color: #3acdc7;
}
.main-content .wizard-form .progressbar-list:first-child::after{
    content: none;
}
.main-content .wizard-form .progressbar-list.active::before{
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 6px;
    background-color: #3acdc7;
    border: 1px solid #3acdc7;
    box-shadow: 0 0 0 7.5px rgb(176 60 70 / 11%);
}
.progressbar-list{
    color:#6f787d;
	width: 12.5%;
	font-size:12px;
	white-space: nowrap;
}
.active{
    color:#000;
}
/* card */
.card img{
    width: 40px;
}
.card{
    border: 3px solid rgb(145 145 145);
    cursor: pointer;
}
.card:hover, .active-card{
    color:#3acdc7;
    font-weight: bold;
    border: 3px solid #3acdc7;
}
.form-check-input:focus {
    box-shadow: none;
}

.form-business .checkbox.inline span, 
.form-business .radio.inline span{
	font-size: 14px;
}

.form-business .checkbox.inline{
	padding-top: 10px;
	margin-top:5px;
}

.bg-color-info{
    background-color:#3acdc7 !important;
}
.border-color{
    border-color: #ececec;
}
#cardSection .btn,
.form-business .btn{
    padding:16px 30px;
}
.back-to-wizard{
    transform: translate(-50%, -139%) !important;
}
.bg-success-color{
    background-color:#87D185;
}
.bg-success-color:focus{
    box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
}
#personas{
	width: 130px;
	text-align: right;
	margin: 0 auto;
}
.checkbox.inline span,
.radio.inline span{
	margin-left: 2%;
	display: inline-block;
	text-align: justify;
	width: 90%;
	vertical-align: top;
	margin-top: 3px;
	font-size: 18px;
}
.checkbox.inline,
.radio.inline{
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.radio.inline{
	padding-bottom: 20px;
}

.contenedor-resumen{
	position: relative;
	padding: 2rem;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.contenedor-resumen h3{
	letter-spacing: 3px;
	font-size: 1.5rem;
}

.contenedor-resumen h3 i{
	color: #3acdc7;
}

.datosContacto{
	margin-left: 1.2rem;
}

ul#resumen{
	font-size: 1.3rem;
	list-style: none;
	border-left: 1px solid #e5e5e5;
	margin-left: 0.5em;
}

ul#resumen li{
	/* color:#333; */
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #e5e5e5;
}

ul#resumen li:first-child{
	padding-top: 2rem;
}

ul#resumen li:before {    
    font-family: 'FontAwesome';
    content: '\f046';
    margin-right:15px;
    color:#3acdc7;
}
/* Fin parte de formulario */

/* Sección Tengo un código */

.tengo-un-codigo h1{
	text-align: center;
	margin-bottom: 20px !important;
}

.tengo-un-codigo .account-container{
	margin-top: 40px;
	width: 600px;
}

.tengo-un-codigo p{
	font-size: 16px;
	text-align: justify;
}

.tengo-un-codigo .login{
	margin: 30px auto;
}

.code-field { background: url(../img/code.png) no-repeat; }

.mobile-field { background: url(../img/mobile.png) no-repeat; }

.sms-field { background: url(../img/sms.png) no-repeat; }

.a-simple{
	text-decoration: none;
	color: inherit;
}

.naranja{
	color: #ff9f31;
	font-size: 35px;
}

/* Fin sección Tengo un código */

/* Responsive propio, para escenarios */

@media (max-width: 1570px) {
	
	.contenedorFincas .imagenFinca{
		height: 155px;
	}

	.tablaFincas td{
		padding: 4px 5px;
	}

	.tablaDatosEconomicos td {
		padding: 3.5px 13px;
	}

	.tituloBarraVerde{
		font-size: 20px;
		white-space: nowrap;
	}

	.btn-escenarios{
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.botonEscenario{
		width: 40%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}

@media (max-width: 1250px) {
	body{
		padding: 0;
	}

	.tituloVerde, .tituloVerde2, .tituloPrincipal{
		font-size: 26px;
		line-height: 26px;
	}

	.textoIntroductorio > div:nth-child(1){
		padding: 20px 30px !important;
	}

	.contenedorDosColumnas.textoIntroductorio > div:nth-child(2){
		height: 400px;
	}

	.contenedorDosColumnas{
		display: block;
		grid: none;
	}

	.contenedorDosColumnas > div:not(.centro){
		padding: 20px 10px 30px 10px;
	}

	.contenedorDosColumnas .tituloBarraVerde{
		width: 100%;
	}
	.contenedorDosColumnas p{
		width: 90%;
	}

	.tituloBarraVerde{
		font-size: 24px;
	}

	.btn-escenarios{
		font-size: 15px;
		font-weight: bold !important;
	}

	.contenedorFincas .imagenFinca{
		width: 50%;
		margin: 0 auto;
		display: block;
		float: none;
	}

	.tablaFincas{
		width: 100%;
		font-size: 14px;
	}

	.tablaFincas tr td:nth-child(1){
		padding-left: 5px !important;
	}

	.tablaDatosEconomicos td:nth-child(2){	
		width: 27%;
	}

	/* h3{
		white-space: break-spaces;
	} */

	.escenario{
		padding: 50px 20px;
	}

	.tablaEscenario th, .tablaEscenario td{
		display: block;
		width: 100%;
		text-align: center;
		border: none !important;
	}

	.tablaEscenario td.destacada{
		border-bottom: 2px solid #000 !important;
	}

	.tablaEscenario th:nth-child(3),
	#subastaSinPostores > table > tbody > tr:nth-child(5) > td:nth-child(3),
	#subastaSinPostores > table > tbody > tr:nth-child(9) > td:nth-child(3) {
		display: none;
	}

	.escenario .definiciones {
		display: block;
		grid-template-columns: none;
	}

	.gridCuestionario{
		padding: 50px 20px;
	}

	.ac-custom h2 {
		font-size: 2em !important;
		line-height: 1.2em !important;
	}

	.ac-custom label{
		font-size: 1.5em !important;
	}
	
	.progressbar-list{
		color: #FFF;
	}

	#cardSection .radio.inline, #cardSection .checkbox.inline
	.form-business .radio.inline, .form-business .checkbox.inline{
		width: 100%;
	}

	#cardSection .checkbox.inline span, #cardSection .radio.inline span,
	.form-business .radio.inline span, .form-business .checkbox.inline span{
		margin-top: -2px;
	}

	#cardSection, .form-business{
		width: 100%;
	}

	#cardSection .pt-5, .form-business .pt-5{
		padding-top: 0px !important;
	}

	.contenedor-resumen{
		padding: 2rem 1rem;
	}

	ul#resumen{
		font-size: 1rem;
	}

	.main-content .wizard-form .progressbar-list.active::before{
		box-shadow: 0 0 0 5px rgb(176 60 70 / 11%);	
	}

	.icon-combinados{
		height: 36px;
		width: 36px;
		display: block;
		margin: 0 auto;
	}
	.icon-combinados i:nth-child(2){
		right: -5px;
	}
}

@media (max-width: 650px) {
	.tengo-un-codigo .account-container{
		margin-top: 40px;
		width: 80%;
	}

	.tengo-un-codigo .btn-large{
		font-size: 14px;
	}

	.tengo-un-codigo span.login-checkbox > input[type='checkbox'] + label{
		font-size: 11px;
	}

	.small{
		font-size: 1.2em;
	}
}
/* Fin responsive propio, para escenarios */