/*********** PARA TODAS LAS PAGINAS *************/
@font-face {
  font-family: 'Muli';
  src: url('../tipografias/Muli-Regular-webfont.eot');
  src: url('../tipografias/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../tipografias/Muli-Regular-webfont.woff') format('woff'),
       url('../tipografias/Muli-Regular-webfont.ttf') format('truetype'),
       url('../tipografias/Muli-Regular-webfont.svg#Muli') format('svg');
}

@font-face {font-family: "Frutiger 55 Roman";
  src: url("../tipografias/e323f90203f8785beb652ab493d57c1d.eot"); /* IE9*/
  src: url("../tipografias/e323f90203f8785beb652ab493d57c1d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../tipografias/e323f90203f8785beb652ab493d57c1d.woff2") format("woff2"), /* chrome、firefox */
  url("../tipografias/e323f90203f8785beb652ab493d57c1d.woff") format("woff"), /* chrome、firefox */
  url("../tipografias/e323f90203f8785beb652ab493d57c1d.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../tipografias/e323f90203f8785beb652ab493d57c1d.svg#Frutiger 55 Roman") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Frutiger LT 45 Light";
  src: url("../tipografias/d141fcbd9641ce533f79343c85d2a2e2.eot"); /* IE9*/
  src: url("../tipografias/d141fcbd9641ce533f79343c85d2a2e2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../tipografias/d141fcbd9641ce533f79343c85d2a2e2.woff2") format("woff2"), /* chrome、firefox */
  url("../tipografias/d141fcbd9641ce533f79343c85d2a2e2.woff") format("woff"), /* chrome、firefox */
  url("../tipografias/d141fcbd9641ce533f79343c85d2a2e2.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../tipografias/d141fcbd9641ce533f79343c85d2a2e2.svg#Frutiger LT 45 Light") format("svg"); /* iOS 4.1- */
}

body {
	
	/*font: normal 90% 'Muli', sans-serif;
	font: normal 95% 'Raleway', sans-serif;*/
    font: normal 1rem "Frutiger LT 45 Light";
    color: #595959;
	text-align: left;
	margin: 0;
	
    font: normal 1rem "Frutiger LT 45 Light";
    -webkit-font-smoothing: antialiased;
}
table {
	border: 0px;
    border-collapse: separate;
}
img {
	border: 0px;
	vertical-align: middle;
}
hr {
	display: none;
}
ul{
	padding-bottom: 1px;
	margin-left: 0px;
}
li {
	list-style-image: url(../imagenes/lista_enlaces.gif);
}
li a.active {
    /*color: #0f69b4;*/
}
a:link, a:active{
	color: #595959;
	text-decoration: none;
	font-weight: normal;
}
a:visited{
	color: #595959;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	color: #595959;
	text-decoration: underline;
	font-weight: normal;
}
.enlace{
	color: #0f69b4 !important;
}

/*********** VARIOS *************/
.oculto{
	display: none;
}
.salto{
	clear:both;
	height: 10px;
}
.saltoIndex{
	clear:both;
	height: 60px;
}
#arbol li{
	margin-left: 30px;
}

p{
	margin: 15px 0;
}
/*********** CABECERA *************/
.cabecera {
	width: 100%;
	max-width: 1280px;
	position: fixed;
	top: 0;
	z-index: 1;
  background: white;
	padding-bottom: 5px;
	padding: 0 15px 5px 15px;
}
#logo {
	text-align: left;
	margin: 0;	
  min-width: 300px;
	position: relative;
	top: 0;
}

#logo img {
	height: 65px;
	max-width: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#logo .logo-texto{
	float: left;
	margin-top: 21px;
}

#logo .logo-titulo{
  font-family: "Frutiger 55 Roman";
	font-size: 2rem;
	font-weight: bold;
}

