/* @override 
	http://townsend/estilos/estilos.css
	http://townsend/css/gpstyles.css
*/

/* @group font */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);

/* @end */

/* @group reset */

html, body, div, span, applet, object, iframe,
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 {	

	padding: 0;	
	font-size: 100%;
}



/* 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;
	background-color: #f5f5f5;
	font-family: 'Roboto', sans-serif;
	
}

.Container {
	
	width: auto;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

/* @group inicio */
#inicio {
	
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/inicio-foto.jpg) no-repeat center center;
	background-size: cover;
}

#inicio .Container header {
	min-height: 120px;
	background: rgba(244,244,244,0.7) url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/logo-inicio.png) no-repeat 20px center;
	text-align: right;
	font-size: 14px;
}

#inicio .Container header .fecha {
	display: inline-block;
	padding-top: 10px;
	margin-right: 10px;
	color: white;
}

#inicio .Container header .fecha strong {
	font-weight: bold;
}

#inicio .Container header .idioma {
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
}

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

#inicio .Container header .idioma a strong {
	font-weight: bold;
	padding-right: 25px;
	border-left: 1px solid white;
	padding-left: 15px;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/idioma-flecha-gris.png) no-repeat 92% center;
}
#inicio .Container section{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	min-height: 525px;
	background-size: cover;
}

#inicio .Container .barra,  .barra{
	display: block;
	width: 100%;
	height: 35px;
	background-color: rgba(0,72,150,0.9);
	bottom: 0;
	border-bottom: 2px solid white;
}

.barra{
	display: block;
    color:white;
	width: 100%;
	height: 35px;
	background-color: #f5f5f5;
	bottom: 0;
	border-bottom: 2px solid white;
}



#inicio .Container .formulario{
	background-color: rgba(27,37,63,0.9);
	display: inline-block;
	max-width: 260px;
	min-height: 400px;
	color: white;
	text-align: center;
}

#inicio .Container section .formulario .titulo {
	display: block;
	padding-right: 70px;
	text-align: right;
	font-size: 1.20em;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/inicio-gps-titulo.png) no-repeat 90% center;
	min-height: 60px;
	vertical-align: text-bottom;
	padding-top: 45px;
	padding-bottom: 30px;
	font-weight: 900;
	line-height: normal;
}
#inicio .Container section .formulario ul{
	list-style-type: none;
}
#inicio .Container section .formulario ul>li{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}
#inicio .Container section .formulario input#user, #inicio .Container section .formulario input#pass, #loginbox .inputLogin {
	background-color: #e4e4e4;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 2px solid #141b2f;
	font-size: 16px;
	width: auto;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 180px;
	margin-top: 5px;
}
#inicio .Container section .formulario input#user:focus, #inicio .Container section .formulario input#pass:focus , #loginbox .inputLogin:focus{
	outline:0px;
	border: 2px solid #0064cc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#inicio .Container section .formulario form ul li label {
	font-size: 14px;
}

#inicio .Container section .formulario form input#enviar, #loginbox .inputSend {
	color: white;
	display: inline-block;
	padding: 5px 10px 5px 40px;
	border-style: none;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	height: 35px;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	background: #004896 url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/inicio-enviar-ico.png) no-repeat 10px center;
	cursor: pointer;
}

#inicio .Container section .formulario form input#enviar:hover, #loginbox .inputSend:hover {
	background-color: #0064cc;
}

#inicio div.Container footer {
	display: block;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1px 1px 1px 20px;
	text-align: center;
	background: rgba(27,37,63,0.7);
	font-size: 13px;
	font-weight: normal;
	position: fixed;
	color: white;
	z-index:500;
}

#inicio div.Container footer a{
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: rgba(254,255,255,0.5);
	line-height: normal;
	padding-left: 15px;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/footer-flecha-azul.jpg) no-repeat 0 center;
	margin-bottom: 1px;
	display: inline-block;
}

