/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed');
.container_principal {
	margin-bottom:100px;
	padding-top:20px;
}
input {
  border-radius: 0 !important;
}
input {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.ctablasTemporalesDatos {
	font-size:0.9em;	
}
.ctablasTemporalesDatos table tr td {
	text-align:right;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  /*font-family: Helvetica, sans-serif, Arial;*/
  font-family: 'IBM Plex Sans Condensed', sans-serif, Helvetica, Arial;
  margin:0px;
  outline: none;
  overflow-x: hidden;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height:50px;
  background-color: #f5f5f5;
}

#nav-tabContentMasVistos ul{
	padding:0px;
	margin:0px;
}

.container-nomargin {
	padding: 0px;
}

.bg-inverse a {
	color: #ffffff;
}
.clineaSeleccionada {
	background-color: #FFFD9B;
}
.cnovisible {
	display: none;
}
.bg-light2 {
	background-color:#f4f4f4;
}
#dtodos {
	margin:0px;
	padding:0px;
}
.media {
	border-bottom: 1pt solid #c0c0c0;
	margin-bottom: 10px;
}
.resaltarTexto {
	background-color: #FFF56B;
	color: #000;
}
h6 a {
	color:#000;
	font-weight:bold;
}
h6 a:hover {
	color:#222;
}
.cranking {
	font-size:0.8em;
}
.tab-content {
	margin-top:15px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.btn-wine {
	background-color:#b962c1;
}

/*
Para el ordenador del portafolio
*/
li.clinea {
	position:relative;
}
.cmovedor {
	padding:1px;
	position:absolute;
	background-color:#000;
	cursor:move;
	color:#fff;
	top:0px;
	right:0;
	display:none;
}
.cborder-bottom {
	border-bottom:1pt dotted gray;
}