.TamCon {
    position: absolute;   
    height: 100%;
    overflow: hidden;
}
.DejarDeSeguir{
    display: inline-block;
    position: absolute;
    right: 5PX;
    font-size: 14px;
    color: var(--Icono_Activo);
    font-weight: bold;
    cursor: pointer;
}
.Inicio {
 
}
.ol-zoom {
     margin-top: 50px;
  }
.Inicio_V_S_R{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: rgba(0,0,0,0.6);
    text-align: center;
}
.Inicio_V_S_R_C{
	width: 40%;
    min-width: 600px;
    height: auto;
    display: inline-block;
    margin-top: 131px;
    border:	2px solid var(--Icono_Activo);
    background: rgba(0,0,0,1);
}
.a_Sin_Reportar{
		width: 45%;
		display: inline-block;
		font-size: 18px;
}
.Detalle_Posicion_M{
	margin-top: 180px;
    height: 60%;
    width: 80%;
    max-width: 800px;
    background: black;
    display: inline-block;
    border: solid 2px var(--Icono_Activo);
}
.Icono_Pos{
	width: 50px;
	height: 50px;
}
.divicon_Pos{
	height: auto;/*184px;*/
	margin-top: 10px;/*60px;*/
}
.Mapa{
	display: none;
}
.Historial{
	display: none;
}
.Alertas{
	display: none;
}
.Zonas{
	display: none;
}
.Rutas{
	display: none;
}
.Vehiculos{
	display: none;
}
.Ajustes{
	display: none;
}
.Contacto{
	display: none;
}

.Titulo_DIV{
    text-align: center;
    font-size: 32px;
    background: var(--Background_Color);
    line-height: 57px;
    height: 55px;
}
.a_Titulo{
	display: var(--Display);
    width: 109px;
    font-size: 20px;
}

