@charset "utf-8";
.cursordefault{
	cursor: default;
}
.cursorclick {
	cursor: pointer;
}
.cabecera li {
	font-family: 'Montserrat Bold', 'Montserrat Regular', 'Montserrat';
	display: inline-block;
	font-size: 24px;
	padding: 10px 20px 10px 20px;
	border-right: solid #666666 1px;
	color: rgba(185,185,185,1.00);
}
.cabecera li:hover {
	color: white;
	cursor: pointer;
}
.linea {
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	padding: 10px;
	margin: 10px;
	background-size: 100% auto;
}

.linea img{
	height: 250px;
  width: 250px;
}

@keyframes intermitente {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}
/*
.linea img:hover{
  animation: intermitente 1s step-end infinite;
}
*/
.linea p{
	font-family: 'Montserrat Bold', 'Montserrat Regular', 'Montserrat';
	font-size: 12px;
	vertical-align: bottom;
	margin-top: 5px;
	margin-bottom: 15px;
	width : 250px;
}

.linea:hover {
   	cursor: pointer;
	background-color:black;
	text-decoration: underline;
}

.centrado th{
	vertical-align: middle;
	text-align: center;
}

.dark-theme {
    color: white;
    background: black;
}

.dark-header {
	width: 200px;
	padding-bottom: 50px;
}
.black-theme{
	color:white;
}
.borderless td{ border: none !important; border-top: none !important}
.borderless th{ border: none; } 

.borde_completo{
	border-top: thin solid #000000 !important;	
	border-bottom: thin solid #000000 !important;	
	border-left: thin solid #000000 !important;	
	border-right: thin solid #000000 !important;	
}
.margen_15{
	padding-top: 30px;
}
.borde_bajo{
	border-bottom: thin solid #000000 !important;
}
.borde_bajo_no{
	border-bottom: none !important;
}

.input_blanco{
	font-family: 'Montserrat';
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 2px inset #000000;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.inicio_input{
	background-color: #000000;
	font-family: 'Montserrat';
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 2px inset #FFFFFF;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	margin-bottom: 15px;
}
.botones_negros {
  font-family:'Montserrat Bold', 'Montserrat Regular', 'Montserrat';
  font-style:normal;
  font-size:12px;
  height: 30px;
  background-color:#000000; 
  color:#FFFFFF;
}
.botones_negros:hover {
  font-family:'Montserrat Bold', 'Montserrat Regular', 'Montserrat';
  font-style:normal;
  font-size:12px;
  height: 30px;
  background-color:#FFFFFF; 
  color:#000000;
  line-height:7px;
}

.botones_blancos {
  font-family:'Montserrat Bold', 'Montserrat Regular', 'Montserrat';
  font-style:normal;
  font-size:12px;
  height: 30px;
  background-color:#FFFFFF; 
  color:#000000;
  line-height:7px;
}

.botones_blancos:hover {
  font-family:'Montserrat Bold', 'Montserrat Regular', 'Montserrat';
  font-style:normal;
  font-size:12px;
  height: 30px;
  background-color:#000000; 
  color:#FFFFFF;
}
.informacion_entrada{
	font-family: 'Montserrat Bold', 'Montserrat Regular', 'Montserrat';
	margin-top: 10px;	
	text-align: center;
	font-style: oblique;
}
.trans-layer {
  position: fixed;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  background: rgba(0,0,0,.5);
  z-index: 1000;
}

.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position:absolute;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#808080;
  opacity: 0.8;
}

.ng-modal-dialog {
  display: table;
  background-color: black;
  box-shadow: 10px 10px #595554;
  border-radius: 4px;
  z-index:10000;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ng-modal-dialog-content {
  display: table-cell;
  font-family:'Montserrat Bold', 'Montserrat Regular', 'Montserrat';
  font-style:normal;
  font-size:12px;
  text-align: center;
  vertical-align: middle;
  color: white;
}

.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

input:not([type=file]):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
select,
.table-responsive,
.table-responsive table,
.table-responsive thead,
.table-responsive tbody,
.table-responsive tr,
.table-responsive th,
.table-responsive td {
	background-color: #000000;
	color: #ffffff;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
