/** General map **/

.googlemap { width: 100%; height: 350px; }
.googlerounded { border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; }
.googleshadow { -moz-box-shadow: 0px 2px 4px #999; -webkit-box-shadow: 0px 2px 4px #999; box-shadow: 0px 2px 4px #999; }

.bordefuente {
    color: white;
	font-weight:normal;
    font-size: 32px;
    font-family: impact; 
    text-shadow: -1px 0 #484848, 0 1px #0b497b, 1px 0 #0b497b, 0 -1px #484848;
}

.ubicar_dot{	
	position:absolute;
	top:110px;
	right:40px;
	width:65px;
	height:120px;
	visibility:visible;
	z-index:1;
}
.ubicar_wellcome{	
	position:relative;
	top:70px;
	width:170px;
	height:60px;
	visibility:visible;
	z-index:1;
}
.ubicar_loginlogo{	
	position:relative;
	top:40px;
	//width:297px;
	//height:64px;
	visibility:visible;
	z-index:1;
}
.ubicar_logowhite{	
	position:relative;
	top:10px;
	left:65px;
	width:152px;
	height:40px;
	visibility:visible;
	z-index:1;
}

.divredondo{
margin-left: 100px;
margin-right: 100px;
background-color: transparent;
border: 2px solid #bbbebd;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 12px #000000;
-webkit-box-shadow: 0px 0px 12px #000000;
box-shadow: 0px 0px 12px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bbbebd', endColorstr = '#989898');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bbbebd', endColorstr = '#989898')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #bbbebd, #989898);
background-image: -ms-linear-gradient(top, #bbbebd, #989898);
background-image: -o-linear-gradient(top, #bbbebd, #989898);
background-image: -webkit-gradient(linear, center top, center bottom, from(#bbbebd), to(#989898));
background-image: -webkit-linear-gradient(top, #bbbebd, #989898);
background-image: linear-gradient(top, #bbbebd, #989898);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.divredondo2{
background-color: transparent;
border: 2px solid #bbbebd;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 12px #000000;
-webkit-box-shadow: 0px 0px 12px #000000;
box-shadow: 0px 0px 12px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bbbebd', endColorstr = '#989898');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bbbebd', endColorstr = '#989898')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #bbbebd, #989898);
background-image: -ms-linear-gradient(top, #bbbebd, #989898);
background-image: -o-linear-gradient(top, #bbbebd, #989898);
background-image: -webkit-gradient(linear, center top, center bottom, from(#bbbebd), to(#989898));
background-image: -webkit-linear-gradient(top, #bbbebd, #989898);
background-image: linear-gradient(top, #bbbebd, #989898);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.divlogin {
padding-bottom: 10px;    
background-color: transparent;
border: 0px solid #bbbebd;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 12px #000000;
-webkit-box-shadow: 0px 0px 12px #000000;
box-shadow: 0px 0px 12px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1858ab', endColorstr = '#142437');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1858ab', endColorstr = '#142437')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #1858ab, #142437);
background-image: -ms-linear-gradient(top, #1858ab, #142437);
background-image: -o-linear-gradient(top, #1858ab, #142437);
background-image: -webkit-gradient(linear, center top, center bottom, from(#1858ab), to(#142437));
background-image: -webkit-linear-gradient(top, #1858ab, #142437);
background-image: linear-gradient(top, #1858ab, #142437);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}

.espacio {
	bottom : 0;
	margin-left:20px;
	margin-right:20px;
}
.bottom-footer {
	bottom : 0;
	width : 100%;
}
.nextimg{
	bottom : 50%;
	width : 100%;
}
.footerlogo{
	background-image: url(../images/logofleetmaster.png);
	height:40px;
	width:85px;
	margin-left:10px;
}
.count {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	padding: .1em .5em;
	top: 50%;
	margin-top: -1em;
	margin-left: .5em;
}
.count-a {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	padding: .1em .5em;
	margin-left: 10px; 

}
.text-input-h{
	position: absolute;
	color: #FFFFFF;
	margin-top: -18px; 
}
.user_name{
	color: #0b497b;
	text-shadow: #FFFFFF 1px 1px 2px;
	position:absolute;
	right: 5%;
	z-index:1;
}
.pos_name_unit{
	position:relative;
	display:block;
	margin-left: 6.8em; 
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap
}
.pos_info_unit{
	position:relative;
	display:block;
	margin-left: 9em; 
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap
}
.MarkerPopUp
{
    color:#000000;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    border:1px solid #D3D3D3;
    background-color: #FFFFF0; 
    width:180px; 
    height:80px;
	font-size:11px;   
    text-align:left;
}
.pos_checkbox
{
    width:60%;
    position:relative;
    left: 20%;
}
.pos_login
{
    width:60%;
    position:relative;
    left: 20%;
}

.support {
    font-size: 12.5px; 
    font-weight: bold; 
    color: #ffffff;
    text-shadow: none;
    /*padding-bottom: 20px;*/
    display: inline-block;
    width: 100%
}

.support span {
    display: block;
    margin: 3px 0;
}

.support span a:link{
    text-decoration: none;
    color: #ffffff;
}

a#forgot_pass {
    text-shadow: none;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 12px 0;
}

a#forgot_pass:hover {
  color: #2489ce;    
}

/*estilo para que el pie de pagina se vea abajo*/


#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:-50px; /* Height of the footer */
    /*background:#e29811;*/
}

  