body {
	margin: 0;
	padding: 0;
	font-family:helvetica,tahoma,verdana,sans-serif;
	/*font-size:11px;*/
}

#divLogin {
	margin: 0 auto;
	width: 600px;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
	padding: 20px;
    text-align: center;
    background: #494F5F;
}

#divLogin h3 {
	color: #FFF;
}

#divLogin input[type="text"], #divLogin input[type="password"]
{
	border: 0 none;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    width: 450px;
    height: 60px;
    -webkit-box-shadow: 4px 4px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 6px rgba(50, 50, 50, 0.75);
}

.button {
	color: rgb(230, 230, 230);
	font-size: 18px;
	padding: 5px;
	text-shadow: 1px 2px 1px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(109,110,113);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
}

.error {
	background: none repeat scroll 0 0 red;
    border: 1px solid;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

.exito {
	background: none repeat scroll 0 0 green;
    border: 1px solid;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

#tituloLogin {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	display: inline-block;
}

#tituloLogin img {
	display: inline-block;
    left: -100px;
    position: relative;
}

#tituloLogin span {
	display: inline-block;
    float: right;
    position: relative;
    /*top: -40px;*/
    vertical-align: top;
    width: 200px;
}

#menuAdmin {
	width: 250px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

#mainContent {
	width: 740px;
	height: auto;
	display: inline-block;
}

#mainContent input[type="text"], #mainContent input[type="password"], #mainContent input[type="email"], #txtTipoUsuario, #txtEstadoBusqueda, #txtEstado, #txtTipoUnidad, #txtTipoCombustible, #txtChoferResguardo, #mainContent #txtActivo {
	display: block;
    font-size: 13px;
    margin: 10px;
    /*width: 300px; INPUT ANCHO*/
}

#mainContent h3 {
	border-bottom: 1px dashed #394053;
    color: #394053;
    text-transform: uppercase;
}

#buscador input[type="text"] {
	display: inline-block;
}
/* ------------------------- */
#barraTituloAdmin {
	/*background: url("../images/bgBarraSuperior.jpg") repeat-x scroll 0 0 transparent;
    box-shadow: 0 5px 5px #888888;*/
    color: #FFFFFF;
    font-weight: bold;
    height: 49px;
	background-color: #3a4056;
}

#divBienvenido {
    left: 250px;
    margin: 14px 5px;
    text-align: right;
    width: 400px;
	font-size:11px;
}

#logoRTV {
	background: url("../images/logoRTVBarraSuperior.png") no-repeat scroll 0 0 transparent;
	background-position: center;
    height: 38px;
    width: 102px;
	/*vertical-align: middle;
	vertical-align:central;*/
}

#tituloSistema {
    margin: 7px;
    vertical-align: middle;
    width: 200px;
	font-size:14px;
}



ul {
	padding: 0 20px;
}

li {
	line-height: 1.4em;
    list-style-image: url("../images/arrow9px.png");
    list-style-position: outside;
}

a {
	color: #666666;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Clases móviles */

#btnRegistraSalida {
	display: block;
    font-size: 35px;
    height: 80px;
    margin: 30px auto;
    width: 50%;
}

#btnRegistraEntrada {
	display: block;
    font-size: 35px;
    height: 80px;
    margin: 30px auto;
    width: 50%;
}

#mainContentRegistro input[type="text"], #mainContentRegistro input[type="number"], #mainContentRegistro input[type="date"], #mainContentRegistro input[type="range"], #mainContentRegistro input[type="time"], #mainContentRegistro #txtVehiculoSale, #mainContentRegistro #txtChoferes, #mainContentRegistro #txtTipoSalida, #mainContentRegistro #txtActividadComision, #mainContentRegistro #txtLugarComision {
	display: block;
    font-size: 35px;
    margin: 10px auto;
    width: 50%;
    height: 80px;
}

#mainContentRegistro label {
	font-size: 30px;
	font-weight: bold;
	margin-left: 10%;
}

#mainContentRegistro h3 {
	font-size: 35px;
	font-weight: bold;
}

/*#mainContentRegistro input[type=range]*/input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 44px; height: 44px;
  background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
  border: 1px solid #bbb;
  -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
}

fieldset {
	font-size: 30px;
	font-weight: bold;
	width: 80%;
	margin: 10px auto;
}

#mainContentRegistro input[type=checkbox] {
	width: 44px; height: 44px;
	-webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
	border: 1px solid #bbb;
}

#btnGuardaRegistroSalida {
	display: block;
    font-size: 35px;
    height: 80px;
    margin: 30px auto;
    width: 50%;
}

.btnMobile {
	display: block;
    font-size: 35px;
    height: 80px;
    margin: 30px auto;
    width: 50%;
}

.mobile {
	width: 50%;
	height: 50%;
	font-size: 50px;
	font-weight: bold;
	margin: 50% auto;
	text-align: center;
	padding: 20px;
}

.itemComision {
	border-bottom: 3px dashed #CCCCCC;
	width: 80%;
	margin: 0 auto;
	/*height: 200px;*/
}

.itemComision .mobile {
	margin: 10px 10%;
	width: 80%;
}

.itemInfo {
	font-size: 20px;
    margin: 10px;
}

.itemInfo span {
	display: block;
}

/* Fin de las clases móviles */

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr.titulo {
	color: #343b4b;
	font-size: 14px;
	font-weight: bold;
	height: 38px;
}

input[type="text"], select, textarea, password {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343b4b;
	font-weight: bold;
}

tr.datosLista {
	color: #ffffff;
	font-size: 11px;
	height: 22px;
}


table.calendario {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
tr.borde_bajo td {
	border-bottom:1px solid #D7D7D7;
}

td.fechaold{
	color:#666;
}
td.fechahoy{
	color:#093;
}
td.fechanew{
	color:#006;
}

/* 22/09/2015 */
table.cargaT {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006;
}
tr.tit_cargaT {
	font-weight:bold;
	height:30px;
	text-align:center;
}

tr.relleno1 {
	background-color:#CCC;
	height:25px;
}
tr.relleno2 {
	background-color:#E1ECFD;
	height:25px;
}




