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



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

body {
	background: #fAfAfA;
	font: 13px/1.7em 'Open Sans';
}
    
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;

	
	font-size: 10px;
	color: #444;
	text-transform: uppercase;
}




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


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

.navbar .container {
	position: relative;
}

.navbar-inner {
	padding: 7px 0;
	
	background: #61B4DD !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: 2.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 10px;
	
	font-size: 11px;
	font-weight: bold;
	color: #b2afaa;
}

.subnavbar .container > ul > li > a:hover {
	color: #888;
	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 #61B4DD;
	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 {
	padding-bottom: 2em;
	
	border-bottom: 1px solid #075581;
}



/*------------------------------------------------------------------
[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 {
	text-align: center;
	margin-top: 0;
	/*border-top: 1px solid #292929;*/
}

.footer-inner {

	padding: 15px 0;
	
	font-size: 12px;
	background: #61B4DD;
	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]
*/

.modal{
	overflow: visible !important;
	
}
.widget, .modal-body {

	position: relative;
	clear: both;
	
	width: auto;
	
	margin-bottom: 2em;
		
	overflow: visible !important;
}
	
.widget-header {
	
	position: relative;
	
	height: 40px;
	line-height: 40px;
	
	background: #61B4DD;	
}	
	
	.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 #61B4DD;
	
	-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:#61B4DD;
	content:"\f053";
	font-size:16px;
}

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

.fc-header-left .fc-button-next:after{
	font-family: FontAwesome;
	color:#61B4DD;
	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: #61B4DD;
	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, .fc-state-default.fc-today-button{
	background-color: #61B4DD;
}
.fc-button-today.fc-state-hover .fc-button-inner, .fc-today-button.fc-state-hover{
	background-color: #075581;
	border-color: #075581 !important;
}

.fc-state-default {
	border-style: solid;
}
.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: #075581;
	color: #fff;
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
	border-color: #fff;
}
.fc-state-down {
	border-color: #fff;
	background: #075581;
}
.fc-state-active, .fc-state-active .fc-button-inner {
	border-color: #075581;
	background: #FFF !important;
	color: #61B4DD;
}
.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: default
}
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:#61B4DD;}

.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{
	position: fixed;
	z-index:9999;
	top:10px;
	right:10px;
	width:450px;
}

.sClientes{
	margin-left:20px;
}

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

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

tr.centro .btn{
	margin:0 auto !important;
}

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

.centro .dropdown-menu li{
	text-align: left !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;}

