body {
	margin:0;
	padding:0;
	font:13px/16px "Lucida Grande", Arial, Sans-serif;
	color:#789;
	background-color: #F9F7ED;
}
#container {
	width:80%;
	margin:0 auto;
	position: relative;
}

#content {
	width:720px;
	min-height:500px;
}
a:link, a:visited {
	color:#36393D;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-width:0;
}
#topnav {
	padding:10px 0px 12px;
	font-size:1em;
	line-height:23px;
	text-align:right;
}
#topnav a.contenedor_menu {
	background:#CDEB8B;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#36393D;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url("/img/login/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.contenedor_menu:hover {
	background:#C3D9FF;
	*background:transparent url("/img/login/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.contenedor_menu, #topnav a.contenedor_menu:hover {
	*background-position:0 3px!important;
}

a.contenedor_menu {
	position:relative;
	margin-left:3px;
}
a.contenedor_menu span {
	background-image:url("/img/login/toggle_abajo.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-abrir {
	background:#CDEB8B!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.contenedor_menu.menu-abrir span {
	background-image:url("/img/login/toggle_arriba.png");
	color:#789;
}

#menu_ingreso {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#CDEB8B;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 24.5px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:1em;
}
#menu_usuario {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#CDEB8B;
	position:absolute;
	width:120px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 24.5px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:1em;
}
#form_ingreso{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background-color:#CDEB8B;
	width:400px;
	border:1px transparent;
	text-align:left;
	padding:12px;
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:1em;
}
#form_ingreso input[type=text],#form_ingreso input[type=password],#menu_ingreso input[type=text], #menu_ingreso input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#menu_usuario p,#form_ingreso p,#menu_ingreso p {
	margin:0;
}
#menu_usuario a,#form_ingreso a,#menu_ingreso a {
	color:#6AC;
}
#menu_usuario label,#form_ingreso label,#menu_ingreso label {
	font-weight:normal;
}
#form_usuario label ,#form_gps label,#form_facturacion label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}
#menu_usuario p.remember,#form_ingreso p.remember,#menu_ingreso p.remember {
	padding:10px 0;
}
#menu_usuario p.forgot,#menu_usuario p.complete,#form_ingreso p.forgot, #form_ingreso p.complete,#menu_ingreso p.forgot, #menu_ingreso p.complete {
	clear:both;
	margin:5px 0;
}
#menu_usuario p a,#form_ingreso p a,#menu_ingreso p a {
	color:#27B!important;
}
#ingresar_boton {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('/img/login/boton-fondo.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#36393D;
	padding:4px 10px 5px;
	font-size:1em;
	margin:0 5px 0 0;
	font-weight:bold;
}
#ingresar_boton::-moz-focus-inner {
padding:0;
border:0;
}
#ingresar_boton:hover, #ingresar_boton:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.boton_formulario {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('/img/login/boton-fondo.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#36393D;
	padding:4px 10px 5px;
	font-size:1em;
	margin:0 5px 0 0;
	font-weight:bold;
}
.boton_formulario::-moz-focus-inner {
padding:0;
border:0;
}
.boton_formulario:hover, .boton_formulario:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(/img/login/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(/img/login/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(/img/login/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(/img/login/tipsy-west.gif);
	background-position:left center;
}
/* Para ver bonitos los div de errores */

.info, .success, .warning, .error, .validation {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/img/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/img/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/img/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/img/error.png');
}
p.texto {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-indent: 5ex;
}
.alineado-medio{
	vertical-align:middle;
}
h1.estaticas {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	text-indent: 5ex;
}
#navigation {
    background-color: #F9F7ED;
    height: 36px;
	width: 100%;
    background-image: url(/img/navigation_li_bg.png);
    background-repeat: repeat;
}
.nav{
    height: 35px;
	width: 100%;
    list-style: none;
    line-height: 35px;
    padding-top:4px;
 
}
.nav li{
    float:left;
    padding-left:7px;
 
}
.nav li a{
    float:left;
    display:block;
    height:36px;
    text-decoration:none;
    padding-left:5px;
    font-weight:bold;
    color:#000;
	cursor: pointer;
}
.nav li a span{
    height:36px;
    float: left;
    display: block;
    padding: 0 10px 0 8px; /*Padding of menu items*/
}
.nav li.current a, .nav li a:hover{
    color: #000; /*left tab image path*/
    background-position: left top;
    background-image: url(/img/navigation_li_hover_iz.png);
    background-repeat: no-repeat;
}
.nav li.current a span, .nav li a:hover span{
    color: #000; /*right tab image path*/
    background-image: url(/img/navigation_li_hover.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.mapa {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
	top:0px; 
    left:0px;
}
.centrada {
	margin: auto;
	width:100%; 
}
.toolbar{ 
    position:absolute; 
	width:40px;
	height:110px; 

}
.alarma,.geocerca{
	padding: 10px; /*Padding of menu items*/
}
.alarma_nombre,.geocerca_nombre{
	cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.5em;
	color:#789;	
}
.geocerca_cuando,.geocerca_velocidad{
    font-size:0.5em;
}
.alarma_destinatario,.geocerca_destinatario{
	clear: both;
}
.alarma_destinatario_agrega,.geocerca_destinatario_agrega{
	clear: both;
}
.alarma_destinatario_principal,.geocerca_destinatario_principal{
	padding: 5px; /*Padding of menu items*/
    border: 1px solid #ccc;
}
.alarma_destinatario_nombre,.geocerca_destinatario_nombre,.informe_destinatario_nombre{
	padding: 5px; /*Padding of menu items*/
	width: 200px;
	float: left;
}
.alarma_destinatario_cuando,.geocerca_destinatario_cuando,.informe_destinatario_cuando{
	padding: 5px; /*Padding of menu items*/
	width: 300px;
	float: left;
}
.alarma_elimina,.geocerca_elimina,.informe_destinatario_elimina{
	padding: 5px; /*Padding of menu items*/
	left:80px; 
	float: left;
}
.alarma_link:link, .alarma:visited ,.geocerca_link:link, .geocerca:visited {
	color:#36393D;
	text-decoration:none;
}
.alarma_link:hover,.geocerca_link:hover {
	text-decoration:underline;
}
.preferencia_nombre{
	float: left;
	position: relative;
	padding: 5px;
	font-weight:bold;
	font-size:1.2em;
	vertical-align:middle;
}
.preferencia_opcion{
	float: left;
	padding: 5px;
	position: relative;
	font-size:1.2em;
	text-align: left;
}
.toggleable_nombre{
	vertical-align:middle;
}
.float_left{
	float: left;
}
.clear_both{
	clear: both;
}
.mano{
	cursor: pointer;
}
#contenedor{width:100%px;}
#contenedor_iz{float:left; width:20%; vertical-align:middle;}
#contenedor_de{float:left; width:20%; vertical-align:middle;}
#contenedor_ce{float:left; width:60%; vertical-align:middle;}
#mensaje_contenedor{
	display:none;
	background: #fff;
	position:fixed;
	padding: 20px;
	border: 20px solid #ddd;
	font-size: 1.2em;
	width:30%; height:200px;
	bottom: 0; right: 35%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.popDatos{
	padding: 5px;
	font-weight:bold;
	font-size:1.2em;
	vertical-align:middle;
}
.popDatosNombre{
	padding: 15px;
	font-weight:bold;
	font-size:1.5em;
	vertical-align:middle;
}

div.gps_admin_id,
div.gps_admin_nombre,
div.gps_admin_numero,
div.gps_admin_pin,
div.gps_admin_dinero,
div.gps_admin_saldo{
	padding: 5px;
	width:60px; 
	float: left;
	text-align: center;
}
div.gps_admin_opciones{
	padding: 5px;
	width:90px; 
	float: left;
	text-align: center;
}
div.gps_admin_nombre{
	padding: 5px;
	width:80px; 
	float: left;
}
div.gps_admin_dias{
	padding: 5px;
	width:150px; 
	float: left;
}
div.gps_usuario_opciones,
div.gps_usuario_rutdv
{
	padding: 5px;
	width:60px; 
	float: left;
	text-align: center;
}
div.gps_usuario_nombre{
	padding: 5px;
	width:200px; 
	float: left;
}
/* The close button */

a#chips-funga {
	background: #F9F7ED;
	color: #789;
	display: block;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	position: absolute;
	right: 7px;
	text-indent: -9999px;
	top: 5px;
	width: 16px;
	z-index: 6;

	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

a#chips-funga em {
	background: #F9F7ED;
	color: #789;
	display: inline-block;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-style: normal;
	height: 16px;
	margin-left: 10px;
	text-align: center;
	text-indent: 0;
	width: 16px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

/* Hover states */

a#chips-funga:hover {
	padding-left: 10px;
	text-indent: 0;
	width: 60px
}

a#chips-funga:hover em {
	background: #F9F7ED;

	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0
}
/* Z-index of #mask must lower than #boxes .window */
#ventana_modal_mascara {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#ventana_modal .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  background-color:#FFFFFF;
}
/* Customize your modal window here, you can add background image too */
#ventana_modal #ventana_modal_contenido {
  width:375px; 
  height:203px;
}
#sobreMapa {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 20000;
	padding: 0 0.5em 0.5em 0.5em;
}
#oferta {
	position: absolute;
	top: 200px;
	right: 50px;
	width: 244px;
	z-index: 30000;
	padding: 0 0.5em 0.5em 0.5em;
}