@CHARSET "ISO-8859-1";
#progressNavbar{
	
}
a:HOVER{
	cursor: pointer !important;
}
a>p:HOVER{
	cursor: pointer;
}
#loading
{
    position: fixed;
    left: calc(50% - 25px);
    top: 35%;
    z-index: 1000;
}
#loading img{	
    width: 100px;
    height: 100px;
}

.eficienciaNoSeleccionada{
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray;
}
@font-face {
   font-family: CalibriCuerpo;
   font-style: normal;
   font-weight: normal;
   src: ../fonts/Calibri.ttf;
}

html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
}

h2{
	font-size: 25px;
}


article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
/* Type */
	body, input, select, textarea {
		color: #585858;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.75;
	}
	strong, b {
		font-weight: 900;
	}	
	h1 {
		font-size: 2.75em;
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: -0.035em;
	}	
		h1 a {
			color: inherit;
		}	
	.align-left {
		text-align: left;
	}	
	.align-center {
		text-align: center;
	}	
	.align-right {
		text-align: right;
	}
/* FinType */

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #c9c9c9;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
			margin: -1em 0 2em -1em;
		}

			ul.icons li {
				display: inline-block;
				padding: 1em 0 0 1em;
			}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

			@media screen and (max-width: 480px) {

				ul.actions {
					margin: 0 0 2em 0;
				}

					ul.actions li {
						padding: 1em 0 0 0;
						display: block;
						text-align: center;
						width: 100%;
					}

						ul.actions li:first-child {
							padding-top: 0;
						}

						ul.actions li > * {
							width: 100%;
							margin: 0 !important;
						}

							ul.actions li > *.icon:before {
								margin-left: -2em;
							}

					ul.actions.small li {
						padding: 0.5em 0 0 0;
					}

						ul.actions.small li:first-child {
							padding-top: 0;
						}

			}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 900;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}


/* FinList */



/* Header */
#headerMenu2{
	padding: 0;
}
.logo{
	height: 40px;
	margin: 5px;
	
}
#logo1{	
    text-align: left;
	padding-right: 0;
	/* height: 55px; */
}
#logo2{	
    padding-left: 0;
	padding-right: 90px;
	text-align: right;
	/* height: 55px; */
	    
}
#tablaMenu{
	border-collapse: separate;
	border-spacing:  1px;
	margin: 2px 0 2px 0;
	font-size: 11px;
	width: 100%;
	height: 70px;
}
	#tablaMenu tbody{
	}
		#tablaMenu tbody tr{
		}
			.tdMenu{
					border: 2px solid lightgray;
					border-radius: 10px;
					width: 33.333333333334%;
					min-width: 250px;
			}
			.tdMenu:HOVER{
					border-color: white;
					background-color: lightgray;
			}
			#paginaActualTd{
				min-width: 150px;
				text-align: center;
				border-left: 5px solid lightgray;
				border-right: 5px solid lightgray;
				font-size: 14px;
				width: 33.333333333334%;
			}			
				#paginaActualTd p{
					text-align: center;
					margin: 0;
					vertical-align: middle;
					font-size: 200%;

				}
			#infoUsuario{
				border: no-border;
				min-width: 240px;
				width: 33.333333333334%;
				border-right: 5px solid lightgray;
			}
			#infoUsuario table{
				margin-left: 5px;
			}
				.tdMenu p{
					margin: 0;
					padding: 0 6px 0 6px;
					color: black;
					cursor: default;
					text-decoration: none;
				}
				.tdMenu p:HOVER{
					color: white;
				}
				.tdMenu a{
					border-color: black;
					text-decoration: none;
				}
				.tdMenu a:HOVER{
					text-decoration: none;
					color: white !important;
				}