.grafico9{background-color:#6BBA70;}
.grafico10{background-color:#356AA0;}
.grafico11{background-color:#F37D01;}
.grafico12{background-color:#B02B2C;}


.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;
}

.ancho100{
	width: 100%;
}

.mitadAncho{
	width: 50%;
}

.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%;
}

.margenMapa{
	margin-bottom:3%;
}







.btn-propio{
	background-color: #61B4DD;
	border-color: #075581;
}

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


.btn-propio:active, .btn-propio.active {
	background-color: #075581 \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:#FFF;
	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-warning-color{
	color: #eea236;
}


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

.dataTables_filter{
	text-align: right;
}

.tab-reconocimientos .dataTables_filter{
	text-align: left;
}

.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 td{
	padding:10px 1px !important;
	text-align: center;
}

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

/*.separadorLeyenda{
	border-top: 1px solid #eee;
	margin:0px 2px 10px 2px;
}*/



/* Estilos mapa procesos */


th{
	text-align: center;
}

.tablaFormularioIndicadores{
	width: 100%;
}

.tablaFormularioIndicadores td{
	padding-bottom: 3%;
}

.tablaFormularioIndicadores td .descripcion{
	width:100%;
}

.tablaFormularioIndicadores td .valor{
	text-align: right;
}

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




.tituloMapaProcesos{
	color:#444;
}

.tablaInterna{
	border-collapse: separate;
	width:100%;
	background-color:#b6e0fb;
	color:#444;
	border:1px solid #9dc1d9;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	text-shadow: 0 1px #FFF;
	box-shadow: 0px 0px 3px 0px #AAA;
}

.tablaBorde, .tablaBorde tr, .tablaBorde th, .tablaBorde td{
	border:1px solid red;
	border-spacing:0;
}

.celdaVertical{
	background-color:#4b85c1;
	color:#FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 50px !important;
	max-width: 50px !important;
	vertical-align: middle;

	box-shadow: 0px 0px 3px 0px #AAA;	
}

.celdaFlecha{
	vertical-align: middle;
	padding:0 10px;
}

.celdaVertical p{
	margin-top:180px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
	white-space:nowrap;
	font-size:20px;
}

.cajasContenedor{
	width:300px;
	background-color: #8cc9ec;
	border:1px solid #7bb0d0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:12px;
	margin:0 10px;
	font-weight: normal;
	text-align: center;
	height:50px;
	text-shadow:none;
	line-height: 52px;
}

.cajasContenedor img{
	vertical-align: middle;
	margin-right: 10px;
}

.cajasContenedor:hover{
	background-color:#C3D9FF;
	cursor:pointer;
}

/* Fin mapa procesos */


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


.apartadoFormulario{
	border-bottom: 1px solid #EEE;
	color:#61B4DD;
	margin-bottom:40px;
}


.sinFlotar{
	clear: both;
	padding-top:20px !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;
}

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

.label-morado:hover{
	background-color:#70178B;
}

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

.sinMargenAb th{
	border-left:none;
}

.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;
}

.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{/* POR HACER: AÑADIR A HERRAMIENTAS QUE TENGAN DATATABLE EN FORMULARIO!! */
	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: 94%;
}

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

.datoSinInput{
	margin-top:3px;
}

.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;
}


#ventanaFlotante{
	position: fixed;
	z-index: 9999;
	top:20%;
	left:25%;
	box-shadow: 0px 0px 2000px #000;
	border-radius: 6px;
	border:1px solid #CCC;
}

#ventanaFlotante .widget{
	margin-bottom: 0px;
}

.label-naran{
	background-color:#ff8c00;
}

.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:#61B4DD;
    content: "\f0de";
    float:right;
}

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

.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;
}


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

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

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #61B4DD;

  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:#075581 !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 #61B4DD;
}

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


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 #61B4DD;
}

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

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

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

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

#tablaTrabajos th, #tablaTrabajos td{
	text-align: center;
}

@media(max-width: 1100px) {
	
	.form-horizontal .control-label {
		width:100px;
	}

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

/** Estilos select Plus **/

.selectPlus{
	width:85% !important;
}

.botonSelectPlus{
	font-size:12px;
	position:relative;
	bottom:13px;
	right:6px;
	height:33px;
	z-index:100;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.botonSelectPlus2{
	font-size:12px;
	position:relative;
	bottom:13px;
	right:10px;
	height:33px;
	z-index:100;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left:none;
}

/** Fin estilos select Plus **/


.selectFiltro{
	width:90%;
}

.iconoFactura{
	font-size:18px;
}

.account-container h1{
	font-size:22px;
}

/********* Estilos para estrellitas de valoración en cuestionario de satisfacción de clientes  ***********/

.table-striped  .icon-star, .icon-star-o{
	color:#61B4DD !important;
	font-size:18px;
}
/********* Fin estilos para estrellitas de valoración en cuestionario de satisfacción de clientes  ***********/

.negritaCursiva{
	font-weight: bold;
	font-style: italic;
}

.panel input[readonly]{
	background-color: #FFF !important;
	font-size:14px;
	font-weight: bold;
}

#big_stats button i, #big_stats a i {
    font-size: inherit;
    display: inherit;
    line-height: inherit;
    color: inherit;
}

.apartadoTablaFormularioEvaluacion th{
	background-color:#075581 !important;
	border-left-color: #61B4DD !important;
	border-top-color: #61B4DD !important;
	color:#FFF;
}

.areaTextoTabla{
	width:98%;
	height:200px;
	min-width: 600px;
}

.table tbody tr:hover td, .table tbody tr:hover th{
	background-color:#eff7dc;
}

.areaTextoTablaMedidas{
	width:95%;
	height:200px;
	min-width: 300px;	
}

button.shortcut{
	border:none;
	line-height: 22px;
}

/*********** Estilos paneles acordeón ***********/

.panel{
	border:1px solid #075581;
	margin-bottom:10px;
	border-radius: 2px;
}

.panel .panel-heading{
	background-color:#61B4DD;
	color:#FFF;
	padding:5px;
	padding-right: 19px;
}

.panel-heading a{
	color:#FFF;
}

.panel-body{
	padding:20px;
}

/*.panel-default:hover{
	border-color:#075581;	
}

.panel-default:hover .panel-heading{
	background-color: #075581;
}*/

.colEvaluacionDelito{
	width: 500px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom:15px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #468847;
}

.panel-success .panel-heading,
.riesgo-success {
  color: #468847;
  background-color: #468847;
  border-color: #468847;
}

.panel-warning {
  border-color: #ffbf42;
}

.panel-warning .panel-heading,
.riesgo-warning {
  color: #ffbf42;
  background-color: #ffbf42;
  border-color: #ffbf42;
}

.panel-danger {
  border-color: #c00011;
}

.panel-danger input.prioridad{
  background-color: #c00011 !important;
  color:#000;
}

.panel-danger .panel-heading,
.riesgo-danger {
  color: #c00011;
  background-color: #c00011;
  border-color: #c00011;
}

.leyenda_riesgos .evaluacion{
	margin-right:5px;
	height:25px;
}


.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}


