/* @override 
	http://localhost/widetech(plana)/css/style.css */


	
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,200,700|Roboto+Condensed:400,300,200,700);
@import url('https://fonts.googleapis.com/css?family=Share+Tech&display=swap');
/* @group Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	
	vertical-align:baseline;
	background:transparent;
}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}


/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #394f70394f70;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

ol, ul, li {
	list-style: none;
}
/* @end */

/* @group GENERAL */

html {
	
	
}

body {
	display: block;
}





#inicio section{
	text-align: right;
}
#inicio{
	background: url(../img/inicio-bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.Gnl{
	background: url(../img/inicio-img.png) 5vw 47vh no-repeat;
	background-size: auto, cover;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/*background-color: #000611;*/
}

/*#inicio .Gnl:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
	opacity: .9;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  
}*/

footer{
	text-align: center;
	font-size: 0.8em;


}

footer a{
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #333;
}
footer a:hover{
	text-decoration: none;
	opacity: .7;
}
footer h3{
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.8em;
		color: #333;
		font-weight: normal;

}
/* @end */

/* @group inicio */

/* @group header */
#inicio header{
	background: url(../img/inicio-logo.png) right 10px no-repeat;
	background-size: contain;
	min-height: 120px;
	text-align: center;
}
.menuIdioma{
	display: inline-block;
	position: absolute;
	right: 2%;
	top: 20px;
}

.menuIdioma nav>ul {
	
}
.menuIdioma nav ul li a {
	display: block;
	padding: 15px;
	background-color: rgba(0,0,0,.6);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	color: #fff;
	z-index: 2;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.53);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.53);
	opacity: 1;
	font-weight: bold;
}

.menuIdioma nav ul li ul li{
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: -45px;
	z-index: 1;
	padding: 5px;
}
.menuIdioma nav ul li ul li a{
	background-color: rgba(0,0,0,.6);
	color: #fff;
	padding: 10px 5px;
}
.menuIdioma nav ul li ul li a:hover{
	background-color: #000;
	color: #fff;
}
.menuIdioma nav ul li:hover ul li{
	opacity: 1;
	position: relative;
	top: auto;
	z-index: 1;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* @end */

/* @group section */
#inicio section{
	margin-right: 5%;
	/*width: 400px;
	*/
}
#inicio section h1{
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	margin-bottom: 20px;
	display: block;
	font-family: 'Share Tech', sans-serif;
}

#inicio section h1 strong{
	color: #000;
}
#inicio section form{
	display: block;
}
#inicio section form ul{
	display: inline-block;
	padding: 30px;
	-ms-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	transform: rotate(0deg);
}

#inicio section form ul h1{
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 1.3em;
	text-align: left;
	margin-top: 30px;
	color: #2a3b56;
}
#inicio section form ul h1:before{

	/*content: "Administración remota GPS";*/
}
#inicio section form input {
	font-family: 'Share Tech', sans-serif;
	width: 100%;
	height: 60px;
	font-size: 1.2em;
	font-weight: 300;
	font-style: normal;
	color: #2a3b56;
	display: block;
	margin: 10px auto;
	box-sizing: border-box;
}

#inicio section form input:focus{
	-webkit-box-shadow: 0px 15px 8px -12px #2199fe; 
	box-shadow: 0px 15px 8px -12px #2199fe;

}

#inicio section form input[placeholder] {
	color: #8f8f8f;
	opacity: 1;
}

#inicio section form .formTit{

	font-family: 'Share Tech', sans-serif;
	font-size: 1.5em;
	padding: 10px;
	text-align: left;

}
#inicio section form input#TxtUser {
	
	padding-left: 15px;
	border: none;
	border-bottom: 1px solid #394f70;
	outline: none;
}

#inicio section form input#TxtPass {
	
	padding-left: 15px;
	border: none;
	border-bottom: 1px solid #394f70;
	outline: none;
}