.Inicio_Div_Posiciones{
	width: calc(100% + 18px);
  	height:calc(100% - 110PX);
    background-image: url(../../images/logobacko.png);/*url(../../images/background-image.jpg);*/
    background-size: inherit;
    overflow-y: scroll;
    text-align: center;    vertical-align: middle;font-size: 14px;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;

}
.Div_Ultima_Posicion{
   	width: calc(100% - 18px);
    margin-top: 2px;
    color: black;
    vertical-align: middle;
    line-height: 23px;
    font-size: 0px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.Vehiculo_Ultima_Posicion{
    width: 100%;
    margin-top: 4px;  
    color: black;
    vertical-align: middle;
    background: rgba(195,195,195,0.8);
    min-height: 48px;
    font-weight: bold;
}
.a_Posiciones{
	font-size: 14px;
	color: black;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.a_Vacio{
	display: inline-block;
	width: 0px;
	height: 48px;
}
.a_Nombre{	
	width: 12%;	
}
.a_Patente{
    width: 8%;
}
.a_Vehiculo{
	width: 12%;
}
.a_Evento{
	width: 12%;
}
.a_Ubicacion{
	width: 34%;
}
.a_Velocidad{
	width: 5%;
}
.a_Hora{
	width: 6%;
}
.a_Fecha{
	width: 6%;
}
.a_Nombre_Mobile{
	display: none;
	color: black;	
	text-align: center;	
	font-weight: bold;
}
.a_Evento_Mobile{
display: none;
	color: black;	
	text-align: center;	
}
.a_Velocidad_Mobile{
	display: none;
	color: black;	
	text-align: center;	
}
.a_Ubicacion_Mobile{
	display: none;
	color: black;	
	text-align: center;	
	white-space: nowrap;
	width: fit-content;

/*animation: examplea 20s infinite linear;*/
}
@keyframes examplea {
  from {margin-left: 50%;}
  to {margin-left:  -50%;}
}

.MSJ_Nuevo{
    animation-duration: 0.8s;
    animation-name: Mensaje_Nuevo;
    background-color: var(--Icono_Activo);  
}
.MSJ_Nuevob{
    animation-duration: 0.5s;
    animation-name: Mensaje_Nuevob;
}
.MSJ_Resaltar{
    animation-duration: 0.5s;
    animation-name: Mensaje_Resaltar;
    background-color: rgba(18, 211, 61,0.4);   
}
@keyframes Mensaje_Nuevo {
  from {
 	background-color: #888;
  }
  to {
	background-color: var(--Icono_Activo);    
  }
}


.Inicio_Detalle{
	background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 1;
    text-align: center;
    font-size: 0px;
}
.Inicio_Detalle_Container{
    height: 50%;
    margin-top: 200px;
    width: 80%;    
    overflow: hidden;
    max-width: 800px;
    display: inline-block;
    text-align: left;
}
.Inicio_Detalle_Map{
    display: inline-block;
    height: calc(100% - 115px);
    width: 100%;
    max-width: 800px;     
    background: var(--Icono_Activo);
    margin-top: 2px;
    margin-bottom: -12px;
}
.Inicio_Detalle_Datos{
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: top;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 242px;
}
.Inicio_Detalle_Calle{
	width: 80%;   
    text-align: center;
   	z-index: 1;
   	height: auto;
    display: inline-block;
    margin-top: -11px;  
    max-width: 800px;
}
.a_Detalle{
	display: inline-block;width: 100%;	
}
.aclose_Pos{
	display: inline-block;   
    position: relative;
    right: 0px;
    font-size: 18px;
    cursor: pointer;
    z-index: 3;   
    margin-left: 2px;
    border-radius: 7px 0px 0px 0px;   
    font-weight: bold;
    text-align: right;
    color: var(--Icono_Activo);
}

.Subtitulo_ES{
		display: none;
	}
.Inicio_Detalle_Calle_I{
	width: 100%;display: inline-block;
}
@media screen and (min-width: 1880px){
	.aclose_Pos{
		margin-top: -86px;
	}
	.TamCon {
		left: 375px;
	    width: calc(100% - 375px);
	}
	.Titulo_DIV{	   
	    font-size: 32px;    
	}
	.Subtitulo_DIV{
		display: block;
	}


}
@media screen and (min-width: 961px) and (max-width: 1880px) {

	.TamCon {
		left: 300px;
	    width: calc(100% - 300px);
	}
	.Titulo_DIV{	   
	    font-size: 32px;    
	}
	.Subtitulo_DIV{
		display: block;
	}


}



@media screen and (min-width: 961px) and (max-width: 1620px) {

	.TamCon {   
	   left: 300px;
	    width: calc(100% - 300px);
	}
	.Titulo_DIV{	   
	    font-size: 32px;    
	}
	.Subtitulo_DIV{
		display: block;
	}


}

@media screen and (min-width: 1320px) and (max-width: 1620px) {

	@keyframes alerta {
  from {width: 0%;}
  to {width: 100%;}
}
	.alerta{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-right: 5px;
	border: 3px solid black;
	border-radius: 6px;
	border-style: double;
	background: radial-gradient(rgb(255,0,0), rgb(74,0,0));
	overflow: hidden;
	animation-duration: 0.5s;
    animation-name: alerta;
}
.notiAlert{
	    width: calc(100% - 300px);
    height: 42px;
    position: absolute;
    bottom: 0px;
    text-align: right;
    z-index: 2;
    right: 0px;
    overflow: hidden;
}
}
@media screen and (min-width: 1620px) {
	@keyframes alerta {
  from {width: 0%;}
  to {width: 100%;}
}
	.alerta{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-right: 5px;
	border: 3px solid black;
	border-radius: 6px;
	border-style: double;
	background: radial-gradient(rgb(255,0,0), rgb(74,0,0));
	overflow: hidden;
	animation-duration: 0.5s;
    animation-name: alerta;
}
.notiAlert{
	    width: calc(100% - 375px);
    height: 42px;
    position: absolute;
    bottom: 0px;
    text-align: right;
    z-index: 2;
    right: 0px;
    overflow: hidden;
}


}
@media screen and (min-width: 961px) and (max-width: 1320px) {

	.TamCon {	 
		left: 20%;
	    width: 80%;	  
	}
	.Titulo_DIV{	   
	    font-size: 32px;    
	}
	.Subtitulo_DIV{
		display: block;
	}
	@keyframes alerta {
  from {width: 0%;}
  to {width: 100%;}
}
	.alerta{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-right: 5px;
	border: 3px solid black;
	border-radius: 6px;
	border-style: double;
	background: radial-gradient(rgb(255,0,0), rgb(74,0,0));
	overflow: hidden;
	animation-duration: 0.5s;
    animation-name: alerta;
}
.notiAlert{
	    width: 80%;
    height: 42px;
    position: absolute;
    bottom: 0px;
    text-align: right;
    z-index: 2;
    right: 0px;
    overflow: hidden;
}

}

@media screen and (max-width: 960px) {
	.a_Vacio{
	display: none;
	}
	.Div_Ultima_Posicion{
		height: 98%;
	}
	.Inicio_V_S_R_C{
	min-width: unset;
    width: 100%;
    margin-top: 60px;
	}
	.Detalle_Posicion_M{
		margin-top: 0px;
    width: 100%;
    max-width: 960px;
    height: 100%;
	}
	.Inicio_Div_Posiciones{
	height:calc(100% - 40PX);
    }

	.TamCon {   
	    width: 100%;	
	}
	.Titulo_DIV{	   
	    font-size: 22px;  
	    text-align: center;
	}
	.Subtitulo_DIV{
		display: none;
	}

.a_Nombre{
	display: none;
}
.a_Patente{
    display: none;
}
.a_Vehiculo{
	display: none
}
.a_Evento{
	display: none;
}
.a_Ubicacion{
	display: none;
}
.a_Velocidad{	
	display: none;
}
.a_Hora{	
	display: none;
}
.a_Fecha{
	display: none;
}
.a_Nombre_Mobile{
	display: block;
}
.a_Evento_Mobile{
	display: block;
}
.a_Velocidad_Mobile{

	display: block;	
}
.a_Ubicacion_Mobile{
	display: inline-block;		
}
.divicon_Pos{
	height: auto;
	margin-top: 20px;
}

.Inicio_Detalle_Container{
    height: 100%;
    margin-top: 0px;
   width: 100%;
   max-width: 1000px;
}
.Inicio_Detalle_Calle_I{
	width: 100%;max-width: 1000px;margin-top: 0;
}

.alerta{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-right: 5px;
	border: 3px solid black;
	border-radius: 6px;
	border-style: double;
	background: radial-gradient(rgb(255,0,0), rgb(74,0,0));
	overflow: hidden;   
    overflow-y: hidden;
}

.notiAlert{
	width: 100%;height: auto;position: absolute;bottom: 3px;text-align: right;z-index: 2;overflow: hidden;
}
.Inicio_Detalle_Map{
	display: inline-block;
    height: calc(100% - 100px);
    width: 100%;
    max-width: 960px;
    border: 2px solid var(--Icono_Activo);
    background: var(--Icono_Activo);
    margin-top: 0px;
    margin-bottom: -32px;
}

}

@media screen and (max-width: 736px) {

	.TamCon {  
	    width: 100%;	  
	}
	.Titulo_DIV{	   
	    font-size: 22px;
	    text-align: center;
	}
	.Subtitulo_DIV{
		display: none;
	}
	.Subtitulo_ES{
		display: block;
	}
}
@media screen and (min-width: 961px) and (max-width: 1024px) {

	.a_Posiciones{
	font-size: 12px;
	}
}