#logo .logo-subtitulo{
	font-size: 1rem;
}
#opciones {
	margin-top: 5px;
	margin-right: 10px;
	font: normal 95% 'Raleway', sans-serif;
}
#op {
	text-align: right;
	margin-top: 5px;  
	margin-right: 6px;
}
#op1, #op2, #op3{
	float: right;
	display: block;
}
#op2{
	margin-top: 4px;
	margin-right: 4px;
}
#op2 div{
	margin-bottom: 0px;
}
#buscador {
	text-align: right;
	height: 35px;
	margin-top: 5px;
}
#buscador .block-inner {
	margin-right: 0px;
}
#search-form #edit-keys{
	border: solid 1px #DDDCDC;
	height: 27px;
	margin: 0px;
	padding: 0px;
	/*font: normal 17px 'Yanone Kaffeesatz',Helvetica,Arial,Verdana,Georgia,sans-serif;
	font: normal 90% 'Muli', sans-serif;*/
	font: normal 95% 'Raleway', sans-serif;
    color: #595959;
}
#buscador #edit-search-block-form--2 {
    border: none;
    height: 34px;
    margin: 0px;
    padding-left: 5px;
    width: 188px;
    width: 213px;
    font: bold 95% 'Raleway', sans-serif;
    color: #0099dd;
    vertical-align: top;
    -webkit-appearance: none;
    border-radius: 0;
    border-bottom: solid 1px #0099dd;
}
#buscador #edit-search-block-form--2:focus {
    border: none;
    color: white;
    background-color: #0099dd;
}
.container-inline .form-actions, .container-inline.form-actions {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}
.container-inline div, .container-inline label{
    vertical-align: top;
}
#search-form #edit-submit , #buscador #edit-submit , #buscador #edit-submit--2, #buscador #edit-submit--3, #buscador #edit-submit--4 {
	background: url(../imagenes/lupa3.png) no-repeat;
	background-size: contain;
	width: 33px;
	height: 27px;
	border: none;
	content: none;
	text-indent: -9000px;
	cursor: pointer;
}
#buscador #edit-submit, #buscador #edit-submit--4  {
	background: url(../imagenes/lupa3.png) no-repeat;
	background-size: contain;
	width: 46px;
	height: 42px;
	border: none;
	content: none;
	text-indent: -9000px;
	cursor: pointer;
}
#buscador #edit-submit:hover, #buscador #edit-submit--4:hover  {
	opacity: .6;
}
#edit-submitted-adjuntar-curriculum-upload-button, #edit-submitted-adjuntar-curriculum-upload{
	font: normal 95% 'Raleway', sans-serif;
}

.soc_twitter{
	color: #129ceb;
}
.soc_rss{
	color: #ff850e;
}
.soc_in{
	color: #2975ab;
}
.soc_plus{
	color: #fd281e;
}
.soc_tube{
	color: #da0000;
}
.soc_gris{
	color: #da0000;
}
/*********** MIGAS DE PAN *************/
#migas {
	width: 100%;
}
#migas2 {
	margin: 0 20px 0 20px;
}
#migas_item {
	height: 20px;
	float:left;
}
#migas_item a {
	color: #595959;
}
.migas_mensaje{
	color: #0f69b4;
	float: left;
	margin-right: 0px;
}


/*********** SEPARADOR *************/
.separador {
	width: 100%;
}
.separador2 {
	margin: 5px 10px 10px 10px;
	height: 1px;
	/*background: url(../imagenes/separador.gif) repeat-x;*/
		border-bottom: 1px solid #dddcdc;
}
.separador3 {
	height: 1px;
	/*background: url(../imagenes/separador.gif) repeat-x;*/
		border-bottom: 1px solid #dddcdc;
}

/*********** MENU ************
#menu {
	width: 100%;
	height: 41px;
	background: #F2F2F2;
}
#menu2 {
	margin: 0 20px 0 20px;
	margin: auto;
	height: 41px;
	background: #E6E6E6;
	text-align: center;
}
.menu_item {
	height: 20px;
	padding-top: 12px;
	text-transform: uppercase;
}
.menu_item a {
	color: #595959;
}

.block-menu ul{
	padding: 0;
}
*/

