/* @override 
	http://ovision/css/gpstyles.css */


/* @group font */

/*@import url(http://fonts.googleapis.com/css?family=Open Sans:400,300,700,900);*/
/***********************************************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


/***********************************************************************/


/* @end */

/* @group reset */

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	
margin:0px;
	padding: 0;	
	/* font-size: 100%; Yoa 01042019*/
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


.table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover{
	cursor: pointer;
}

/* @end */




html, body{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
h1.dashboard{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
}

.Container {
	font-family: 'Open Sans', sans-serif;
	width: auto;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
/*Espacios*/
.space_small{
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
}

.space_med{
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
}

.space_big{
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
}

/* @group inicio */


#inicio {
	
	background: url(../img/inicio-bg.jpg) no-repeat fixed center;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   min-height: 760px;
}


#inicio .Container header {
	min-height: 250px;
	text-align: right;
	font-size: 14px;
	background: url(../img/inicio-logo.png) center center no-repeat;
	
}

/* @group idioma
 */

#inicio .Container header .idioma {
	display: inline-block;
	padding: 10px;
	padding-right: 20px;
	font-size: 12px;
	background-color: rgba(0,0,0,.7);
	border-radius: 3px;
}

#inicio .Container header .idioma a {
	text-decoration: none;
	color: #f7f7f7;
}

#inicio .Container header .idioma a strong {
	font-weight: 300;
	padding-right: 25px;
	padding-left: 15px;
	background: url(../img/inicio-flecha-idioma.png) no-repeat 92% center;
	color: #f7f7f7;
}


#inicio .Container header .idioma .menuIdioma {
	display: none;
	position: absolute;
	right: 5px;
	top: 1px;
	text-align: left;
}

#inicio .Container header .idioma .menuIdioma a{
	color: white;
	text-decoration: none;
	background-color: rgba(0,0,0,.5);
	display: block;
	padding-right: 15px;
	line-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

#inicio .Container header .idioma .menuIdioma a:hover{
	background-color: #000;
}

#inicio .Container header .idioma .menuIdioma strong{
	
	font-weight: bold;
	padding-right: 25px;
	padding-left: 15px;
	background: url(../img/idioma-flecha.png) no-repeat 92% center;
	color: white;
}


#inicio .Container header .idioma li:hover .menuIdioma{
	display: block;
}

/* @end */

#inicio .Container section .titulo {
	display: inline-block;
	padding-right: 70px;
	text-align: right;
	background: url(../img/inicio-ico-tutulo.png) no-repeat 99% center;
	min-height: 60px;
	vertical-align: text-bottom;
	padding-top: 45px;
	padding-bottom: 45px;
	line-height: normal;
	color: white;
	font-weight: 700;
	font-size: 2.2em;
}

#inicio .Container section .titulo .fecha {
	font-size: 0.55em;
	font-weight: normal;
	font-style: normal;
}

#inicio .Container .formulario{
	display: inline-block;
	width: 285px;
	margin-bottom: 50px;
}


#inicio .Container section .formulario ul li#mensajes {
	font-size: 12px;
	color: #e57373;
	line-height: 20px;
	margin: 10px;
}

#inicio .Container section .formulario ul li#mensajes p::before {
	content: "x";
	background-color: #e57373;
	width: 15px;
	height: 15px;
	display: inline-block;
	line-height: 12px;
	color: white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 10px;
	margin: 0 4px 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
}

#inicio .Container section .formulario ul li input[type="text"], #inicio .Container section .formulario ul li input[type="password"]{
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 38px;
	min-width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 35px;
	border: none;
	border-bottom: 1px solid #7f7f7f;
	background: transparent;

}
#inicio .Container section .formulario ul li input::-webkit-input-placeholder {
	text-transform: capitalize;
	font-size: 12px;
}

#inicio .Container section .formulario ul li input:-moz-placeholder { /* Firefox 18- */
   text-transform: capitalize;
   font-size: 12px;
}

#inicio .Container section .formulario ul li input::-moz-placeholder {  /* Firefox 19+ */
    text-transform: capitalize;
    font-size: 12px;
}

#inicio .Container section .formulario ul li input:-ms-input-placeholder {  
    text-transform: capitalize;
    font-size: 12px;
}