#inicio section form input#TxtUser:focus, #inicio section form input#TxtPass:focus{
	background-color:  rgba(255,255,255,.2);
	border-bottom: 1px solid #fff;
	border-radius: 2px;
}

#inicio section form input[Type="submit"] {
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 500;
	border-radius: 15px;
    background: rgb(31,162,255);
	background: linear-gradient(90deg, rgba(86,141,47,1) 0%, rgba(168,224,99,1) 100%);
    height: 40px;
    margin-top: 20px;
    border: none;
}

#inicio section form input[Type="submit"]:hover {
    box-shadow: none;
}
#inicio section form .recordar{
	text-align: left;
}
#inicio section form input[Type="checkbox"] {
	width: auto;
	margin-right: 5px;
	display: inline;
}

#inicio section form label{
	color: auto;
	font-size: 0.9em;
	font-family: 'Share Tech', sans-serif;
	color: #2a3b56;
}
#inicio .fecha{
	display: block;
	font-size: 1.2em;
	height: auto;
	padding-bottom: 30px;
}

#inicio .fecha h1{
	font-size: 4em;
	font-weight: bold;
	padding-right: 35px;
	margin-top: 0;
	line-height: 1em;
	margin-bottom: 0;
	opacity: .5;
}
#inicio .fecha h3{
	display: inline-block;
	text-align: center;
	min-width: 250px;
	margin-top: -20px;
	opacity: .5;

}
#inicio footer{
	position: fixed;
	bottom: 0;
	display: block;
	left: 0;
	right: 0;
	font-family: 'Share Tech', sans-serif;
	font-weight: normal;
	opacity: .6;
}
#inicio footer a{
	text-decoration: underline;
}

#inicio footer a:hover{
	text-decoration: none;
}
/* @end */

/* @end */
/* @group dashboard */
#dashboard{
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size:cover;
		background: url(../img/dashboar-bg.jpg) no-repeat;
	background-size: cover;
}
#dashboard header{
	background: url(../img/dashboard-header-bg.jpg) center repeat-x;
	background-size: auto;
	height: 200px;
}
#dashboard .Gnl{

}

#dashboard .Gnl:before{
	opacity: 0;
  /*filter: blur(8px);
  -webkit-filter: blur(8px);
  */
}
#dashboard section{
	width: 98%;
	border-radius: 10px;
	margin: -20px auto;
	text-align: center;

}

 
#dashboard .titulo{
	color: #fff;
	display: inline-block;
	width: 60%;
	text-align: right;
	float: right;
	line-height: 70px;
	padding-right: 20px;
}
.titulo h1{
	font-family: 'Share Tech', sans-serif;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle !important;
	line-height: 30px;
}
#dashboard .titulo strong{
	color: white;
}

.logoDashboard{
    content: "";
    width: 230px;
    background: url(../img/logo-interna.png) 15% center no-repeat;
    height: 75px;
    display: block;
    margin-left: 20px;
    float: left;
}

.logoInterna {
	content: "";
	width: 230px;
	background: url(../img/logo-interna.png) 15% center no-repeat;
	height: 75px;
	display: block;
	margin-left: 20px;
	float: left;
}
header .login{
	display: inline-block;
	width: 60%;
	text-align: right;
	float: right;

}
.login .closeX{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.login .closeX a{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/dashboard-salir-ico_f2.png) center center no-repeat;
}
.login .closeX a:hover{
	background: url(../img/dashboard-salir-ico.png) center center no-repeat;
}
.login .user{
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	color: #fff;
}
.login .user .fecha{
	color: #fff;
	font-size: 0.9em;
}
nav.lateral{
	float: left;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	left: -135px;
	top: 30%;
}