/*********** PIE *************/
#pie{
	width: 100%;
		background: #e6e6e6;
}
#pie2{
	padding: 20px 0;
	text-align: center;
}
#pie a:link, #pie a:visited{
	color: #4b4b4b;
}
#pie a:hover{
	color: #4b4b4b;
}

#logopie {
	height: 90px;
}

#logopie img {
	height: 80px;
	max-width: none;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#logopie .logo-texto{
	float: left;
	margin-top: 20px;
}

#logopie .logo-titulo{
    font-family: "Frutiger 55 Roman";
	font-size: 2.2rem;
	font-weight: bold;
}

#logopie .logo-subtitulo{
	font-size: 1rem;
}

.logo-redes-sociales {
	width: 32px;
	height: 32px;
}

.pie-texto-info {
	text-align: left;
	margin-left : 2%;
	font-size:small;
}

.pie-iz{
	text-align: left;
}

.pie-de{
	text-align: right;
}

.pie-de a:hover{
	opacity: .6;
}

.color{
	color: #0f69b4 !important;
}

.color2{
	color: #e52b38 !important;
}

#pie li{
	text-align: left;
	border-bottom: 1px solid #bfbfbf;
	list-style: none;
	list-style-image: none;
	padding: 4px 0;
}

#pie .titulo{
	text-align: left;
  padding: 10px 10px 5px 40px;
  font-size: 20px;
}

.noborder{
	border: none !important;
}

@media only screen and (min-width: 1025px) {
	#pie2 {
		max-width: 1260px;
		width: 100%;
		margin: auto;
	}
}
@media only screen and (max-width: 1023px) {
	.espaciopie{
		display: none;
	}
}

/*********** LATERAL *************/
#lateral {
	float: left;
	width: 180px;
}
#lateral2 {
	margin: 0 auto;
	margin: 20px;
}
#lateral ul {
	padding-left: 0px;
}
#lateral li {
	padding-left: 0px;
	margin-top: 8px;
	list-style-image: url(../imagenes/lista_enlaces_lateral.gif);	
}
.seleccionado{
	color: white;
	/*background: #0f69b4 url(../imagenes/seleccionado.gif) no-repeat top right;*/
	background: #0f69b4;
	padding: 3px 6px 3px 6px;
}

/*********** CONTENIDO *************/
#content1 {
	margin: 0 auto;
	background: #efefef;
}
#content2 {
	margin: 0 auto;
	/*max-width: 950px;*/
	max-width: 1280px;
	background: white;
}
#contenido{
	margin: 0 20px 0 180px;
	min-height: 300px;
}

/*********** ENCABEZADOS *************/
h1 {
	/*font-size: 50px;
	font-family: 'Wire One',Arial,Verdana,Georgia,sans-serif;*/
	font-weight: normal;
	/*font: normal 150% 'Muli', sans-serif;
	font: 150% 'Raleway', sans-serif;*/
    font: normal 1.8rem "Frutiger 55 Roman";
	font-weight: 300;
	margin: 0 0 25px 0;
	margin: 5px 0 20px 0;
	line-height: 1.1;
	color: #0f69b4;
	text-align: left;
}
h2 {
	/*color: #0f69b4;
	font: 110% 'Raleway', sans-serif;*/
    font: normal 1.2rem "Frutiger 55 Roman";
	font-weight: 300;
	padding-top: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}
h2 a, h2 a:active, h2 a:hover, h2 a:focus, h2 a:visited{
	color: #0f69b4 !important;
}
h3 {
	color: #0f69b4;
	font-size: 17px;
	font-weight: normal;
}
h4 {
	font-size: 1em;
}
legend {
	font-weight: bold;
	color: #0f69b4;
}
fieldset {
	margin: 10px 0 10px 0;
	border: #E0E0E0 solid 1px;
}

/*********** REFERENCIAS *************/

#tipo-referencia .field-name-field-imagen-referencia{
	float: left;
	width: 300px
}
#tipo-referencia .field-name-field-fecha-referencia{
	margin-left: 310px;
	margin-bottom: 20px;
}
#tipo-referencia .field-name-field-tecnologias-referencia{
	margin-left: 310px;
	margin-bottom: 20px;
}
#tipo-referencia .field-name-field-descripcion-referencia{
	margin-left: 310px;
}
#tipo-referencia .clearfix:after{
	clear: none;
}