#loginbox {
	background-color: transparent;
	border-radius: 2px;
	padding: 100px 20px;
	color: #fff;
}

#loginbox .tit{
	font-size: 1.4em;
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-weight: 100;
}

#loginbox form ul li label {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 15px;
	text-transform: capitalize;
}

#inicio .Container section .formulario input#user:focus, #inicio .Container section .formulario input#pass:focus , #loginbox .inputLogin:focus,.barra2 form input:focus{
	
	box-shadow: 0 4 7 -2px rgba(81, 203, 238, 1);
	border:none;
    border-bottom: 1px solid rgba(81, 203, 238, 1);
}


#inicio .Container section .formulario ul li input#user {
	background-color: #fff;
}

#inicio .Container section .formulario ul li input#pass {
	background-color: #fff;

}

#inicio .Container section .formulario ul li input#recordar {
	margin-top: 10px;
	margin-bottom: 10px;
}

#inicio .Container section .formulario ul li input[type="submit"] {
	height: 30px;
	line-height: 0;
	border-radius: 3px;
	font-size: 14px;
	margin-top: 25px;
	padding: 20px 80px;
	background: rgb(197,38,40);
	background: radial-gradient(circle, rgba(197,38,40,1) 0%, rgba(150,35,37,1) 100%);
	font-weight: normal;
	font-style: normal;
	-webkit-transition-duration:250ms;
	-moz-transition-duration:250ms;
	-o-transition-duration:250ms;
	transition-duration:250ms;
}

#inicio section form input[Type="submit"] {
	

		width: 90%;
		padding-right: 25px;
		padding-left: 25px;
	}
	#inicio section form .recordar{
		text-align: center;
		padding-top: 15px;
	}

#inicio .Container section .formulario ul li input[type="submit"]:hover {
    background: #691c1e;
	cursor: pointer;
	color: #fff;
	-webkit-transition-duration:250ms;
	-moz-transition-duration:250ms;
	-o-transition-duration:250ms;
	transition-duration:250ms;
}

#inicio section form input[Type="checkbox"] {
		width: auto;
		margin-right: 5px;
		margin-bottom: 0;
		height: auto;
		margin-top: 0;
	}
	
	#inicio section form label{
		color: #FFFFFF;
		font-size: 0.9em;
	}

	.switchLi{
	text-align: left;
	margin: 20px 5px;
	font-size: .8em;
}

.switchLi label{
	margin-right: 10px;
}
.switchLiText{
	padding-top: 1px;
}
.switch {
  position: relative;
  display: inline;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #27ae60;
}

input:focus + .slider {
  box-shadow: 0 0 1px #27ae60;
}

input:checked + .slider:before {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}


/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


#inicio div.Container footer {
	display: block;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	color: #fff;
	background-color: rgba(0,0,0,.7);
}

#inicio div.Container footer a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

#inicio div.Container footer a:hover{
	text-decoration: none;
}

.imgLogoIntro{
	width:169px; 
	height:166px;
	margin-left: auto ;
	margin-right: auto ;
	background: url(../img/dashboard-logo.png) no-repeat;
	background-size: 169px 166px;		
}

/* @Stylos Agregados JHAM */





.imgLogo{
	content:url("../img/dashboard-logo.png");
    /*background: url('../img/dashboard-logo.png') no-repeat; */
}
.imgClose{
	content:url("../img/dashboard-close-ico.png");
    background: url('../img/dashboard-close-ico.png') no-repeat;
	width: 25px;
	height: 25px;
}

.imgCloseHeader{
	
    background: url('../img/dashboard-close-ico.png') no-repeat; 
		height:33px;
	width:33px;	
    right:0px;
    top: 0px;
}
}


input[type="text"], input[type="password"], textarea , .campo, select ,.select, input[type="submit"]  {
	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
	padding:0px;	
}

#enviar{
	color: white;
	display: inline-block;	
	border-style: none;	
	
    padding:2px 10px 2px 35px;
	height: 30px;

	font-weight: bold;
	background: #a81a1d url(../img/inicio-enviar-ico.png) no-repeat 5px center;
	cursor: pointer;
}