.panel-default {
  border-color: #333;
}

.panel-default .panel-heading {
  color: #333;
  background-color: #f9f9f9;
  border-color: #333;
}

.panel-default .panel-heading a, .panel-amarillo .panel-heading a, .panel-warning .panel-heading a{
	color:#333;
}


.panel-amarillo {
  border-color: #fff584;
}

.panel-amarillo .panel-heading,
.riesgo-amarillo {
  color: #fff584;
  background-color: #fff584;
  border-color: #fff584;
}

.panel-body .apartadoFormulario{
	color:#6d5f5f !important;
}

.prioridad{
	border:none !important;
	box-shadow: none !important;
	margin-top:2px;
}


.panel-inverse {
  border-color: #000;
}

.panel-inverse .panel-heading,
.riesgo-inverse {
  color: #000;
  background-color: #000;
  border-color: #000;
}


/*********** Fin estilos paneles acordeón ***********/

.cajaGraficoRiesgo{
	margin-bottom:100px;
}

td.centro .bootstrap-filestyle{
	display: inline-block;
	margin:0 auto;
}

.widget-header a{
	color:#FFF;
	font-weight: bolder;
}

.areaTextoEnriquecido{
	width:80%;
	height:300px;	
}

.sinBorde{
	border:none;
}

.sinBorde td{
	border:none;
	background-color:transparent !important;
}

/** Para checkboxs de finalidades **/
/*.tabbable:not(.tabs-reconocimientos) .tab-content .checkbox.inline{
	padding-top:10px !important;
	padding-bottom:10px !important;
	padding-right:10px;
	text-align: justify !important;
	width:600px !important;
	white-space:normal !important;
	border:1px solid #FFF;
	background-color: #61B4DD;
	color: #FFF;
}*/

/*.tabbable:not(.tabs-reconocimientos) .tab-content .checkbox.inline.marcado{
	background-color: #6BBA70;
}*/

.tab-content .checkbox input[type="checkbox"]{
	margin-right:10px;
	margin-left:-8px;
}

.tabs-small a{
	font-size:10px;
}

/*************AUDITORÍAS**************/
.parrafo_auditoria{
	margin-top:10px;
	line-height:20px;
}

.parrafo_auditoria ul{
	margin-top:10px;
	margin-bottom:10px;
}

.parrafo_auditoria ul li{
	margin-bottom:10px;
}

textarea#conclusion{
	margin-top:20px;
	width:640px;
	height:100px;
}