nav.lateral:hover{
	left: 0px;
}
nav.lateral li{
	
	min-width: 180px;
	vertical-align: middle;
	margin-top: 3px;
	
}
nav.lateral a{
	display: block;
	text-decoration: none;
	color: gray;
	max-width: 120px;
	font-size: 14px;
	text-align: right;
	line-height: normal;
	font-weight: bold;
	padding: 15px 45px 15px 15px;
	background-color: #fefdfb;
	min-height: 35px;
	vertical-align: middle;
	height: 35px;
}
nav.lateral a:hover{
	color: black;
}

nav.lateral ul.nivel2 li a {
	display: none;
}

nav.lateral li:hover ul.nivel2 li a {
	display: block;
}


nav.lateral a#lat{
	background: url(../img/dashboard-ico-lat.png) 95% no-repeat;
	background-color: #fefdfb;
	border-radius: 0 10px 0 0;
}
nav.lateral a#fechas{
	background: url(../img/dashboard-ico-fechas.png) 95% no-repeat;
	background-color: #fefdfb;
	line-height: 35px;
}
nav.lateral a#_aCMD{
	background: url(../img/dashboard-ico-backoffice.png) 95% no-repeat;
	background-color: #fefdfb;
	line-height: 35px;
	border-radius: 0 0 10px 0;
}

nav.lateral a#lat:hover{
	background: url(../img/dashboard-ico-lat_f2.png) 95% no-repeat;
	background-color: #fefdfb;
}
nav.lateral a#fechas:hover{
	background: url(../img/dashboard-ico-fechas_f2.png) 95% no-repeat;
	background-color: #fefdfb;
	line-height: 35px;
}
nav.lateral a#_aCMD:hover{
	background: url(../img/dashboard-ico-backoffice_f2.png) 95% no-repeat;
	background-color: #fefdfb;
	line-height: 35px;
}

#dashboard footer{
	bottom: 0;
	right: 0;
	left: 0;
	/*background: url(../img/dashboard-footer.jpg) top repeat-x;*/
	height: 150px;
	position: fixed;
}

#dashboard footer div{
	position: fixed;
	bottom: 0;
	right: 10px;
}

#dashboard footer, #dashboard footer a{
	text-decoration: underline;
	text-align: right;
	font-weight: normal;
}
#dashboard article {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
}
#dashboard article ul{
	min-height: 250px;
	display: inline-block;
	font-family: 'Share Tech', sans-serif;
	margin-top: 20%;

}
#dashboard article ul li{
	display: inline-block;
	margin: auto 10px;
}
#dashboard article ul li a{
	width: 140px;
	height: 140px;
	text-decoration: none;
	margin-top: 20px;
	display: block;
}
#dashboard article ul li a label{
	margin-top: 10px;
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
	margin-top: 140px;	
	width: 85%;
	color: #3f3f3f;
}
#dashboard article ul li:hover{
	/*border-radius: 10px;
	background: rgba(0,0,0,0.06);
	*/
}
#dashboard article ul li a:hover{
	/*color: #fff !important;*/
}
#dashboard article ul li a.imgHelp{
	background: url(../img/dashboard-ico-ayuda.png) center no-repeat ;
	background-size: 90% auto;

}
#dashboard article ul li a.imgHelp label{
}

#dashboard article ul li a.imgDispositivos{
	background: url(../img/dashboard-ico-dispositivos.png) center no-repeat;
	background-size: 90% auto;

}
#dashboard article ul li a.imgDispositivos label{
}


#dashboard article ul li a.imgReportes{
	background: url(../img/dashboard-ico-reportes.png) center no-repeat ;
	background-size: 90% auto;
	
}
#dashboard article ul li a.imgReportes label{
}


#dashboard article ul li a.imgHistory{
	background: url(../img/dashboard-ico-historico.png) center no-repeat ;
	background-size: 90% auto;
}
#dashboard article ul li a.imgHistory label{
}

#dashboard article ul li a.imgCursos{
	background: url(../img/dashboard-ico-cursos.png) center no-repeat ;
	background-size: 90% auto;
}
#dashboard article ul li a.imgCursos label{
}