.site-name{
	font-family: "CalibriCuerpo";
	font-size: 1em;
	color: grey;
	letter-spacing: 22px;
	text-align: right;
	width: 160px;
}
#grupoTragsa {
	height: 50px;
	z-index: 20000;	
	vertical-align: middle;
}
	#header {
		width: 98% !important;
		background: white;
		z-index: 2000;
	}
	#edisosContainer{
		margin: 5px;
		text-align: right;
		width: calc(100% - 60px);
	}

		
			

		#header nav {
			position: fixed;
			right: 2em;
			top: 2em;
			z-index: 10000;
		}

			#header nav ul {
				display: flex;
				align-items: center;
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header nav ul li {
					display: block;
					padding: 0;
				}

					#header nav ul li a {
						display: block;
						position: relative;
						height: 2em;
						line-height: 3em;
						padding: 0 1.5em;
						background-color: rgba(255, 255, 255, 0.5);
						border-radius: 4px;
						border: 0;
						font-size: 0.8em;
						font-weight: 900;
						letter-spacing: 0.35em;
						text-transform: uppercase;
					}

					#header nav ul li a[href="#menu"] {
						-webkit-tap-highlight-color: transparent;
						width: 4em;
						text-indent: 4em;
						font-size: 1em;
						overflow: hidden;
						padding: 0;
						white-space: nowrap;
					}

						#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
							transition: opacity 0.2s ease;
							content: '';
							display: block;
							position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%;
							background-position: center;
							background-repeat: no-repeat;
							background-size: 2em 2em;
						}

						#header nav ul li a[href="#menu"]:before {
							background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
							opacity: 0;
						}

						#header nav ul li a[href="#menu"]:after {
							background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
							opacity: 1;
						}

						#header nav ul li a[href="#menu"]:hover:before {
							opacity: 1;
						}

						#header nav ul li a[href="#menu"]:hover:after {
							opacity: 0;
						}
/* FinHeader */

/* Menu */

	#wrapper {
		transition: opacity 0.45s ease;
		opacity: 1;
		z-index: 20000;
		width: calc(100% - 20px);
	}

	#menu {
		transform: translateX(22em);
		transition: transform 0.45s ease, visibility 0.45s;
		position: fixed;
		top: 0;
		right: 0;
		width: 22em;
		max-width: 80%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		background: #585858;
		color: #ffffff;
		cursor: default;
		visibility: hidden;
		z-index: 10002;
	}

		#menu > .inner {
			transition: opacity 0.45s ease;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 2.75em;
			opacity: 0;
			overflow-y: auto;
		}

			#menu > .inner > ul {
				list-style: none;
				margin: 0 0 1em 0;
				padding: 0;
			}

				#menu > .inner > ul > li {
					padding: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.15);
				}

					#menu > .inner > ul > li a {
						display: block;
						padding: 1em 0;
						line-height: 1.5;
						border: 0;
						color: inherit;
						list-style: none;
					}
						#menu > .inner > ul > li ul {
							list-style: none;
						}

					#menu > .inner > ul > li:first-child {
						border-top: 0;
						margin-top: -1em;
					}

		#menu > .close {
			transition: opacity 0.45s ease, transform 0.45s ease;
			transform: scale(0.25) rotate(180deg);
			display: block;
			position: absolute;
			top: 2em;
			left: -6em;
			width: 6em;
			text-indent: 6em;
			height: 3em;
			border: 0;
			font-size: 1em;
			opacity: 0;
			overflow: hidden;
			padding: 0;
			white-space: nowrap;
		}

			#menu > .close:before, #menu > .close:after {
				transition: opacity 0.2s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-position: center;
				background-repeat: no-repeat;
				background-size: 2em 2em;
			}

			#menu > .close:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 0;
			}

			#menu > .close:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 1;
			}

			#menu > .close:hover:before {
				opacity: 1;
			}

			#menu > .close:hover:after {
				opacity: 0;
			}
	body.is-menu-visible #wrapper {
		pointer-events: none;
		cursor: default;
		opacity: 0.25;
	}

	body.is-menu-visible #menu {
		transform: translateX(0);
		visibility: visible;
	}

		body.is-menu-visible #menu > * {
			opacity: 1;
		}

		body.is-menu-visible #menu .close {
			transform: scale(1.0) rotate(0deg);
			opacity: 1;
		}
