	::selection{ background-color: #E13300; color: white; }
	::moz-selection{ background-color: #E13300; color: white; }
	::webkit-selection{ background-color: #E13300; color: white; }

	body {
		background-color: #f8f8f8!important;
		margin: 40px;
		color: #4F5155;
		min-height: 100%;
		min-width:300px;
	}

	footer {

		width: 100%;
		font-size: 14px;
		color: white;
		text-align: center;
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
	}

	h1 {
		color: #444;
		background-color: transparent;
		font-size: 17px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}

	#body{
		margin: 0 15px 0 15px;
	}

	#cuerpo{
		margin-top: 58px;
	}
	
	p.footer{
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}
	
	#container{
		margin: 10px;
		border: 1px solid #D0D0D0;
		-webkit-box-shadow: 0 0 8px #D0D0D0;
	}

	.bar {
		height: 18px;
		background: green;
	}

	.icon{
		width:16px
	}

	#div-header{
		background-color: rgb(37, 37, 37);
		/*padding:10px;*/
		background: -webkit-linear-gradient(top,rgb(47, 47, 47) 0,rgb(37, 37, 37) 100%);
		background: -moz-linear-gradient(top,rgb(47, 47, 47) 0,rgb(37, 37, 37) 100%);
		background: -ms-linear-gradient(top,rgb(47, 47, 47) 0,rgb(37, 37, 37) 100%);
		background: -o-linear-gradient(top,rgb(47, 47, 47) 0,rgb(37, 37, 37) 100%);
		background: linear-gradient(top,rgb(47, 47, 47) 0,rgb(37, 37, 37) 100%);
		/*-moz-box-shadow: 1px 1px 10px 1px rgb(201, 201, 201);
		-webkit-box-shadow: 1px 1px 10px 1px rgb(201, 201, 201);
		box-shadow: 1px 1px 10px 1px rgb(201, 201, 201);
		border-bottom: 3px solid #00FF00;*/
		top:0px;
		position: absolute;
	}

	#div-header-ciclo21{
		background-color: #fff;
		/*padding:10px;*/		
		-moz-box-shadow: 1px 1px 10px 1px rgb(201, 201, 201);
		-webkit-box-shadow: 1px 1px 10px 1px rgb(201, 201, 201);
		box-shadow: 1px 1px 10px 1px rgb(201, 201, 201);
		border-bottom: 5px solid #fec711;
		color:#000;
		font-family: Oswald,arial,Georgia, serif;
	}

	#div-header-mallorca312{
		background-color: #fff;
	}

	.navbar .nav > li:hover {
	background-color: rgb(60, 60, 60);
	}

	.navbar .nav > li.ultimo {
	  border-right: 1px solid #414141;
	}

	.navbar .nav > li {
	  border-left: 1px solid #414141;
	}

	#div-footer{
		background-color: rgb(0,0,0);
		/*padding:10px;*/
		background: -webkit-linear-gradient(top,rgb(0,0,0) 0,rgb(37, 37, 37) 100%);
		background: -moz-linear-gradient(top,rgb(0,0,0) 0,rgb(37, 37, 37) 100%);
		background: -ms-linear-gradient(top,rgb(0,0,0) 0,rgb(37, 37, 37) 100%);
		background: -o-linear-gradient(top,rgb(0,0,0) 0,rgb(37, 37, 37) 100%);
		background: linear-gradient(top,rgb(0,0,0) 0,rgb(37, 37, 37) 100%);
		/*-moz-box-shadow: 1px 1px 10px 1px rgb(201, 201, 201);
		-webkit-box-shadow: 1px 1px 10px 1px rgb(201, 201, 201);
		box-shadow: 1px 1px 10px 1px rgb(201, 201, 201);*/
		min-height:200px;
		/*border-top: 3px solid #00FF00;*/
	}

	footer {
		text-align: left;
		color:#fff!important;
	}

	footer ul {
		list-style-type:none;
		text-align: left;
	}

	footer li {
		line-height: 32px!important;
	}

	footer address{
		margin:0!important;
	}

	footer a{color:#fff!important}

	.center{
		margin: 0 auto;
	}

	.margin-top-40{
		margin:40px 0;
	}

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

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

	.margin-top-10{
		margin:10px 0;
	}

	.margin-top-5{
		margin:5px 0;
	}		

	.sidebar{
		font-size:12px;
	}

	.div-central, .div-track{
		/*-moz-box-shadow: 0px 0px 2px 0px rgb(201, 201, 201);
		-webkit-box-shadow: 0px 0px 2px 0px rgb(201, 201, 201);
		box-shadow: 0px 0px 2px 0px rgb(201, 201, 201);*/
		background: -webkit-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: -moz-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: -ms-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: -o-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		padding: 10px;
		/*border: 1px solid #8f8;*/
		border: 1px solid rgb(201, 201, 201);
		border-radius: 3px;
	}

	.sidebar-home{
		/*background-color: rgba(235, 235, 235, 0.78)!important;*/
		padding: 20px;
		border: 1px solid rgb(201, 201, 201);
		color:#232323;
		border-radius: 3px;
		/*-moz-box-shadow: 3px 3px 15px 1px rgb(201, 201, 201);
		-webkit-box-shadow: 3px 3px 15px 1px rgb(201, 201, 201);
		box-shadow: 3px 3px 15px 1px rgb(201, 201, 201);*/
		background: -webkit-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: -moz-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: -ms-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: -o-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFebebeb);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFebebeb)";

	}

	.sidebar-home h1, h2, h3, h4{		
		font-weight: normal!important;
	}

	.sidebar{
		background-color: #f9f9f9!important;
		padding: 10px;
		/*border: 1px solid #8f8;*/
		border: 1px solid rgb(201, 201, 201);
		color:#232323;
		border-radius: 3px;
		/*-moz-box-shadow: 0px 0px 2px 0px rgb(201, 201, 201);
		-webkit-box-shadow: 0px 0px 2px 0px rgb(201, 201, 201);
		box-shadow: 0px 0px 2px 0px rgb(201, 201, 201);*/
		background: -webkit-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: -moz-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: -ms-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: -o-linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		background: linear-gradient(top,white 0,rgba(235, 235, 235, 0.78) 100%);
		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFAFAFA);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFAFAFA)";

	}

	.descripcion{
		border-bottom: 1px solid rgb(201, 201, 201);		
		padding-bottom: 30px;     
	}

	.comment, .puerto{
		border-bottom: 1px solid rgb(201, 201, 201);		
		padding:10px;      
	}


	.container-fluid{
		/*min-height:100%;*/
	}

	.height-500{
		min-height:600px!important;
	}


	/*TRACKS*/

	.dato{
	    font-size: 8pt;
	    text-transform: uppercase;
	  }

	.dato-iframe{
		text-transform: uppercase;
		color:#fff;
	}

	.dato-iframe-ciclo21, .dato-iframe-mallorca312{
		text-transform: uppercase;
		color:#000;
	}

   	#download_dialog{
	padding:20px;
	border:1px solid black;
	display:none;
	position:absolute;
	font-size:9px!important;
	background-color:#FFF;
	opacity: 0.97;
	}

	#include_dialog{
	padding:20px;
	border:1px solid black;
	display:none;
	position:absolute;
	font-size:9px!important;
	background-color:#FFF;
	opacity: 0.97;
	}

	#download_dialog label, 
	#download_dialog h5, 
	#download_dialog div,
	#download_dialog form
	{font-size:10px!important;margin:0;}

	.grafica{
		background: -moz-linear-gradient(top,  #414141,  #414141);
		background: -webkit-gradient(linear, left top, left bottom, from( #414141), to( #414141));
		background: -o-gradient(linear, left top, left bottom, from( #414141), to( #414141));
		background: -ms-gradient(linear, left top, left bottom, from( #414141), to( #414141));
		filter:alpha(opacity=50);
		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF414141, endColorstr=#FF414141);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF414141, endColorstr=#FF414141)";
		padding:10px;
		border: 1px solid #000;        
	}

	.grafica-puerto{
		/*background: -moz-linear-gradient(top,  #fff,  #fff);
		background: -webkit-gradient(linear, left top, left bottom, from( #fff), to( #fff));
		background: -o-gradient(linear, left top, left bottom, from( #fff), to( #fff));
		background: -ms-gradient(linear, left top, left bottom, from( #fff), to( #fff));
		background-image: -ms-linear-gradient(top, #fff, #fff);		
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFfff, endColorstr=#FFfff);		
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFfff, endColorstr=#FFfff)";*/

		background-color: #f8f8f8;	
		padding:5px;
		/*border: 1px solid #0f0;*/
		color: #000!important;        
	}

	/* MOVISTAR */

	@font-face {  
	    font-family: "MovistarHeadline";  	    
	    src: url("MovistarHeadline-Regular.ttf") format("truetype"); /*non-IE*/  
	}

	@font-face {  
	    font-family: "MovistarHeadlineBold";  	    
	    src: url("MovistarHeadline-Bold.ttf") format("truetype"); /*non-IE*/  
	}

	@font-face {  
	    font-family: "MovistarHeadlineItalic";  	    
	    src: url("MovistarHeadline-Italic.ttf") format("truetype"); /*non-IE*/  
	}

	@font-face {  
	    font-family: "MovistarText";  	    
	    src: url("MovistarText-Regular.ttf") format("truetype"); /*non-IE*/  
	}

	@font-face {  
	    font-family: "MovistarTextItalic";  	    
	    src: url("MovistarText-Italic.ttf") format("truetype"); /*non-IE*/  
	}

	@font-face {  
	    font-family: "MovistarTextBold";  	    
	    src: url("MovistarText-Bold.ttf") format("truetype"); /*non-IE*/  
	}

	.grafica-movistar{
		background: -moz-linear-gradient(top,  #002647,  #002647);
		background: -webkit-gradient(linear, left top, left bottom, from( #002647), to( #002647));
		background: -o-gradient(linear, left top, left bottom, from( #002647), to( #002647));
		background: -ms-gradient(linear, left top, left bottom, from( #002647), to( #002647));
		background-image: -ms-linear-gradient(top, #002647, #002647);
		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#002647, endColorstr=#002647);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002647, endColorstr=#002647)";	
		padding:5px;
		border: 1px solid #90c740;        
	}

	.movistar{
		font-family: "MovistarText";
	}

	.dato-movistar{
		font-family: "MovistarText";
		/*text-transform: lowercase;*/
	}

	.cursiva-movistar{
		font-family: "MovistarTextItalic";
		/*text-transform: lowercase;*/
	}

	.titulo-movistar{
		font-family: "MovistarHeadlineBold";
		/*text-transform: lowercase;*/
	}

	.ciclo21{border: 1px solid #fec711; }


	/* ITZULIA */

	@font-face {  
	    font-family: "Vasca";  	    
	    src: url("Vasca.ttf") format("truetype"); /*non-IE*/
	}

	@font-face {  
	    font-family: "Vascan";  	    
	    src: url("Vascan.ttf") format("truetype"); /*non-IE*/  
	}

	@font-face {  
	    font-family: "Bilbao";  	    
	    src: url("bilbao.ttf"); /*non-IE*/  
	}

	/* LASTERKETA BURUA */

	@font-face {  
	    font-family: "Eras_Demi_ITC";  	    
	    src: url("Eras_Demi_ITC.ttf") format("truetype"); /*non-IE*/  
	}
	/* TABLAS */

	.headerRow{

		background: -moz-linear-gradient(top, #f9f9f9, rgb(233, 233, 233));
		background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(rgb(233, 233, 233)));
		background: -o-gradient(linear, left top, left bottom, from(#f9f9f9), to(rgb(233, 233, 233)));
		background: -ms-gradient(linear, left top, left bottom, from(#f9f9f9), to(rgb(233, 233, 233)));
		text-align: left!important;
	}

	.hoverTableRow{
		background-color: #f7f7f7;
	}

	.oddTableRow{
		background-color: #f5f5f5;
	}

	.tableRow{
		background-color: #f1f1f1;
	}

	.oddTableRow td, .tableRow td{		
		text-align: left!important;
	}


	.sidebar-home label {
		display: block;
		margin-bottom: 0px!important;
		text-align: right;
		padding-right: 10px;
	}

	#placeholder{
		cursor:crosshair!important;
	}

	.canvas-image{
		background-color: #414141!important;
		fillStyle: #414141!important;
	}

	.sticky_div{
		/*position: -webkit-sticky;
		position: sticky!important;
		top: 20px;
		background-color: #f2f2f2;
		border: 1px solid #e9e9e9;
		z-index: 2000;*/
	}

	@media screen and (max-width: 767px) {
	    h2{
	      font-size: 15px!important;
	      font-weight: bold!important;
	    }
	}



	/* BOOSTRAP 4 - COSAS SUELTAS */

	.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

