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



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

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

body {
	background: #fAfAfA;
	font: 13px/1.7em 'Open Sans';
	/* Las siguientes 2 líneas sirven para que el pie se quede siempre abajo */
	min-height:100%;
	position:relative;
}

#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;

	
	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: #ED1C24 !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: 90px;
	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: #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 #ED1C24;
	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 #f54d51;
}

.footer-inner {

	padding: 15px 0;
	
	font-size: 12px;
	background: #ED1C24;
	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 {

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

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

.fc-header-left .fc-button-next:after{
	font-family: FontAwesome;
	color:#ED1C24;
	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: #ED1C24;
	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: #ED1C24;
}
.fc-button-today.fc-state-hover .fc-button-inner{
	background-color: #f54d51;
	border-color: #f54d51 !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: #f54d51;
	color: #fff;
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
	border-color: #fff;
}
.fc-state-down {
	border-color: #fff;
	background: #f54d51;
}
.fc-state-active, .fc-state-active .fc-button-inner {
	border-color: #f54d51;
	background: #FFF;
	color: #ED1C24;
}
.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:#ED1C24;}

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


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


.leyenda2{/* Esta clase a sido modificada para la herramienta de Formulaciones */
	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% !important;
}

.ancho95{
	width:95% !important;
}

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

#tablaSubproyectos .span3 {
    float: left;
}





.btn-propio{
	background-color: #ED1C24;
	border-color: #f54d51;
}

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


.btn-propio:active, .btn-propio.active {
	background-color: #f54d51 \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, .iconoBorrado{
	color: #B02B2C;
}


/************* 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 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;
}

.cajaSelect{
	overflow: visible;
}

.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:#ED1C24;
	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, #cuerpo, #pie {
 	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{
	padding-bottom:2em !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: 98%;
	text-align: justify;
	padding:10px;
	min-height:100px;
}

.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: 500px;
}

/***** 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;
}


/* Leyenda para gráfico circular */
.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:#ED1C24;
    content: "\f0de";
    float:right;
}

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

.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: #ED1C24;

  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:#f54d51 !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 #ED1C24;
}

input[type=checkbox]:checked:after{
	display:block;
	width:12px;
	height: 12px;
	border:1px solid #ED1C24;
	background-color: #ED1C24;
	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 #ED1C24;
}

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

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

/** Fin estilos select Plus **/

.observacionesPrueba{
	width:300px;
	height:70px;
}

.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:#ED1C24 !important;
	font-size:18px;
}

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

input[readonly]#textoTotal{
	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:#f54d51 !important;
	border-left-color: #ED1C24 !important;
	border-top-color: #ED1C24 !important;
	color:#FFF;
}

#tablaHistorico{
	width:600px !important;
}
.label-muyS{
	background-color:#356AA0;
	font-size:12px;
}
.label-sa{
	background-color:#6BBA70;
	font-size:12px;
}
.label-poc{
	background-color:#F37D01;
	font-size:12px;
}
.label-muyP{
	background-color:#B02B2C;
	font-size:12px;
}
.label-ns{
	font-size:12px;
}
.sinMargenIz{
	margin-left:50px !important;
}

#tablaResultado{
	width:1020px !important;
}

/** Parte de comunicación interna **/

/** Caja de texto de "Comunicación Interna" **/
#mensaje{
	overflow:scroll;
	height:300px !important;
	max-height: 300px;
	width:30% !important;
	min-width: 800px !important;
}


.asuntoMensaje{
	color:#019ba3;
	font-weight: lighter;
	border-bottom:1px solid #EEE;
	margin-bottom:20px;
}

#cajaRespuesta, #cajaEnvio{
	width:65%;
	left:17%;
	margin-left:0;
	height:auto;
}

#cajaRespuesta #mensaje{
	overflow:scroll;
 	height:200px !important;
 	max-height: 300px;
 	width:90% !important;
 	min-width: 600px !important;
}

.messages_layout{
	width: 100% !important;
}

.right{
	float:right !important;
}

.right .message_wrap:before{
	content: '';
	display: inline-block;
	border-left: 7px solid #b3cdf8;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	position: absolute;
	top: 15px;
	right: -8px;
}

.left .message_wrap:before{
	content: '';
	display: inline-block;
	border-right: 7px solid #cbcbcb;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	position: absolute;
	top: 15px;
	left: -8px;
}

#avisoMensajes{
	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;
}

#aviso{
	position:absolute !important;
	top: 2px !important;
}


.message_wrap .label{
	position: relative;
	bottom:3px;
	left: 5px;
}

.notificacion{
	width:50%;
	margin:0 auto;
}

ul.messages_layout li.by_myself a.avatar, ul.messages_layout li.from_user a.avatar {
	font-size:56px;
	margin-top:15px;
}

ul.messages_layout li.by_myself a.avatar, ul.messages_layout li.by_myself a.avatar:hover{
	color:#464646;
	text-decoration: none;
}

ul.messages_layout li.from_user a.avatar, ul.messages_layout li.from_user a.avatar:hover{
	color:#AAA;
	text-decoration: none;
}
.input-small{
	width:75px !important;
}
/** Estilos para campo fecha del calendario **/
#fechaCalendario, #botonImprimir{
	display: inline-block;
	float:right;
	margin-right:155px;
	margin-top:7px;
	border:1px solid #357ebd;
	border-right: none;
	line-height:12px;
	color: #fff;
}

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

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

#botonImprimir{
	margin-right:50px;
	border:none;
}

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

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

/** Fin parte de comunicación interna **/

/* Parte de botones flotantes */

.btn-eliminacion, .btn-creacion, .btn-creacion2, .btn-creacion3, .btn-creacion4, .btn-creacion5, .btn-creacion6{
	position:fixed !important;
	right:24px;
}