#avisoDeclaraciones{
	position: relative;
	width:auto !important;
	max-width: 10px;
	bottom:80%;
	left:55%;
}

.badge{
	background-color: #d9534f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor:default !important;
}

.botonFirma{
	width:auto !important;
	text-align:center !important;
}

.tablaMedidas{
	border:1px solid #ddd;
	border-collapse:collapse;
}

.tablaMedidas td{
	border:1px solid #ddd;
}

.tablaMedidas th{
	border:1px solid #ddd;
}

.trMedida label{
	
}

.trMedida .controls{
	margin-left:0px;
}

.filtroEjercicio{
	color:#FFF;
	border:none;
	padding:0px;
	vertical-align: baseline;
	background-color: transparent !important;
	margin-bottom: 0px;
	width:35px;
	font-size: 11px;
	font-weight: bolder;
	cursor: pointer !important;
}

.divCheck{
	margin-left:107px;
	margin-bottom:10px;
}



.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:#61B4DD !important;
	color:#FFF;
	border:1px solid #075581;
	font-size:10px;
	text-transform: uppercase;
}

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

.columnaDescripcionAccidente .control-label{
	width: 120px !important;
}

.columnaDescripcionAccidente .controls{
	margin-left:140px !important;
}

.areaTextoAccidente{
	width:400px !important;
	height:200px;
}

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

#tablaFotos .bootstrap-filestyle span, #tablaFotos .bootstrap-filestyle label{
	width:96%;
}

#tablaFotos .btn{
	width:95%;
}

.observacionesAsistencia{
	width:100%;
	height:400px;
}

.tabla-toma-datos{
	width:100%;
}

.tabla-toma-datos th{
	font-size:14px;
}

.separadorRiesgos{
	display: block;
	margin:0px;
	margin-top:10px;
	clear:both;
	border:1px solid #000;
	width:80%;
}

.tituloBloqueRiesgos{
	font-size:20px;
	margin-top:15px;
	padding-left:33px;
	width:100%;
}

.checkRiesgo{
	margin-top:5px;
	margin-bottom:5px;
}

.etiquetaPreSeleccionRiesgos{
	margin-left:80px;
}

.cajaPreSeleccionRiesgos{
	margin-left:120px;
}

.campoInstalaciones{
	width:300px;
	height:300px;
}

.observacionesParaFactura{
 	overflow:scroll; 
 	height:300px !important;
 	max-height: 300px;
 	width:70% !important;
 	font-family: 'Arial';
 }

 .widget-header .btn{
	font-weight: bolder;
}

.widget-header .btn [class^="icon-"]{
	margin-left:0 !important;
	margin-right: 2px;
}

.widget-header .btn-default i{
	color:#333;
}

.widget-header .btn-default{
	color:#333;	
	border-color:#000 !important;
}

.widget-header .pull-right{
	margin-right:30px;
}

.map {
    width: 560px;
    height: 300px;
    border: 2px solid blue;
    margin: 6px 0 6px 0;
}

.input-iban{
	width:30px;
}

.input-iban-mini{
	width:15px;
}

.checkVerde{
	color:#5DB521;
	font-size:24px;
	margin-right:12px;
	margin-left:12px;
}

.aspaRoja{
	color:#FF0000;
	font-size:24px;
	margin-right:12px;
	margin-left:12px;
}

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

.tablaTextoPeque th{
	font-size:7px;
}

.tablaTextoPeque .btn{
	font-size:11px;
	padding:3px 6px;
}

.tablaTextoPeque .btn .caret{
	margin-top: 6px;
}

.tabs-reconocimientos .nav-tabs>li{
	width:170px;
}

.tabs-reconocimientos .nav-tabs>li.contenedorBoton{
	width:auto;
	margin-left: 10px;
	margin-top:5px;
}

.areaTextoRecomendaciones{
	height:120px;
	width:100%;
}

.flechaRecomendaciones{
	position:relative;
	right:49%;
	bottom:20px;
	color:#61B4DD;
}

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

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

