
/* color para seleccion */
::selection {
	background: rgba(13,99,143,0.3);
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: rgba(13,99,143,0.3);
	color: #fff;
	text-shadow: none;
}

.combosearch_title {
	color: #fff;
	background: #0d638f;
}


/* color de fondo y texto para titulos de secciones */
.PlayerPopupWindowHeader,
.tablePageTitle h2 {
	color: #fff;
	background: #0d638f;
	background: rgba(13,99,143,0.3);
	border-color: rgba(13,99,143,0.5) !important;
}

/* destacado de tab seleccionado, degradado */
.tab:hover,
.TabManagerUl > li:hover {
	background: #e4f5fc; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f5fc), color-stop(50%,#bfe8f9), color-stop(51%,#9fd8ef), color-stop(100%,#2ab0ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* IE10+ */
	background: linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 ); /* IE6-9 */
}

.tab_select,
.TabManagerActiveTab {
	background: rgb(224,243,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,243,250,1)), color-stop(50%,rgba(216,240,252,1)), color-stop(51%,rgba(184,226,246,1)), color-stop(100%,rgba(182,223,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* IE6-9 */
}

/* titulos de secciones en HOME */
.txt_home_title {
	color:white;
	border-color:#83afc5;
	background: #7db1c7; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db1c7 0%, #4a94b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db1c7), color-stop(100%,#4a94b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7db1c7 0%,#4a94b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7db1c7 0%,#4a94b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7db1c7 0%,#4a94b6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7db1c7 0%,#4a94b6 100%); /* W3C */
}

/* color de fondo y texto para celdas del menu home, estado HOVER*/
#welcomeContent > table tr > td:hover:nth-child(n+2) {
	background-color: #ECEFFF;
	color: #069;
}

/* color de fondo y texto para filtros de secciones */
.tcmcanalinfohead,
.tserrors_graphdatebar,
.Ts_Program_Info_filatitulo,
.tabledataHead {
	background: #134b69;
	color: #FFFFFF;
}

/* botones INPUT */
.ModalAlert-button-but,
#overlay-content .ModalAlert .ModalAlert-bottom-but,
#shZoom,
#zoomIn,
#zoomOut,
#spectrumGraphZoomIn,
#spectrumGraphZoomOut,
#delayGraphZoomIn,
#delayGraphZoomOut,
.btn_verde {
	color:#f0f0f0;
	border-color:#267ed4 !important;

	background: #5fa2c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #5fa2c6 1%, #258dc8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5fa2c6), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5fa2c6 1%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5fa2c6 1%,#258dc8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5fa2c6 1%,#258dc8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5fa2c6 1%,#258dc8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa2c6', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
}

.btn_rojo {
	color:#f0f0f0;
	border-color:#205ea0 !important;

	background: #205ea0; /* Old browsers */
	background: -moz-linear-gradient(top,  #205ea0 0%, #1d5893 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#205ea0), color-stop(100%,#1d5893)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #205ea0 0%,#1d5893 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #205ea0 0%,#1d5893 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #205ea0 0%,#1d5893 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #205ea0 0%,#1d5893 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205ea0', endColorstr='#1d5893',GradientType=0 ); /* IE6-9 */
}

/* color para formularios de busqueda */
.buscador_filtro {
	background:#134b69 !important;
}

.fingeralternativo > * {
	color:DodgerBlue;
}