in-pagebar {    
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	float: left;
	width: 100%;		
}
.in-pagebar span#pagetitle {
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-indent: 0px;
	padding-top: 0px;	
	padding-right: 20px;
	width: auto;
}
.in-pagebar div#pagetools {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	
	padding-top: 4px;
	padding-left: 12px;
	float: left;
	display: block;
	width: auto;
}
.in-pagebar div#pagetools td {
	font-weight: normal;
	padding-left: 4px;
	padding-right: 2px;
}
.in-pagebar div#pagetools label {
	color: #fff;
	font-weight: bold;
}

.line{width:92%;color:#d1292b;}
.CajaTitle{background-image: url(../img/bg_dark.gif);background-repeat: repeat;background-color: #d1292b;}

.bubbles span {
  background: #d1292b !important;
}

/* @end */

/* @group dashboard */
#dashboard{
background: url(../img/dashboard-bg.png) repeat-x #f7f7f7;
	/*background-size: cover;*/
	min-height: 600px;
	color: #000;
}

#dashboard div.Container header{
	height: 170px;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-align-content: center;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
}

#dashboard .Container header .logo {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
	margin-right: 20px;
	border-right: 1px solid silver;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#dashboard .Container header .titulo {
	height: 80px;
	padding-right: 8%;
	text-align: right;
	line-height: 80px;
	font-size: 30px;
	background: url(../img/dashboard-ico-titulo.png) no-repeat 95%;
	font-weight: bold;
	color: black;
}

#dashboard .Container section .contenido nav {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 35%;
	font-family: 'Open Sans', sans-serif;
}

#dashboard .Container .login {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


#dashboard .Container .login p {
	text-align: left;
	/*padding-right: 90px;*/
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
}

#dashboard .Container .login p.fecha {
	color: gray;
}

#dashboard .Container .login p strong {
	font-weight: bold;
	margin-right: 5px;
}
#dashboard .Container .login .user {
	display: inline-block;
	float: right;
	position: relative;
	margin: 0;
}

#dashboard .Container .login .user .cerrar{
	display: block;
	position: relative;
}

#dashboard .Container .login .user .imgUser{
	margin-right: -10px;
	margin-top: 5px;
}

#dashboard .Container .login .user .cerrar a{
	text-decoration: none;
}

#dashboard .Container section .contenido article {
	display: inline-block;
	width: 35%;
	text-align: left;
	padding-left: 0%;
	vertical-align: top;
	-webkit-box-shadow: 10px 10px 10px -8px rgba(148,148,148,0.93);
	-moz-box-shadow: 10px 10px 10px -8px rgba(148,148,148,0.93);
	box-shadow: 10px 10px 10px -8px rgba(148,148,148,0.93);
	border: 1px solid #e4e4e4;
}

#dashboard .Container section .contenido article ul, #dashboard .Container section .contenido article ul>li{	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-align-content: center;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
}

#dashboard .Container section .contenido nav  ul li{
	border-bottom: 1px solid rgb(236, 236, 236);
}
#dashboard .Container section .contenido nav  ul li:hover{
	background-color: #f7f7f7;
}

#dashboard .Container section .contenido nav ul a{
	text-decoration: none;
	padding-left: 70px;
	line-height: 109px;
	height: 109px;
	display: block;
	width: auto;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
}

#dashboard .Container section .contenido nav ul a#dispositivos{
	background: url(../img/dashboard-dispositivos-ico.png) 3% no-repeat;
}

#dashboard .Container section .contenido nav ul a#fechas{
	background: url(../img/dashboard-fechas-ico.png) 3% no-repeat;
}


#dashboard .Container section .contenido nav ul a#_aCMD {
	background: url(../img/dashboard-backoffice-ico.png) 3% no-repeat;
}


#dashboard .Container section .contenido nav ul a#dispositivos:hover{

}

#dashboard .Container section .contenido nav ul a#fechas:hover{
}


#dashboard .Container section .contenido nav ul a#_aCMD:hover {
}




#dashboard .Container section .contenido nav  ul .fecha{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: none;
}
#dashboard .Container section .contenido article ul li{
	width: 180px;
	height: 180px;
	    -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	    -webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	    flex: 1 0 auto;
	    -webkit-align-self: auto;
	    -ms-flex-item-align: auto;
	    align-self: auto;
	text-align: center;
	border-radius: 3px;
	transition: background,1s;
	margin: 5px;
}
#dashboard .Container section .contenido article ul li:hover{
	background-color: #f7f7f7;

}