input[type=text].obligatorio, input[type=number].obligatorio, input[type=password].obligatorio, .obligatorio .btn.selectpicker{
	border-color: #c7c510; /* Color borde inputs con foco */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199,197,16,0.5);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199,197,16,0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199,197,16,0.5);
	outline: 0;
	outline: thin dotted \9;
}

#totalVencimiento, #totalVencimientoRM{
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}

/* Nueva parte de calendario */

.fc-toolbar .fc-right{
	position: relative;
	bottom:32px;
	right:10px;
}

.fc-toolbar button{
	text-shadow: none;
	background:none;
	border-radius: 0 !important;
}

.fc-left{
	width:100%;
	position: absolute;
}


.fc-left .fc-prev-button, .fc-left .fc-next-button{
	border:none;
	box-shadow: none;
	margin-top:10px;
	margin-right:10px;
}

.fc-left .fc-today-button{
	margin-top:8px;
	margin-right:10px;	
}

.fc-left .fc-prev-button:after{
	font-family: FontAwesome;
	color:#61B4DD;
	content:"\f053";
	font-size:16px;
}

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

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

.fc-center h2 {
	margin-top: 0;
	white-space: nowrap;
	font-size: 1.1rem;
	color: #61B4DD;
	line-height: 25px;
	text-transform: capitalize;
	margin-top: 8px;
	margin-left: 180px;
}

/* Fin nueva parte de calendario */

/** Estilos para campo fecha del calendario **/
#fechaCalendario{
	display: inline-block;
	float:right;
	margin-right:13.8%;
	margin-top:6px;
	border:1px solid #075581;
	color:#FFF;
	line-height:12px;
}

#fechaCalendario .datepicker{
	margin:0 !important;
	padding:3px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0;
	border-bottom: 0;
	border-top:0;
	border-left-color: #075581;
}

#fechaCalendario span{
	padding:0px 5px;
}

.fc-button.fc-corner-left .fc-button-inner{
	margin-left: 0px !important;
}
/** Fin estilos campo fecha calendario **/

/** Estilos para filtro de centros del calendario **/

#filtroCentroCalendario{
	display: inline-block;
	float:right;
	margin-top:7px;
	line-height:12px;
	color: #fff;
}

#filtroCentroCalendario > span{
	position:relative;
	bottom:20px;
	right:5px;
	margin-left:80px;
}

.widget-header .dropdown-menu a, .widget-header .dropdown-menu i {
    color: #333;
    font-weight: normal;
}

#calendarioCitas .fc-state-default{
	border-width: 1px;
}

#filtroCentroCalendario .btn.dropdown-toggle.selectpicker.btn-default{
	padding-top:0px;
	padding-bottom: 0px;
	margin-top: -0.5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	height:25.5px;
}

#filtroCentroCalendario form{
	display: inline-block;
	margin:0;
}

/** Fin estilos para filtro de centros del calendario **/

#calendarioCitas .fc-today{
	background-color: #dff2b3 !important;
}

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

/* Estilos para el botón "Búsqueda por filtros" de los listados */

.widget-header .btn{
	font-weight: bolder;
}

.widget-header .btn [class^="icon-"]{
	margin-left:0 !important;
	margin-right: 2px;
}

.widget-header .btn-default i{
	color:#333;
}

.widget-header .pull-right{
	margin-right:30px;
}

.widget-table .widget-content{
	background-color: #EFEFEF;
}

.cajaFiltros .apartadoFormulario{
	padding-left:20px;
	padding-top:15px;
	margin-bottom:10px;
	border-bottom-color: #CCC;
	background-color:#f8f8f8;
}

.cajaFiltros{
	border-bottom: 1px solid #CCC;
	padding-bottom:10px;
}

.cajaFiltros:after{
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}


/* Fin estilos para los formularios de búsqueda por filtros en los listados */

.dataTables_processing{
	position: absolute;
	left:45%;
}

.tiempoPasado{
	background:#FF6862;
	text-align:center;
	color:#FFF;
}