#dashboard article ul li a.imgMisapps{
	background: url(../img/dashboard-ico-misapps.png) center no-repeat ;
	background-size: 90% auto;
}
#dashboard article ul li a.imgMisapps label{
}



#dashboard article ul li a.imgHelp:hover{
	background: url(../img/dashboard-ico-ayuda_f2.png) center no-repeat ;
	background-size: 90% auto;
}
#dashboard article ul li a.imgDispositivos:hover{
	background: url(../img/dashboard-ico-dispositivos_f2.png) center no-repeat ;
	background-size: 90% auto;
}

#dashboard article ul li a.imgReportes:hover{
	background: url(../img/dashboard-ico-reportes_f2.png) center no-repeat ;
	background-size: 90% auto;
}

#dashboard article ul li a.imgHistory:hover{
	background: url(../img/dashboard-ico-historico_f2.png) center no-repeat ;
	background-size: 90% auto;
}

#dashboard article ul li a.imgCursos:hover{
	background: url(../img/dashboard-ico-cursos_f2.png) center no-repeat ;
	background-size: 90% auto;
}

#dashboard article ul li a.imgMisapps:hover{
	background: url(../img/dashboard-ico-misapps_f2.png) center no-repeat ;
	background-size: 90% auto;
}

.espacio{
	height: 20px;
}

/* @end */

@media screen and (max-width: 660px) {
   #inicio header{
   	background: url(../img/logo-sm.png) no-repeat/*, url(../img/inicio-barraSup-bg.png) center bottom / cover no-repeat*/;
   	min-height: 85px;
   	text-align: center;
   }
   #inicio .Gnl{
   }
   #inicio section{
   	margin-top: 80px;
   }
   #inicio section form ul{
   	background: rgba(255,255,255,.6);
   }

	#inicio div.Gnl section h1 {
		text-align: center;
		font-size: 1.6em;
	}
	#inicio section form {
		text-align: center;
	}
	
	#inicio section form input{
		margin-top: 10px;
	}
	
	#inicio section form input[Type="submit"] {
		width: 225px;
		padding-right: 25px;
		padding-left: 25px;
	}
	#inicio section form .recordar{
		text-align: center;
		padding-top: 15px;
	}
	#inicio section form input[Type="checkbox"] {
		width: auto;
		margin-right: 5px;
		margin-bottom: 0;
		height: auto;
		margin-top: 0;
	}
	
	#inicio section form label{
		font-size: 0.9em;
	}
	#inicio section .fecha{
		display: block;
		font-size: 1.2em;
		height: auto;
		padding-bottom: 30px;
	}
	
	#inicio section .fecha h1{
	
		font-size: 40px !important;
		margin-top: 4%;
		margin-bottom: -15px;
		font-weight: bold;
		text-align: center;
		padding: 0;
	}
	#inicio section .fecha h3{
	
		font-weight: bold;
		display: block;
		font-size: 0.7em;
		padding-top: 20px;
	}
	#inicio footer{
		font-size: .5em;
		padding-top: 20px;
	}
	#dashboard .titulo{
		padding-right: 10px;
		display: none;
	}
	
	.titulo h1{
		line-height: 22px;
		padding-top: 15px;
	}
	.logoInterna {
		content: "";
		height: 75px;
		display: block;
		margin-left: 10px;
		float: left;
		/*width: 140px;*/
	}
	
	#dashboard section{
		margin-top: 15%;
		margin-bottom: 5%;
	}
	
	#dashboard article ul{
		margin-top: 0;

	}

	#dashboard article ul li a{
		width: 160px;
		text-decoration: none;
		display: block;
	}

	#dashboard article ul li a label{
		margin-top: 140px;
	}

	#dashboard article ul li a.imgDispositivos,
	#dashboard article ul li a.imgReportes,
	#dashboard article ul li a.imgHistory,
	#dashboard article ul li a.imgHelp {
		border-radius: 0;
	}



	#dashboard header .login{
		margin-right: 10px;
	} 
	
	#dashboard footer{
		position: relative;
		font-size: .7em;
		text-align: center;
		background: #fff;
	}
	
}
/* @group interna */
#bodyFinal header{
		background: url(../img/interna-bg.jpg) center repeat-x, url(../img/dashboarHead-bg2.png) center top repeat-x;
		min-height: 75px;
		background-size: cover;
}
#bodyFinal .menu {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	height: 10%;
	
	-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 .menuIco{
	width: 40px;
	height: 35px;
	background: url(../img/interna-menu-ico.png) center center no-repeat;
	background-size: 50px;
	display: inline-block;
	padding-top: 37px;
	position: relative;
}