#dashboard .Container section .contenido article ul li a{
	color: #7f7f7f;
	text-decoration: none;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
#dashboard .Container section .contenido article ul li a img{
	text-decoration: none;
	display: inline-block;
	width: 90px;
	height: 60px;
}

#dashboard .Container section .contenido article ul li a#historico img{
	background: url(../img/dashboard-historico-ico.png) center top no-repeat;
	background-size: 50%;
	
}
#dashboard .Container section .contenido article ul li a#historico img:hover {
	background: url(../img/dashboard-historico-ico_f2.png) center top no-repeat;
	background-size: 50%;
	
}

#dashboard .Container section .contenido article ul li a#reportes img{
	background: url(../img/dashboard-reportes-ico.png) center top no-repeat;
	background-size: 50%;
}
#dashboard .Container section .contenido article ul li a#reportes img:hover{
	background: url(../img/dashboard-reportes-ico_f2.png) center top no-repeat;
	background-size: 50%;
}

#dashboard .Container section .contenido article ul li a#lat img{
	background: url(../img/dashboard-lat-ico.png) center top no-repeat;
	background-size: 50%;
}
#dashboard .Container section .contenido article ul li a#lat img:hover{
	background: url(../img/dashboard-lat-ico_f2.png) center top no-repeat;
	background-size: 50%;
}

#dashboard .Container section .contenido article ul li a#ayuda img{
	background: url(../img/dashboard-ayuda-ico.png) center top no-repeat;
	background-size: 50%;
}
#dashboard .Container section .contenido article ul li a#ayuda img:hover{
	background: url(../img/dashboard-ayuda-ico_f2.png) center top no-repeat;
	background-size: 50%;
}

#dashboard .Container section .contenido article ul li a label{
	display: block;
	
	padding: 5px;
	border-radius: 3px;
	
	color: #000;
	text-transform: uppercase;
}

#dashboard div.Container footer {

	font-size: 12px;
	padding: 50px 20px 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,1);
	color: #fff;
}

#dashboard div.Container footer a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

#dashboard div.Container footer a:hover{
	color: #fcfcfc;
	text-decoration: none;
}



/* @end */

/* @group interna */
.logoInterna{
	display: block;
	background: url(../img/interna-logo.png) 20px no-repeat white;
	background-size: auto 45px;
	height: 40px;
}
#bodyFinal .menu{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 14px;
}
#bodyFinal .menu ul{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

 #bodyFinal .menu ul,  #bodyFinal .menu li{
 	margin: 0;
 	padding: 0;
 	
 		list-style:none;
 }
#bodyFinal .menuIco{
	width: 40px;
	height: 35px;
	background: url(../img/interna-menu-ico.png) center center no-repeat;
	display: inline-block;
	padding-top: 7px;
	position: relative;
}

#bodyFinal .menuLat{
	height: 100%;
	display: inline-block;
	background: url(../img/interna-menu-bg.jpg) bottom #fff;
	background-size: contain;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -220px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	width: 220px;
	color: white;
	text-align: left;
}
.menu a{
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
}
#bodyFinal .menu >ul:hover , #bodyFinal .menu ul:hover .menuLat{
	padding-right: 220px;
	
}

.menuLat a{
	display: block;
	padding: 10px 20px 10px 45px;
	margin:0px;
	border-bottom: 1px solid #eeeeed;
	text-transform: uppercase;
}
.menuLat .salir{
	display: block;
	vertical-align: middle;
	padding: 20px 60px 20px 10px;
	text-align: right;
	background: url(../img/interna-cerrar-ico.png) 180px 20px no-repeat;
	background-color: rgba(0,0,0,.8);
	margin: 0;
	border-style: none;
	border-bottom: 1px solid #7f7f7f;
}
.menuLat .salir:hover{
	/*background-color: #7f7f7f;*/
	
}
.menuLat .salir strong{
	display: block;
}

#bodyFinal div.Gnl footer {
	display: none;
}

 .menuSub a{
 	border-style: none;
 	border-bottom: 1px solid #4c4c4c;
 	margin-left: 35px;
 	margin-bottom: 5px;
 	margin-top: 5px;
 	padding: 5px;
 	color: #fff;
 	text-transform: capitalize;
 	background-color: rgba(0,0,0,.5);
 }
 .menuSub a:hover{
 	color: #fff;
 	background-color: rgba(255,255,255,.4);
	 
 }

