.ir-arriba {
	display:none;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	padding-top:2px;
	background:#6DABEF;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.login_inicio {
	background-image: url('../../img/bg_ingresoc.jpg');
	background-repeat: no-repeat;
	background-position: center; /* Center the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}
.bg-blue{
	background-color:#75A9D9!important
}
.centrar-salida{
	margin-top:2px;
}
.circulo_estadisticas{
	width:77px; 
	height:31px; 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto;
	padding-top:0px;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 3px solid #155e8f;
}
.borde-foto{
	border:2px solid #CCC;
	padding:1px;
}
.responsive-foto{
	max-height:150px;
}
.titulo-estadisticas{
	font-weight:bold;
	color:#009;
}
.titulo-subestadisticas{
	color:#009;
}
.subtitulo-estadisticas{
	font-size:14px;
	font-weight:bold;
}
.datos-estadisticas{
	font-size:14px;
}
.alinear-boton{
	margin-top:-87px;
}
.alinear-boton-der-izq{
	text-align:right; 
}
.selector_propio{
	padding-left:2px; 
	padding-right:5px; 
	padding-bottom:2px;
	border:1px solid #ced4da; 
	border-radius: .25rem;
}
a.titulo{color:#009;}
a.titulo1{color:#009;}
a.titulo2{color:#00C;}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/*==============================================
    MEDIA QUERIES     
  =============================================*/

@media (min-width:768px) {
	.ocultar {
		display: none;
	}
}
@media (max-width:768px) {
	.ocultar-menu {
		display: none;
	}
	.alinear-boton{
		margin-top:0px;
	}
	.alinear-boton-der-izq{
	text-align:left; 
}
}
@media (min-width:768px) {
	.ocultar-titulos {
		display: none;
	}
}
@media (min-width:991px) {
	.ocultar-usu {
		display: none;
	}
}
@media (max-width:991px) {
	.ocultar-menu-usu {
		display: none;
	}
}
@media (min-width:991px) {
	.ocultar-titulos-usu {
		display: none;
	}
}
@media (min-width:768px) {
	.ocultar-orden {
		display: none;
	}
}