.tiempoNoPasado{
	background:#AAF0B2;
	text-align:center;
}

.plazoSuperado{
	color:#d9534f !important;
	animation-duration: 3s;
	animation-iteration-count: infinite;
  	animation-name: alerta;
}


@keyframes alerta {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.areaTextoAnalitica{
	width:100%;
	height: 45px;
	font-family: monospace;
}

.avisoAnalitica{
	float:right;
	width: auto;
	position: relative;
	bottom:10px;
	right:1px;
	font-size: 9px;
	padding:1px 6px;
}

.areaTextoTablaDescripciones{
	height:100px;
	width:95%;
}

.tablaConFicheros input{
	display: none;
}

.tablaConFicheros .btn-success{
	margin-top:5px;
}

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

.campoCantidad .controls{
	margin-left:0px;
	display:inline;
}


/** Parte de formulario compactado (para sección VS > Reconocimientos) **/

.formularioCompacto{
	margin-top:-20px;
}

.formularioCompacto .widget-content{
	padding:10px 15px 0px;
}

.formularioCompacto .control-group{
	margin-bottom:5px;
}

.formularioCompacto .sinFlotar{
	padding-top: 0px !important;
}

.formularioCompacto .form-actions {
    padding: 5px 20px 5px 160px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #eeeeee;
    border-top: 1px solid #ddd;
}

/** Fin parte de formulario compactado (para sección VS > Reconocimientos) **/

/** Parte de sumatorio en pie **/

.filaPie td{
	border:none !important;
	background-color:#f8f8f8;
}

.filaPie:hover td{
	background-color:#f8f8f8 !important;
}

.filaPie .celdaSumatorio{
	background-color:#61B4DD !important;
	color:#FFF !important;
	text-align: right;
	font-weight: bold;
	
	white-space: nowrap;
	border:1px solid #075581 !important;

	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.filaPie:hover td.celdaSumatorio{
	background-color:#61B4DD !important;
}

.areaProductosSustancias{
	width:220px;
	height:100px;
}

.areaMaquinaria{
	width:280px;
	height:60px;
}

.areaDescripcionCentro{
	width:356px;
	height:100px;
}

/** Fin parte de sumatorio en pie **/

.areaMensajeCorreo{
	width:630px;
	height:800px;
}

h6.bigstats{
	margin-bottom:0px !important;
	border-bottom:0px !important;
	padding-bottom:0px !important;
}

#big_stats a.stat{
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

#big_stats a.stat i{
	color:#CCC !important;
	font-size:30px !important;
	display:block;
	margin-bottom:10px;
}

#big_stats a.stat:hover i{
	color:#61B4DD !important;
}

#big_stats a.stat span{
	color:#000 !important;
}

.big-stats-container h1{
	margin-left:20px;
	margin-right:20px;
	padding:10px 0px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	margin-top:30px;
	text-align: center;
	font-size:24px;
	color:#61B4DD;
}

.tablaEnvios{
	width:30%;
}

.fechaSiguienteReconocimiento .span2{
	width:110px !important;
}

.fechaSiguienteReconocimiento .input-mini{
	float:right;
}

#cajaGestion{
	width:90%;
	left:27%;
}

/* Parte de menú de colores de reconocimientos */

.tabs-reconocimientos ul li{
	position: relative;
}

.nav-tabs .menu-colores{
	position: absolute;
	top:10px;
	right:8px;
}

.nav-tabs .menu-colores .correcto{
	color:#468847;
}

.nav-tabs .menu-colores .advertencia{
	color:#f89406;
}

.nav-tabs .menu-colores .anormal{
	color:#d9534f;
}

.tabs-reconocimientos > .nav-tabs > li.correcto > a{
	background-color:#468847;
	opacity:0.5;
	color:#FFF;
}

.tabs-reconocimientos > .nav-tabs > li.advertencia > a{
	background-color:#f89406;
	opacity:0.5;
	color:#FFF;
}

.tabs-reconocimientos > .nav-tabs > li.anormal > a{
	background-color:#d9534f;
	opacity:0.5;
	color:#FFF;
}