.menuLat a.inicio{
	background: url(../img/interna-inicio-ico_f2.png) 20px center no-repeat;
}
.menuLat a.dispositivos{
	background: url(../img/interna-dispositivos-ico_f2.png) 20px center no-repeat;
}

.menuLat a.fechas{
	background: url(../img/interna-fechas-ico_f2.png) 20px center no-repeat;
}

.menuLat a.historicos{
	background: url(../img/interna-historico-ico_f2.png) 20px center no-repeat;
}

.menuLat a.administracion{
	background: url(../img/interna-settings-ico_f2.png) 20px center no-repeat;
}

.menuLat a.ayuda{
	background: url(../img/interna-ayuda-ico_f2.png) 20px center no-repeat;
}

.menuLat a.inicio:hover, .menuLat a.dispositivos:hover, .menuLat a.inicio:hover, .menuLat a.fechas:hover, .menuLat a.historicos:hover, .menuLat a.administracion:hover, .menuLat a.ayuda:hover{
	background-color: rgba(0,0,0,.8);
	color: #fff;
}

#bodyFinal {
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7;	
}

#bodyFinal .in-pagebar {
	background-color: #000;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: normal;
	padding: 5px 4%;
}
#bodyFinal .barra2 h3 {
	font-weight: 600;
	font-style: normal;
	display: inline-block;
	font-size: 1.1em;
}
#bodyFinal .barra2 form{
	margin: 0;
	padding: 0;
}
#bodyFinal .barra2 input{
	border: 1px solid #4c4c4c;
	font-size: 13px;
	line-height: normal;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
	padding: 0 5px;
	border-radius: 3px;
}
#bodyFinal .barra2 a{
	color: #fff;
	text-decoration: underline;
}
#bodyFinal .barra2 a:hover{
	text-decoration: none;	
}

/* @end */



@media (max-width:460px){
		#dashboard .Container section .contenido nav {
			display: block;
			vertical-align: top;
			width: auto;
		}
		#dashboard .Container header .logo {
			margin-right: 0px;
			border-right: none;
			padding: 10px;
			margin: 20px 0 0;
		}
		#dashboard .Container .login {
		;
		}
		
		#dashboard .Container .login p{
			text-align: center !important;
		}
		#dashboard .Container .login p strong {
			font-weight: bold;
			margin-right: 5px;
			display: inline-block;
		}
		#dashboard .Container section .contenido nav ul a{
			/*line-height: 70px;*/
		}
		#dashboard .Container section .contenido article {
			display: block;
			width: 100% !important;
			padding-left: 0;
		}
		#dashboard div.Container footer {
		
			position: relative;
		}
		
}

@media (max-width:1024px){

#dashboard .Container section .contenido article ul {
	
}
#dashboard .Container section .contenido article {
	display: inline-block;
	width: 55%;
	text-align: left;
	padding-left: 0%;
	vertical-align: top;
}

}


input[type="text"], input[type="password"], textarea , .campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b6b6b;
	border: 1px solid #a19a97;
	padding:2px;	
}

input[type="text"]::placeholder, input[type="password"]::placeholder, textarea , .campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	padding:2px;	
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
}



.imgUser{
	content:url("../img/dashboard-user-ico.png");
    background: url('../img/dashboard-user-ico.png') no-repeat; 
	
}

.imgUserHeader{
	content:url("../img/dashboard-user-ico.png");
    background: url('../img/dashboard-user-ico.png') no-repeat; 
	width:35px;
	height:37px;
}

.imgHistory{
	content:url("../img/dashboard-historico-ico.png");
    background: url('../img/dashboard-historico-ico.png') no-repeat; 
}

.imgReportes{
	content:url("../img/dashboard-reportes-ico.png");
    background: url('../img/dashboard-reportes-ico.png') no-repeat; 
}

.imgLatLng{
	content:url("../img/dashboard-lat-ico.png");
    background: url('../img/dashboard-lat-ico.png') no-repeat; 
}
.imgHelp{
	content:url("../img/dashboard-ayuda-ico.png");
    background: url('../img/dashboard-ayuda-ico.png') no-repeat; 
}