/* FinMenu */



/* Wrapper */

	#wrapper > * > .inner {
		width: 100%;
		height: 110px;
		max-width: 68em;
		margin: 0 auto;
		padding: 0 2.5em;
	}

/* FinWrapper */

/* Media */
	/* Height */
		@media screen and (max-height: 1278px){
			#header{
				position: fixed;
				margin-bottom: 0;
			} 
			#progressNavbar{
				position: fixed;
				margin-bottom: 0;
			    padding-top: 60px;
			    width: 100%;
			}
		}
		@media screen and (max-height: 736px){
			#header{
				position: static;
				margin-bottom: 5px;
			}
			#progressNavbar{
				position: static;
				margin-bottom: 5px;
			    padding-top: 0;
			    width: 100%;
			}
		}
		@media screen and (max-height: 660px){
			#header{
				position: static;
			}
			#progressNavbar{
				position: static;
			    padding-top: 0;
			    width: 100%;
			}
		}
	/* FinHeight */
	
	/* Width */
	
		@media screen and (max-width: 300000px) {
		
				#edisosContainer{
					margin-right: 110px;
				}
		
		}
		@media screen and (max-width: 1680px) {
		
			body, input, select, textarea {
				font-size: 14pt;
			}
				#edisosContainer{
					margin-right: 15%;
				}
		
		}
		
		@media screen and (max-width: 1280px) {
		
			body, input, select, textarea {
				font-size: 12pt;
			}
				#edisosContainer{				
   					width: 100%;
				}
				#headerMenu2{
					width: 60%;
				}
				#logo1, #logo2{
					width: 20%
				}
				#grupoTragsa, #edisos{
					width: 100%;
					height: 50px;
				}
		
		}
		@media screen and (max-width: 1044px) {
			#tablaMenu{
				display: none;
			}
			#headerMenu2{
			display: none;
			}
			#logo1, #logo2{
				width: 50%;
			}
			#grupoTragsa, #edisos{
				width: auto;
				height: 50px;
			}
		}
				
		@media screen and (max-width: 736px) {
		
			h1 {
				font-size: 2em;
			}
			header p {
				margin-top: 0;
			}
			#header {
				padding: 0em 0 0.1em 0 ;
			}
				.logo {
					width: 100px;
					
				}
				#grupoTragsa {
					height: auto;
				}
				#edisosContainer{
					margin-right: 15%;
				}
				.site-name {
					letter-spacing: 12px;
					font-size: 0.8em;
					max-width: 100px;
				}

				#header nav {
					right: 0.5em;
					top: 0.5em;
				}

					#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
						background-size: 1.5em 1.5em;
					}
			#menu {
				transform: translateX(16.5em);
				width: 16.5em;
			}

				#menu > .inner {
					padding: 2.75em 1.5em;
				}

				#menu > .close {
					top: 0.5em;
					left: -4.25em;
					width: 4.25em;
					text-indent: 4.25em;
				}

					#menu > .close:before, #menu > .close:after {
						background-size: 1.5em 1.5em;
					}
					
			
			#wrapper > * > .inner {
				padding: 0 1.25em;
			}
		
		}
		
		
		@media screen and (max-width: 480px){
			html, body{
				min-width: 320px;
			}
			#grupoTragsa, #edisos{			
				width: auto;
				height: 30px;
				margin-top: 0;
			}
			#grupoTragsa{
				margin-top: 5px;				
			}
			.site-name {
				max-width: 60px;
				letter-spacing: 8px;
				font-size: 0.6em;
			}
		}
		
		@media screen and (max-width: 366px) {
		
			h1 {
				font-size: 1.75em;
			}
			.logo{			
				width: 50px;
			}
			.site-name {
				letter-spacing: 7px;
				font-size: 0.5em;
				max-width: 50px;
			}
		
		}	
	/* FinWidth */