#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: #004896;
	display: block;
	padding-right: 15px;
	border: 1px solid white;
	line-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

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

#inicio .Container header .idioma .menuIdioma strong{
	
	font-weight: bold;
	padding-right: 25px;
	padding-left: 15px;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/idioma-flecha-naranja.png) no-repeat 92% center;
	color: #0092ff;
}


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



/* @end */

/* @group dashboard */

#dashboard .Container header {
	min-height: 70px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(254,255,255,0.8);	
	z-index: 2;
	position: relative;
}

#dashboard .Container header .logo{
	display: inline-block;
	float: left;
}

#dashboard .Container header .login {
	display: block;
	text-align: right;
	font-size: 12px;
	max-height: 70px;
	min-height: 55px;
	vertical-align: middle;
	padding-top: 8px;
}

#dashboard .Container header .login .user {
	display: inline-block;
	text-align: right;
	font-size: 12px;
	max-height: 70px;
	float: right;
	padding-left: 5px;
}

#dashboard .Container header .login span.cerrar {
	display: inline-block;
	text-align: right;
	font-size: 12px;
	max-height: 70px;
	position: absolute;
	right: 10px;
	top: 2px;
}

#dashboard .Container header .login p strong {
	font-weight: bold;
}

#dashboard .Container header .login p {
	padding-top: 2px;
	padding-bottom: 2px;
}

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

#dashboard .Container section{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;	
	vertical-align: middle;
}


#dashboard .Container section .barra {
	width: 100%;
	height: 37px;
	background-color: rgba(0,72,150,0.8);
	bottom: 0;
	border-bottom: 2px solid white;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	line-height: 37px;
}

#dashboard .Container section .barra h1{
	display: inline-block;
	padding-right: 30px;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-gps-titulo.png) no-repeat right center;
}

#dashboard .Container .banner{
	display: inline-block;
	min-height: 230px;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/inicio-foto.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:-10;
}

#dashboard .Container section .contenido {
	display: inline-block;
	width: 100%;
	min-height: 220px;
}

#dashboard .Container section .contenido nav{
	display: block;
	width: 30%;
	text-align: right;
	vertical-align: top;
	float: left;
}

#dashboard .Container section .contenido nav ul li{
	min-height: 70px;
	color: white;
	font-size: 14px;
	/*border-bottom: 1px dotted #004896;*/
	min-width: 150px;
	background-color: rgba(27,37,63,0.7);
	margin-bottom: 1px;
}

#dashboard .Container section .contenido nav ul li.fecha {
	padding-top:10px;
	padding-bottom: 5px;
	min-height: 22px;
	background-color: rgba(14,31,61,0.8);
	text-align: center;
}



#dashboard .Container section .contenido nav ul>li a{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: rgba(254,255,255,0.81);
	vertical-align: middle;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 25px;
	margin-right: 10px;
	margin-left: 10px;
}
#dashboard .Container section .contenido nav ul>li a#dispositivos{
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-antena-ico.png) no-repeat right;
	display: inline-block;
}

#dashboard .Container section .contenido nav ul>li a#fechas{
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-calendario-ico.png) no-repeat right;
	display: inline-block;	
}

#dashboard .Container section .contenido nav ul>li a#Backoffice , a#_aCMD{
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-back-ico.png) no-repeat right;
	display: inline-block;	
}

#dashboard .Container section .contenido article{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 65%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#dashboard .Container section .contenido article ul{
	text-align: center;
	display: inline-block;
}
#dashboard .Container section .contenido article ul li {
	width: 140px;
	height: 120px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: rgba(27,37,63,0.8);
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 5px;
	vertical-align: middle;
	display: inline-block;
	padding-top: 15px;
}
#dashboard .Container section .contenido article ul li a{
	text-decoration: none;
	color: white;
	display: block;
	height: 140px;
	vertical-align: middle;
	line-height: normal;
	font-weight: bold;
}