/*********** PRODUCTOS *************/

#tipo-producto .field-name-field-imagen-producto{
	text-align: center;
}

/*********** CLIENTES *************/

#tipo-cliente .field-item{
	float: left;
	width: 120px;
	height: 120px;
	margin: 10px;
	padding: 5px;
	/*border: 1px dotted #A6A6A6;*/
	border: 1px solid #DFDFDF;
	text-align: center;
}

/*.article-type-cliente{
	height: 458px;
	overflow: auto;
}*/

/*********** PORTADA *************/

.valores {
	width: 33.3%;
	float: left;
}
.titulo_valor {
	font-family: 'Wire One',Arial,Verdana,Georgia,sans-serif;
	color: #7C7C7C;
	margin: 30px 0 0 0;
	font-size: 60px;
	text-align: left;
	font-weight: normal;
	line-height: 1.1;
}
.texto_valor {
	/*font-style: italic;*/
	margin: 8px;
}

/*********** INFORMES *************/

.file a{
	line-height: 19px;
	color: #e52b38 !important;
}

/*********** NOTICIAS *************/

.leer_mas{
	text-align: right;
}
.leer_mas a{
	color: #0f69b4;
}
.username{
	display: none;
}
.preview-fila-noticias{
	/*background: url(../imagenes/separador.gif) repeat-x left bottom;*/
		border-bottom: 1px solid #dddcdc;
	padding-bottom: 10px !important;
	margin-bottom: 30px !important;
	list-style: none;
}
.preview-imagen-noticias{
	margin-bottom: 15px;
}
.preview-texto-noticias{

}
.preview-fecha-noticias{
	margin-bottom: 15px;
	color: #C9C9C9;
}
#tipo-noticia  .field-name-field-image{
	margin-bottom: 15px;
	text-align: center;
}
#tipo-noticia  img{
	/*padding: 7px;*/
	/*border: 1px solid #DFDFDF;*/
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

/*********** NOTICIAS 2 *************/

.views-field-field-image{
	margin-bottom: 15px;
	width: 120px;
	float: left;
	/*border: 1px solid #DFDFDF;*/
	padding: 7px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.views-field-body{
	margin-left: 144px;
}

/*********** MEDIOS DE PRENSA *************/

.views-field-field-fecha-medio{
	width: 66px;
}
.views-field-field-medio{
	width: 86px;
}
.views-field-field-adjunto-medio{
	text-align: right;
	width: 175px;
}

/*********** CURRICULUM *************/

.field-name-field-legalwebform{
	font-size: 14px;
	color: #BEBEBE;
}

/*********** MAPA DEL SITIO *************/

#site-map h2{
	display: none;
}
#site-map .content{
	margin-left: 0px;
}
#site-map ul{
	margin-left: 00px;
}
#site-map ul ul{
	margin-left: 0px;
}
#site-map li{
	margin-left: 50px;
}

#edit-submit, submit{
	/*font-family: 'Yanone Kaffeesatz',Helvetica,Arial,Verdana,Georgia,sans-serif
	font: normal 90% 'Muli', sans-serif;
	font: normal 95% 'Raleway', sans-serif;*/
    font: normal 1rem "Frutiger LT 45 Light";
	background: #0f69b4;
	color: white;
	font-size: 22px;
	font-weight: normal;
	border: none;
	cursor: pointer;
}

#volver a{
	color: #0f69b4;
}

h2 img{
	border: none !important;
}

#menu-bar{
	/*font: normal 17px 'Yanone Kaffeesatz',Helvetica,Arial,Verdana,Georgia,sans-serif;
	font: normal 95% 'Raleway', sans-serif;	*/
    font: normal 1rem "Frutiger LT 45 Light";
}

/********************* PORTADA BANNERS **********************/

.banners_portada{
	text-align: center;
}