.tabs-reconocimientos > .nav-tabs > li.correcto > a:hover,
.tabs-reconocimientos > .nav-tabs > li.advertencia > a:hover,
.tabs-reconocimientos > .nav-tabs > li.anormal > a:hover{
	opacity: 0.8;
}

.tabs-reconocimientos .nav>li>a.dropdown-toggle:hover{
	background:rgba(0,0,0,0.1);
}

.tabs-reconocimientos > .nav-tabs > li.correcto.active > a,
.tabs-reconocimientos > .nav-tabs > li.advertencia.active > a,
.tabs-reconocimientos > .nav-tabs > li.anormal.active > a{
	opacity: 1;
	color: #000;
	font-weight: bold;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.tabs-reconocimientos > .nav-tabs > li.correcto.active .dropdown-toggle .caret,
.tabs-reconocimientos > .nav-tabs > li.advertencia.active .dropdown-toggle .caret,
.tabs-reconocimientos > .nav-tabs > li.anormal.active .dropdown-toggle .caret{
	border-top-color: #000;
    border-bottom-color: #000;
    opacity: 1;
}

.tabs-reconocimientos > .nav-tabs > li.correcto .dropdown-toggle .caret,
.tabs-reconocimientos > .nav-tabs > li.advertencia .dropdown-toggle .caret,
.tabs-reconocimientos > .nav-tabs > li.anormal .dropdown-toggle .caret{
	border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

/* Fin parte de menú de colores de reconocimientos */

.shortcut-label.small{
	font-size:11px;
}



/* Tabla de enfermedades del reconocimiento médico con scroll */

#tablaEnfermedadesReconocimiento_wrapper, #tablaComentariosAnalitica_wrapper{
	border:1px solid #ccc;
}

#tablaEnfermedadesReconocimiento_wrapper .dataTables_scrollBody, #tablaComentariosAnalitica_wrapper .dataTables_scrollBody{
	height:200px !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;
}

/*
.contenedor-tabla-enfermedades-reconocimiento {
	position: relative;
	border:1px solid #075581;
	padding-top: 37px;
	background: #61B4DD}
.contenedor-tabla-enfermedades-reconocimiento.positioned {
	position: absolute;
	top:100px;
	left:100px;
	width:800px;
	box-shadow: 0 0 15px #333;
}

.contenedor-tabla-enfermedades-reconocimiento .sub-contenedor{
	overflow-y: auto;
	overflow-x:hidden;
	height: 200px;
}

.contenedor-tabla-enfermedades-reconocimiento table {
	border-spacing: 0;
	width:100%;
}

.contenedor-tabla-enfermedades-reconocimiento td + td {
	border-left:1px solid #eee;
}

.contenedor-tabla-enfermedades-reconocimiento td, .contenedor-tabla-enfermedades-reconocimiento th {
	border:1px solid #DDD;
	background: #FFF;
	color: #000;
	padding: 10px 2px;
	text-align: justify;
	font-size:11px;
}

.contenedor-tabla-enfermedades-reconocimiento th:first-child{
	padding:0px 40px;
}

.contenedor-tabla-enfermedades-reconocimiento td{
	padding:10px;
}

.contenedor-tabla-enfermedades-reconocimiento tbody tr:nth-child(1) td{
	border-top:1px solid #075581;
}

.contenedor-tabla-enfermedades-reconocimiento th {
	height: 0;
	line-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: transparent;
	border: none;
	white-space: nowrap;
}

.contenedor-tabla-enfermedades-reconocimiento th div{
	position: absolute;
	background: transparent;
	color: #fff;
	padding: 9px 2px;
	top: 0;
	margin-left: -1px;
	line-height: normal;
	border-left:1px solid #075581;
}

.contenedor-tabla-enfermedades-reconocimiento th:first-child div{
	border: none;
	padding: 9px 40px;
	margin-left: -70px;
}
/* Fin tabla de enfermedades del reconocimiento médico con scroll */