#dashboard .Container section .contenido article ul li label{
	display: block;
}

#dashboard div.Container footer {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px 10px 10px 20px;
	text-align: center;
	background: rgba(27,37,63,0.7);
	font-size: 11pt;
	font-weight: bold;
	color: white;
	z-index:500;
}

#dashboard div.Container footer a{
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: rgba(254,255,255,0.5);
	line-height: normal;
	padding-left: 15px;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/footer-flecha-azul.jpg) no-repeat 0 center;
	margin-bottom: 5px;
	display: inline-block;
}

/* @end */

/* @group interna */
/*.Container{
	min-width: 780px;
}*/

.Container header .barra1 {
	background-color: #0064cc;
	color: white;
	height: 40px;
	display: block;
}

.Container header .barra1 .logo {
	display: inline-block;
	width: 160px;
	margin: 0;
	padding: 0;
	height: 75px;
	background: white url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/interna-logo-barra1.png) no-repeat center center;
	float: left;
}

.Container header .barra1 nav ul {
	text-align: right;
}
.Container header .barra1 nav ul li {
	display: inline-block;
	text-align: right;
	padding-left: 10px;
	font-size: 12px;
	vertical-align: middle;
}

.Container header .barra1 nav .inicio {
	display: inline-block;
	height: 40px;
	width: 120px;
	line-height: 45px;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/interna-inicio-ico.png) no-repeat 90% center;
	float: left;
	text-align: center;
	padding-top:8px;
 }

.Container header .barra1 nav  a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	display: block;	
}

.Container header .barra1 nav  a:hover {
	color: #66a5f6;
}

.Container header .barra1 nav li a#aOnline, .Online {
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/interna-gps-ico.png) no-repeat 100% center;
	padding-right: 25px;
	margin-right: 10px;
}

.Container header .barra1 nav li a#fechas {
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/interna-calendario-ico.png) no-repeat 100% center;
	padding-right: 25px;
	margin-right: 10px;
	padding-top: 8px;
}

.Container header .barra1 nav li a#Backoffice {
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-back-ico.png) no-repeat 100% center;
	padding-right: 25px;
	margin-right: 10px;
}

.Container header .barra1 nav li#bienvenido {
	margin-left: 10px;
	font-weight: 300;
	font-style: normal;
}

.Container header .barra1 nav li#bienvenido strong{
	font-weight: bold;
}

div.Container header div.barra1 nav ul li.cerar {
	padding: 0;
	margin: 0;
}

div.Container header div.barra1 nav ul li.user{
	padding: 0;
	margin: 0 0px 0 5px;
}

div.Container header div.barra1 nav ul li.user img{
	
	width: 40px;
	height: auto;
}

.Container header .barra2 {
	background-color: white;
	height: 35px;
}

.Container header .barra2 ul {
	width: 100%;
}

.Container header .barra2 ul>li {
	display: inline-block;
	position: relative;
	vertical-align: top;
    z-index:1000;
}

.Container header .barra2 ul>li a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #0064cc;
	font-size: 14px;
	line-height: normal;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px 25px 8px 10px;
}

.Container header .barra2 nav ul li ul li{
	display: block;
	position: relative;
	z-index: 1;
	text-align: left;
}

.Container header .barra2 nav ul li ul li a{
	padding: 10px 5px 10px 20px;
	display: block;
	margin: 0;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/idioma-flecha-naranja.png) no-repeat 5px center;
	min-width: 100%;
	background-color: white;
}

.Container header .barra2 nav ul li > ul {
	position: absolute;
	width: auto;
	display: none;
}

.Container header .barra2 nav ul li:hover ul {
	display: block;
}


.Container header .barra2 ul>li a#historico {
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/interna-historial-ico.png) no-repeat right center;
}

.Container header .barra2 ul>li a#admon {
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/interna-admon-ico.png) no-repeat right center;
}