/* FinMedia */
/* Progress Navbar */
/* --- VARS --- */
/* --- MIXINS --- */
/* --- DEMO CONTENT--- */
.navbar-menu {
  border: 0;
  border-radius: 0;
}
.navbar-menu .navbar-collapse {
  padding: 0;
  border-top: 0;
}
.navbar-main {
   border: solid 2px #ebebeb;
   border-left: none;
   border-right: none;
  margin: 0;
}
.navbar-menu {
  background-color: #ffffff;
  min-height: 0 !important;
  margin: 0 !important;
}
.navbar-menu .navbar-header {
  padding: 7px;
}
.navbar-main > li > a {
  font-size: 40px;
  font-weight: 900;
  color: #9c9c9c;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.navbar-main > li > a small {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: none;
}
.navbar-main > li > a:hover,
.navbar-main > li > a:focus,
.navbar-main > li > a.active {
  background-color: #ebebeb ;
  color: #808080;
}
.navbar-main > li > a:hover small,
.navbar-main > li > a:focus small,
.navbar-main > li > a.active small {
  color: #000;
}

@media (min-width: 930px) {
	#progressNavbar{
		display: block;
	}
}
@media (max-width: 930px) {
	#progressNavbar{
		display: none;
	}
}
@media (max-width: 768px) {
	#footer{
		display: none;
	}
}
@media (min-width: 768px) {
	#footer{
		display: block;
	}
	
  .navbar-main-container {
    background-color: #808080;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, 50% top, 50% top, from(#808080), to(#ffffff));
    background-image: -webkit-linear-gradient(left, color-stop(#808080 50%), color-stop(#ffffff 50%));
    background-image: -moz-linear-gradient(left, #808080 50%, #ffffff 50%);
    background-image: linear-gradient(to right, #808080 50%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
  }
  .navbar-main-container .navbar-nav {
    float: none;
  }
  .navbar-main {
    margin: 0 auto;
    padding-right: 0;
    max-width: 97%;
  }
  .navbar-main li {
    display: inline-block;
    height: 40px;
    padding: 0;
    position: relative;
    width: 20%;
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(left, color-stop(#ffffff 0%), color-stop(#ffffff 100%));
    background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
  }
  .navbar-main li:first-child:before {
    border: 20px solid transparent;
    border-left-color: #ffffff;
    border-right: 0;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 0px;
    z-index: 10;
  }
  .navbar-main li a {
    border: none;
    display: table !important;
    height: 100%;
    padding: 0 0 0 41.66666667px !important;
    position: relative;
    width: 100%;
    font-size: 16px;
    vertical-align: middle !important;
  }
  .navbar-main li a:after {
    border: 20px solid transparent;
    border-left-color: #ffffff;
    border-right: 0;
    content: " ";
    display: block;
    position: absolute;
    right: -17px;
    top: 0px;
    width: 0px;
    z-index: 10;
    -webkit-transition: 0.2s border-color ease-in-out;
    transition: 0.2s border-color ease-in-out;
  }
  
  .navbar-main li a:before{
    border: 20px solid transparent;
    border-left-color: #ebebeb;
    border-right: 0;
    content: " ";
    display: block;
    position: absolute;
    right: -20px;
    top: 0px;
    width: 0px;
    z-index: 10;
    -webkit-transition: 0.2s border-color ease-in-out;
    transition: 0.2s border-color ease-in-out;
  }
  .navbar-main li a:hover:after,
  .navbar-main li a.active:after {
    border-left-color: #ebebeb;
  }
  .navbar-main li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .navbar-item a{
  	padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
	
	#progressNavbar{
		display: block;
		z-index: 999;
	}
  .navbar-main {
    max-width: 98%;
  }
  .navbar-main li a {
    padding: 0 0 0 40px  !important;
  }
}
#headerContainer{
		border-bottom: 2px solid green;	
}

/*  */