#antecedentesPersonales{
	height:200px;
}


.shortcut{
	position: relative;
}

.avisoBotonGestion{
	width:auto;
	position: absolute;
	right: 10px;
	top:10px;
}

.riesgoBloques{
	width:100%;
	border-collapse:separate;
}

.riesgoBloques > tbody > tr{
	border:3px solid #000;
}

.riesgoBloques > tbody > tr > td{
	border:3px solid #000;
}

.bloque-default{
  border-color: #f9f9f9 !important;
}

.bloque-success{
  border-color: #c00011 !important;
}

.bloque-amarillo{
  border-color: #fff584 !important;
}

.bloque-warning{
  border-color: #ffbf42 !important;
}

.bloque-danger{
  border-color: #c00011 !important;
}

.bloque-inverse{
  border-color: #000 !important;
}

.bloque-default input.prioridad{
  background-color: #f9f9f9 !important;
  font-weight:bold;
}

.bloque-success input.prioridad{
  background-color: #c00011 !important;
  color:#FFF;
  font-weight:bold;
}

.bloque-amarillo input.prioridad{
  background-color: #fff584 !important;
  font-weight:bold;
}

.bloque-warning input.prioridad{
  background-color: #ffbf42 !important;
  font-weight:bold;
}

.bloque-danger input.prioridad{
  background-color: #c00011 !important;
  color:#FFF;
  font-weight:bold;
}

.bloque-inverse input.prioridad{
  background-color: #000 !important;
  color:#FFF;
  font-weight:bold;
}

.big_stats{
	width: 100%;
	display: table;
	margin-top: 1.5em;
}

.big_stats .stat:first-child{
	border-left: none;
}

.big_stats .stat{
	width: 25%;
	height: 90px;
	text-align: center;
	display: table-cell;
	padding: 0;
	position: relative;
	border-right: 1px solid #CCC;
	border-left: 1px solid #FFF;
}

.big_stats i{
	font-size: 30px;
	display: block;
	line-height: 40px;
	color: #b2afaa;
}

.big_stats .stat span{
	font-size: 25px;
	font-weight: bold;
	color: #545454;
	line-height: 1em;
}

.rmAnterior{
	color:red;
	font-style: italic;
}

.columna-protocolos-protocolizacion{
	float:right;
	overflow: hidden;
}

.columna-protocolos-protocolizacion .control-label{
	width:100px;
}

.columna-protocolos-protocolizacion .nowrap{
	white-space: normal;
	margin-left:110px;
}

#controladorTareasPendientes, #controladorTareasRealizadas{
	cursor: pointer;
}

#controladorTareasPendientes:hover, #controladorTareasRealizadas:hover{
	background-color: #075581;
}

.textoVerde{
	color:#7eb216 !important;
}

.textoRojo{
	color:#B02B2C !important;
}

.textoAmarillo{
	color:#eea236 !important;
}

.textoAzul{
	color:#4a8cf7 !important;
}

.spanMemoria{
	margin-left:0px;
}

.spanMemoria .control-label{
	width:62px;
	text-align:left;
}

.spanMemoria .controls{
	margin-left:0px;
}

.eliminaOpcionDesplegable{
	width:auto !important;
	position: absolute !important;
	right:0px; 
	top:5px;
}

#tablaProtocolizaciones td:nth-child(1),
#tablaProtocolizaciones td:nth-child(2),
#tablaProtocolizaciones td:nth-child(3),
#tablaProtocolizaciones td:nth-child(4){
	width:20%;
}

#tablaProtocolizaciones td:nth-child(5),
#tablaProtocolizaciones td:nth-child(6),
#tablaProtocolizaciones td:nth-child(7){
	width:5.5%;
}

#tablaProtocolizaciones td:nth-child(8){
	width:1%;
}

.botonCovid{
	width:48% !important;
}

.botonCovid .badge{
	animation-name: alerta;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	position: absolute;
	top:0;
	right: 0;
	width:20px;
}

@keyframes alerta {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

.documentosCovid .shortcut{
	width:45% !important;
}