.Container header .barra2 ul>li a#ayuda {
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/interna-ayuda-ico.png) no-repeat right center;
}
.Container header .barra2 ul>li a:hover {
	background-color: #0064cc !important;
	color: white;
}



div.Container footer {
	display: block;
	padding: 30px 20px 20px 180px;
	text-align: left;
	background: white url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/footer-certif-iconos.png) no-repeat 20px center;
	font-size: 15px;
	font-weight: bold;
}

div.Container footer a{
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #004896;
	line-height: normal;
	padding-left: 15px;
	background: url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/footer-flecha-azul.jpg) no-repeat 0 center;
	margin-bottom: 5px;
	display: inline-block;
}



/* @end */

@media screen and (max-width: 460px){
	#dashboard .Container section .contenido nav{
	display: block;
	width: 100%;
	}
	#dashboard .Container section .contenido article{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
	}
	#dashboard .Container section .contenido article ul li label{
	display: block;
	}

	#dashboard div.Container footer {
	display: block;
	padding: 120px 30px 5px;
	background-position: center top;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	width: auto;
}
	#inicio div.Container footer {
	position: relative;
	font-size: 12px;
	margin-top: 10px;
	padding: 120px 30px 5px;
	background-position: center top;
}
	#inicio .Container .formulario{
	min-height: 400px;
	}
	#inicio .Container section{
	min-height: 400px;
	}
}

/* @Stylos Agregados JHAM */
.imgLogo{
	content:url("http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/logo-dashboard.png");
    background: url('http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/logo-dashboard.png') no-repeat; 
}
.imgClose{
	content:url("http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-cerrar-ico.png");
    background: url('http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-cerrar-ico.png') no-repeat; 
}

.imgCloseHeader{
	content:url("http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/interna-cerrar-ico.png");
    background: url('http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/interna-cerrar-ico.png') no-repeat; 
}

.imgUser{
	content:url("http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-user-img.png");
    background: url('http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-user-img.png') no-repeat; 
	
}

.imgUserHeader{
	content:url("http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-user-img.png");
    background: url('http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-user-img.png') no-repeat; 
	width:35px;
	height:37px;
}

.imgHistory{
	content:url("http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-historico-ico.png");
    background: url('http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-historico-ico.png') no-repeat; 
}

.imgReportes{
	content:url("http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-reportes-ico.png");
    background: url('http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-reportes-ico.png') no-repeat; 
}

.imgLatLng{
	content:url("http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-LatLong-ico.png");
    background: url('http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-LatLong-ico.png') no-repeat; 
}
.imgHelp{
	content:url("http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-ayudaOnline-ico.png");
    background: url('http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/img/dashboard-ayudaOnline-ico.png') no-repeat; 
}

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

input[type="submit"], input[type="button"]{
	color: white;
	display: inline-block;	
	border-style: none;	
	
    padding:2px 10px 2px 35px;
	height: 30px;

	font-weight: bold;
	background: #004896 url(http://web1.shareservice.co/SITE/Style/TOWNSENDSYSTEMS/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: #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: 0px;	
	padding-right: 20px;
	width: auto;
}
.in-pagebar div#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 div#pagetools td {
	font-weight: normal;
	padding-left: 4px;
	padding-right: 2px;
}
.in-pagebar div#pagetools label {
	color: #252525;
	font-weight: bold;
}

.line{width:92%;color:#0064cc;}
.CajaTitle{background-image: url(http://gps.widetech.com.co/Site/style/AZLOGICA/img/bg_dark.gif);background-repeat: repeat;background-color: #0064cc;}

.Container header .barra1 nav ul div {
	display: inline;
	float: right;
}

/* 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/logo-inicio.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: #ffffff;
 background: #004896;
 display: block;
text-transform: uppercase;
width: 80%;
font-weight: bold;
font-size: 14px;
}

#dashboard .Container section .contenido article ul.box .box-button:hover {
 color: #ffffff;
 background: #004896;
 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;
}