#bodyFinal .menuLat{
	height: 100vh;
	width: 220px;
	display: block;
	background: url(../img/interna-menu-bg.jpg) no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -223px;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border-left: 1px solid #394f70;
}
.menu a{
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
}
#bodyFinal .menu:hover , #bodyFinal .menu:hover .menuLat{
	padding-right: 220px;
}

.menuLat a{
	display: inline-block;
	padding: 10px 20px 10px 30px;
	
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
}
.menuLat .salir{
	display: block;
	vertical-align: middle;
	padding: 20px 60px 20px 10px;
	text-align: right;
	background: url(../img/interna-salir-ico.png) 180px 20px no-repeat;
	margin: 0;
	border-style: none;
}
.menuLat .salir:hover{
background: url(../img/interna-salir-ico_f2.png) 180px 20px no-repeat;
}
.menuLat .salir strong{
	display: block;
}

#bodyFinal div.Gnl footer {
	display: none;
}

 .menuSub a{
 	border-style: none;
 	padding: 5px;
 	border-bottom: 1px solid rgba(0,0,0,.2);
 	margin-left: 45px;
 	margin-top: 8px;
 	margin-bottom: 5px;
 	text-transform: capitalize;
 }

.menuLat a.inicio{
	background: url(../img/interna-home-ico.png) 10px center no-repeat;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.menuLat a.dispositivos{
	background: url(../img/interna-dispositivos-ico.png) 10px center no-repeat;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.menuLat a.fechas{
	background: url(../img/interna-fechas-ico.png) 10px center no-repeat;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.menuLat a.historicos{
	background: url(../img/interna-historico-ico.png) 10px center no-repeat;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.menuLat a.administracion{
	background: url(../img/interna-admin-ico.png) 10px center no-repeat;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.menuLat a.ayuda{
	background: url(../img/interna-ayuda-ico.png) 10px center no-repeat;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.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{
	color: #ffffff;
	
}

/*hover*/

.menuLat a.inicio:hover{
	background: url(../img/interna-home-ico_f2.png) 10px center no-repeat rgba(168,224,99,1);
	color: #000;
	font-weight: bold;
}
.menuLat a.dispositivos:hover{
	background: url(../img/interna-dispositivos-ico_f2.png) 10px center no-repeat rgba(168,224,99,1);
	color: #000;
	font-weight: bold;
}

.menuLat a.fechas:hover{
	background: url(../img/interna-fechas-ico_f2.png) 10px center no-repeat rgba(168,224,99,1);
	color: #000;
	font-weight: bold;
}

.menuLat a.historicos:hover{
	background: url(../img/interna-historico-ico_f2.png) 10px center no-repeat rgba(168,224,99,1);
	color: #000;
	font-weight: bold;
}

.menuLat a.administracion:hover{
	background: url(../img/interna-admin-ico_f2.png) 10px center no-repeat rgba(168,224,99,1);
	color: #000;
	font-weight: bold;
}

.menuLat a.ayuda:hover{
	background: url(../img/interna-ayuda-ico_f2.png) 10px center no-repeat rgba(168,224,99,1);
	color: #000;
	font-weight: bold;
}

.menuLat a:hover{
	background:rgba(0,0,0,.2);
	font-weight: bold;
}


#bodyFinal
{
	
}

#bodyFinal .barra2 {

	font-family: 'Share Tech', sans-serif;
	background-color: #434343;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	padding: 5px 4%;
}
#bodyFinal .barra2 h3 {
	font-weight: 600;
	font-style: normal;
	display: inline-block;
}
#bodyFinal .barra2 form{
	margin: 0;
	padding: 0;
}
#bodyFinal .barra2 input{
	border: 1px solid rgba(151, 151, 151, 0.79);
}
#bodyFinal .barra2 a{
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}
#bodyFinal .barra2 a:hover{
	color: #fff;
}
/* @end */