.banners_portada li, .alertas_portada li{
	list-style-type: none;
	list-style-image: none;
}

.banners_portada img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.banners_portada .flex-control-nav{
	display: none;
}

/********************* PORTADA TWITTER **********************/

.lat_iz_portada{
	margin-left: 14px;
}

.lat_iz_portada p{
	margin: 0px;
}


.lat_iz_portada h2, .lat_ce_portada h2, .lat_de_portada h2{
	margin-bottom: 16px;
    margin-left: 10px;
}

.region-lat-iz-portada #twitter-widget-0 {
    height: 500px !important;
    width: 100% !important;
}

/********************* PORTADA NOTICIAS DESTACADAS **********************/

.img_noticias_destacadas{
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 250px;
}

.img_noticias_destacadas img{
	width: 100%;
}

.fecha_noticias_destacadas{
	/*font: normal 17px 'Yanone Kaffeesatz',Helvetica,Arial,Verdana,Georgia,sans-serif;
	font: normal 101% 'Muli', sans-serif;
	font: normal 95% 'Raleway', sans-serif;*/
    font: normal 1rem "Frutiger LT 45 Light";
	padding: 15px 0px 0px 0px;
	color: #e52b38;
}

.titulo_noticias_destacadas{
	margin-bottom: 8px;
	padding: 5px 0px 0px 0px;
	/*font: normal 120% 'Raleway', sans-serif;*/
    font: normal 1.2rem "Frutiger 55 Roman";
	font-weight: 400;
}

.titulo_noticias_destacadas a{
	color: #0f69b4;
	font-weight: 400;
}

.flexsiler h2{
	font-size: 1.2rem !important;
}

/********************* PORTADA OTRAS NOTICIAS **********************/

.view-noticias2 li{
	margin-bottom: 14px !important;
}

.img_otras_noticias{
	width: 80px;
	float: left;
}

.fecha_otras_noticias{
	/*font: normal 17px 'Yanone Kaffeesatz',Helvetica,Arial,Verdana,Georgia,sans-serif;
	font: normal 101% 'Muli', sans-serif;
	font: normal 95% 'Raleway', sans-serif;*/
  font: normal 1rem "Frutiger LT 45 Light";
}

.titulo_otras_noticias{
	margin-bottom: 0px;
	line-height: 19px;
}

.enlace_otras_noticias{
	line-height: 19px;
	color: #e52b38 !important;
}

.enlace_otras_noticias a{
	line-height: 19px;
	color: #e52b38 !important;
}

.titulo_otras_noticias a{
  font: normal 1rem "Frutiger LT 45 Light";
	line-height: 19px;
	color: #337ab7;
}
.lat_de_portada ul, .lat_de_portada li{
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.lat_de_portada li{
	list-style-type: none;
	list-style-image: none;
}

/*************** MENU PRINCIPAL *****************/

#block-nice-menus-1{
	margin-bottom: 0px !important;
}
	
.cbp-tm-menu > li {
	border-top: 0 none;
  padding: 0;
  text-align: center;
}

.flag_es{
	width: 23px;
	margin-top: 3px;
	margin-left: 20px;
	margin-right: 2px;
}
.flag_en{
	width: 23px;
	margin-top: 3px;
}
.soc_twitter{
	color: #129ceb;
}
.soc_rss{
	color: #ff850e;
}
.soc_in{
	color: #2975ab;
}
.soc_plus{
	color: #fd281e;
}
.soc_tube{
	color: #da0000;
}
.soc_gris{
	color: #da0000;
}

#boton_menu{
	cursor: pointer;
	color: #0f69b4;
}
#menu-bar {
    margin-left: 0px;
}

.menu-cerrado { 
	overflow: visible !important;
}

.menu-abierto { 
	overflow: visible !important;
}

/************ FORM PORTADA **************/

.portada_form{
	margin-bottom: 15px;
	background-color: #efefef;
	border-radius: 8px;
	padding: 5px 20px;
}

.portada_form a{
	color: white;
	background-color: #0f69b4;
}

