@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/Background.png);
	background-repeat: no-repeat;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #adaeae;
}
b{
	font-size:13px;
	color: #004000;
}
#index, tr, td, th{
	border-color: transparent;
	font-size: 11px;
	color: #000;
}
#Titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0054A8;
}
#txtBlanco{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color:white;
}
#Datos table {
	font-size: 10px;
}
h2{
font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color: #0054A8;
}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #F00;
}
#trblue{
background-color: #C6FFAD;
color:#FFFFFF;
}
#trlight{
background-color:#FFFFFF;
}
#CelAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#BusquedaForm, #AltaForm, #AltaGrupo, #AltaComentario, #CambioPassword, #FormEstadoCuenta, #FormLogin, #FormReportes {
	background-color: #eee;
	margin: 0 auto;
	border: none;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #aaa;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #aaa;
	padding: 10px;
}
#FormLogin{
	width: 500px;
	background-image:url(images/Login.png);
	background-repeat: no-repeat;
	background-position: top;
	border: none;
	background-color:transparent;
}
#AltaForm, #BusquedaForm, #AltaGrupo, #AltaComentario, #CambioPassword, #FormEstadoCuenta, #FormReportes{
	width: 550px;
}
.requisites{  
    padding: 0 2px 0 2px;  
}  
.requisites.error2{  
    text-decoration: underline;
	font-size:11px;  
    color: #FF0000;
}  
.Horarios{
	border:0;
	color: #008000;
	font-weight:bold;
}
input.error2{
	border-color: #ff4422;
}
input.text.active{
	background: #343434 url(img/search.png) no-repeat scroll right -43px;
	border-color: #000;
	color: #fff;
}
input.txt{
	width: 130px;
	padding: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
input:focus{
	background-color:#d9f0a3;
}
#edtUsuario{
	background-image: url(images/Usuario.png);
}
#edtPassword, #edtPassword1, #edtPassword2, #edtPasswordActual{
	background-image: url(images/Password.png);
}
#edtCorreo, #edtCorreo1, #edtCorreo2{
	background-image: url(images/email.png);
}
#edtNombre{
	background-image: url(images/Nombre.png);
}
#edtDepartamento, #edtGrupo{
	background-image: url(images/Departamento.png);
}
#edtFlotilla, #edtNoEconomico, #edtSerie, #edtFolio{
	background-image: url(images/No.png);
}
#edtFechaIni, #edtFechaFin{
	background-image: url(images/Calendario.png);
}
.success {
	color: #060;
	font-size: 12px;
}
.error {
	color: red;
	font-size: 12px;
}
textarea:focus{
	background-color:#d9f0a3;
}
textarea {
	resize: none;
}
.submit {
   border-top: 1px solid #02822f;
   background: #74d665;
   background: -webkit-gradient(linear, left top, left bottom, from(#64bf52), to(#74d665));
   background: -webkit-linear-gradient(top, #64bf52, #74d665);
   background: -moz-linear-gradient(top, #64bf52, #74d665);
   background: -ms-linear-gradient(top, #64bf52, #74d665);
   background: -o-linear-gradient(top, #64bf52, #74d665);
   padding: 1px 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
}
.submit:hover {
   border-top-color: #357828;
   background: #357828;
   color: #fafafa;
}
.submit:active {
   border-top-color: #07ab38;
   background: #07ab38;
}
#menu{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:1px 1px 3px #888;
	-moz-box-shadow:1px 1px 3px #888;
}
#menu li{border-bottom:1px solid #FFF;}
#menu ul li, #menu li:last-child{border:none}
a.Menu{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-family:'Helvetica', Arial, sans-serif;
	font-size:13px;
	padding:2px 5px;
	text-shadow:1px 1px 1px #325179;
}
#menu a:hover{
	color:#F9B855;
	-webkit-transition: color 0.2s linear;
}
#menu ul a{background-color:#63D74E;}
#menu ul a:hover{
	background-color:#FFF;
	color:#2961A9;
	text-shadow:none;
	-webkit-transition: color, background-color 0.2s linear;
}
ul{
	display:block;
	background-color:#46AD34;
	margin:0;
	padding:0;
	width:110px;
	list-style:none;
}
#menu ul{background-color:#5CC34A;}
#menu li ul {display:none;}

.field{
	width:550px;
	border: 2px solid #46AD34;
}
.lg{
	font-size:14px;
	color:#0054A8;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#loading{
	display: none;
}
.panel_button {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 250px;
	height: 54px;
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color:#0054A8;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
div.growlUI { background: url(images/bien.png) no-repeat 10px 10px}
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left
}
select{
	width:165px;
	height:28px;
	padding: 5px;
}
label.Recomencaciones{
	font-size: 10px;
	color: #004000;
}
.contents{
	width: 910px;
	margin: 0;
}
#green{ 
	width:		901px;
	height:		25px;
	font-size:	12px;
	font: 		verdana;
}
.contents2{
	width: 	600px;
	margin: 0;
}
#green2{ 
	width:		591px;
	height:		25px;
	font-size:	12px;
	font: 		verdana;
}
.Foot{	
	position: 		fixed;
	font-size: 		11px;
	height: 		35px;
	width: 			100%;
	bottom: 		0px ;
	background-color: #46ad34;
	font-family: 	verdana, arial ;
	color:			#E6E6E6;
	border-top: 	1px solid #D0CAB3 ;
	font-weight: 	normal;
	/*opacity:0;*/
}
#Foot2{
	position: 			absolute;
	width:				1020px;
	left:				20%;
	top:				5px;
	margin-left:		-100px;
	/*border: 1px solid #009;*/
}
#Fecha{
	position:	absolute;
	text-align:	right;
	left:		795px;
	width:		220px;
	top:		5px;
	color:		#E6E6E6;
}