input[type="text"], input[type="password"], textarea , .campo {

	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
	
}



select {

	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
}
.select {

	font-size: 11px;
	color: #3b3b3b;
	border: 1px solid #a19a97;
}

.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%;	
	padding:5px;	
background-color:#f0f0f0;	
}
.in-pagebar span#pagetitle {
	color: #252525;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-indent: 0px;
	padding-top: 10px;	
	padding-right: 20px;
	width: auto;
}
.in-pagebar span#pagetools {
	font-family: Arial, Helvetica, sans-serif;
	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 span#pagetools td {
	font-weight: normal;
	padding-left: 4px;
	padding-right: 2px;
}
.in-pagebar span#pagetools label {
	color: #252525;
	font-weight: bold;
}

.line{width:92%;color:#df1f0d;}

.CajaTitle{background-image: url(../img/bg_dark.gif);
	background-repeat: repeat;
	background-color: #952d2a;}
	
.bubbles span {
  background: #668b00 !important;
}
.videoBg{
	width: 100%;
	height: 100%;
	display:none;
}

#Anthem_lblFecha__{
	display:none;
	
}


/* Double verification predashboard styles */

#dashboard .Container section .contenido article.center-box {
 display: block;
 min-width: 300px;
 vertical-align: top;
 margin: auto;
}

#dashboard .Container section .contenido article ul.box {
 box-shadow: 0px 0px 15px #cccccc;
 border-radius: 5px;
 color: #333333;
 min-height: 300px;
 margin-top: 10px;
 padding: 20px;
 background-color: white !important;
}

#dashboard .Container section .contenido article .logo {
 background: url(../img/dashboard-logo.png) 30px 10px no-repeat;
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain;
 height: 100px;
 margin: 10px auto;
 width: 300px;
}

#dashboard .Container section .contenido article ul.box h2 {}

#dashboard .Container section .contenido article ul.box p {
 margin-top: 10px;
}

#dashboard .Container section .contenido article ul.box p.mailp {
 font-weight: bold;
}

#dashboard .Container section .contenido article ul.box input[type="text"] {
 padding: auto 15px;
 font-size: 16px;
 line-height: 38px;
 min-width: 200px;
 margin: 15px auto 5px auto;
 height: 35px;
 border: 1px solid #cccccc;
 background: #fffffc;
 width: 88%;
 border-radius: 5px;
}

#dashboard .Container section .contenido article ul.box input[type="text"]:placeholder {
 font-size: 16px;
 color: #333333;
}

#dashboard .Container section .contenido article ul.box .box-button {
 border-radius: 5px;
height: 10px;
margin: 25px auto;
padding: 20px 0px;
 color: #000000;
 background: #C5DA00;
 display: block;
text-transform: uppercase;
width: 80%;
font-weight: bold;
font-size: 14px;
}

#dashboard .Container section .contenido article ul.box .box-button:hover {
 color: #000000;
 background: #C5DA00;
 cursor: pointer;
}

footer.predashboard div {
 text-align: center !important;
 font-weight: normal;
 color: #333;
 width: 100%;
}

footer.predashboard div p a {
 text-align: center !important;
}