.btn-eliminacion{
	bottom:80px;
}

.btn-creacion{
	bottom:160px;/* De 80 en 80px */
}


.btn-creacion2{
	bottom:240px;
}

.btn-creacion3{
	bottom:320px;
}

.btn-creacion4{
	bottom:400px;
}

.btn-creacion5{
	bottom:480px;
}

.btn-creacion6{
	bottom:560px;
}

.btn-submenu{
	bottom:134px;
	margin-left:15px;
}

.form-actions{
	padding:0;
	margin:0;
	background:none;
	border-top:0;
}

/* Fin parte de botones flotantes */

.input-tarea{
	width:99%;
	min-width: 456px;
}

/* DIAGRAMA DE GANTT */

#diagramaGantt{
	position:relative;
}

#diagramaGantt table.cuadricula{
	position:absolute;
	z-index:0;
	top:22px;
}

#diagramaGantt table.cuadricula td{
	width:2px;
	border:1px solid #000;
	height:17px;
}

#diagramaGantt table.cuadricula td.tdHora{
	border-left:2px solid #000;
}

#diagramaGantt div.diagrama{
	position: relative;
	z-index: 10;
}

#diagramaGantt div.diagrama a{
	position: relative;
	z-index: 10;
	display: block;
	height:20px;
	background:red;
}

div.tituloH{
	display:inline-block;
	width:28px;
	text-align:center;
}

div.tituloH.primero{
	width:18px;
	margin:0px;
}

#diagramaGantt #tablaResumen{
	width:100%;
	border:1px solid #000;
	margin-top:20px;
}

#diagramaGantt #tablaResumen th,
#diagramaGantt #tablaResumen td{
	border:1px solid #000;
	padding:3px;
}

#diagramaGantt #tablaResumen td.usuario{
	font-weight:bold;
	color:white;
}
	
/* DIAGRAMA DE GANTT */

/* Estilo para login inferior */
#inferior{
	color: #FFF;
	text-align: center;
	background: #f54d51;
	position:absolute; /*El div será ubicado con relación a la pantalla*/
	left:0px; /*A la derecha deje un espacio de 0px*/
	right:0px; /*A la izquierda deje un espacio de 0px*/
	bottom:30px; /*Abajo deje un espacio de 0px*/
	margin: 0px;
	height:auto; /*alto del div*/
	z-index:0;
	font-size: 30px;
	padding:5px 5px 10px 5px;
}

/*** Estilos para el filtro por ejercicios ***/

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


/*** Fin estilos para el filtro por ejercicios ***/

.botonAccionSimbolo {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left:30px;
	border-right:none;
	padding-bottom: 5px;
    margin-top: -26px;
}


/*** Parte de gestor de archivos ***/

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

.contenedor-gestor-archivos{
    text-align: center;
    padding:0;
}

.controlesGestorArchivos{
    background-color: #EEE;
    border-bottom: 1px solid #DDD;
    padding:5px 10px;
    text-align: left;
}

.pieGestorArchivos{
    background-color: #EEE;
    border-top: 1px solid #DDD;
    padding:5px 10px;
}

.itemGestorArchivos{
    display: inline-block;
    width:15%;
    margin:15px 0;
}

.itemGestorArchivos.hide{
    display: none;
}

.itemGestorArchivos i{
    font-size:48px;
    padding:2px !important;
    border-radius: 4px;
    color:#356AA0;
}

.itemGestorArchivos i.icon-folder-open-o{
    color:#A79B0A;
}

.itemGestorArchivos span{
    color:#333;
    padding:2px;
    border-radius: 4px;
    font-size: 13px !important;
    display: inline-block;
    line-height: 18px !important;
}

.itemGestorArchivos span.hide{
    display: none;
}

.itemGestorArchivos input{
    width:auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top:-1px;
}

.itemGestorArchivos > div{
    width:auto;
}

.itemGestorArchivos > div:hover{
    cursor:pointer;
}

.context-menu-item{
    padding-left:1em !important;
}

.context-menu-item i{
    width:14px;
    text-align: center;
    display: inline-block;
    color:#356AA0;
    font-size:14px;
    margin-right:5px;
}

.context-menu-item.context-menu-hover i{
    color:#FFF;
}

.itemGestorArchivosSeleccionado i, .itemGestorArchivosSeleccionado span{
    background-color:#ddd;
}

.avisoCarpetaVaciaGestorArchivos{
    margin:50px auto;
    font-size:24px;
    color:#AAA;
}

#sortable{ 
    list-style-type: none; 
    margin:0; 
    padding: 0; 
    width: 100%; 
}

#sortable li{ 
    margin: 3px 3px 3px 0; 
    padding: 1px; 
    float:left;
    text-align:center; 
    width:15%;
}

.controlesGestorArchivos .btn-default, .botones-ayuda-gestor-archivos .btn, .guidely-controls button{
    opacity: 1;
    color: #333;
    background-color: #fff;
    border:1px solid #ccc !important;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 9px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    min-width: auto;
    height: auto;
}

.guidely-controls button{
    margin-left: 10px;
}

.controlesGestorArchivos .btn-default[disabled]{
    background-color: #EAEAEA !important;
    cursor:not-allowed;
}

.cajaNombreCarpeta, .cajaNombreFichero{
    width: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -1px;
    height: 18px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    border-color: #356AA0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53,106,160,0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53,106,160,0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53,106,160,0.2);
    outline: 0;
    outline: thin dotted \9;
}

.botones-ayuda-gestor-archivos{
    margin-right: 10px;
}

/*** Fin parte de gestor de archivos ***/