.portada_form a:visited{
	color: white;
	background-color: #0f69b4;
}

.portada_form a:hover{
	color: white;
	background-color: #0f69b4;
}

.portada_form a:active{
	color: white;
	background-color: #0f69b4;
}

.portada_form a:target{
	color: white;
	background-color: #0f69b4;
}

.portada_form a:focus{
	color: white;
	background-color: #0f69b4;
}

.pager{
	display: none;
}

#tablaportada td{
	padding: 6px;
}

.portada_datos{
	margin: 0;
	padding: 0 10px;
}

/* Media Queries */

@media screen and (max-width: 55.6875em) {
	.cbp-tm-menu {
		/*font-size: 80%;*/
	}
}


@media (max-width: 1104px) {

	#logo img {
		height: 61px;
	}

	#logo .logo-titulo{
		font-size: 1.8rem;
	}

	#logo .logo-subtitulo{
		font-size: 0.8rem;
	}
	
	.cbp-tm-menu > li > a {
		font-size: calc(0.3vw + 0.7em);
	}

}

@media (max-width: 768px) {

	#logo img {
		margin-left: 0;
	}
	#logo {
		text-align: left;
		clear: both;
		width: 308px;
		margin-left: auto;
		margin-right: auto;
	}

	#logo .logo-texto{
		float: left;
		margin-top: 25px;
	}

	#logo .logo-titulo{
		font-family: "Frutiger 55 Roman";
		font-size: 1.8rem;
		font-weight: bold;
	}

	.logo-subtitulo{
		font-size: 1rem;
	}
	
	.lat_iz_portada{
		display: none;
	}
	
	/*.container {
		padding-top: 160px;
	}*/

	/*********** NOTICIAS 2 *************/

	.views-field-field-image{
		display: none;
	}
	.views-field-body{
		display: none;
	}
	.views-field-view-node{
		display: none;
	}	
	.preview-fila-noticias{
		margin-left: 0 !important;
	}

	/*********** REFERENCIAS *************/

	#tipo-referencia .field-name-field-imagen-referencia{
		float: none;
	}
	#tipo-referencia .field-name-field-fecha-referencia{
		margin-left: 0;
		margin-bottom: 20px;
	}
	#tipo-referencia .field-name-field-tecnologias-referencia{
		margin-left: 0;
		margin-bottom: 20px;
	}
	#tipo-referencia .field-name-field-descripcion-referencia{
		margin-left: 0;
	}
	#tipo-referencia .clearfix:after{
		clear: none;
	}

	/*********** CLIENTES *************/

	#tipo-cliente .field-item{
		float: left;
		width: 120px;
		height: 120px;
		margin: 10px;
		padding: 5px;
		/*border: 1px dotted #A6A6A6;*/
		border: 1px solid #DFDFDF;
		text-align: center;
	}

	.portada_form{
		margin-top: 64px;
	}
}

@media (max-width: 768px) {
	
	#content{
		margin: 0px;
	}
	#opciones {
		margin: 5px 0 25px 0;
	}
	h2 {
		font-weight: 500;
	}
}
/*************************************************************************************************************************************/



/* Popup container - can be anything you want */
.popup {
		visibility: hidden;
    position: fixed;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 4;
    top: 0;
    width: 100vw;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    height: 100vh;
    margin: 0;
    padding: 0;
    left: 0;
}

/* Toggle this class - hide and show the popup */
.popup.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* ------------------------------------------ */
/* --------- estilo selectores -------------- */
/* ------------------------------------------ */

.selector::selection {
  background: #337ab7; /* WebKit/Blink Browsers */
}
.selector::-moz-selection {
  background: #337ab7; /* Gecko Browsers */
}

.z-index-zero{
	z-index: 0!important;
}


.btn{
	color: white !important;
    background-color: #0f69b4;
}

.btn:hover{
	color: white;
	opacity: 0.7;
}

.btn-icn{
    color: #0f69b4 !important;
	background-color: transparent;
}

.btn-icn:hover{
	opacity: 0.7;
}

th{
	background-color: #aad2f3;
}








