@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0px;
	color:#FFFFFF;
	background-image:url(../images/admin/base/pixel_siati.png);
	background-repeat:repeat-x;
}
a:link, a:visited, a:hover , a:active {
	color: #FFFFFF;
}


#wrapper{
	margin:0px;
	width:100%;
/*	background-color:#00FF00;*/
}
#content{
	width:1020px;
	height:700px;
	margin:auto;
	position:relative;
/*	background-color:#3366CC;*/
}
#contenido{
	width:100%;
	min-height:530px;
	margin:0px;
	position:relative;
/*	background-color:#330;
	overflow:auto;*/
}
#header{
	width:100%;
	height:130px;
	position:relative;
	margin:0px;
	background-image:url(../images/admin/base/logo_siati_header.png);
	background-repeat:no-repeat;
}
#salir{
	position:absolute;
	top:20px;
	left:920px;
	width:100px;
	height:40px;
	vertical-align:top;
	text-align:right;
}
#usuario{
	position:absolute;
	top:50px;
	left:820px;
	width:200px;
	height:20px;
	text-align:right;
}
#menu{
	width:100%;
	height:50px;
	overflow:hidden;
	position:absolute;
	top:80px;
	left:0px;
	background-image:url(../images/admin/menu/base_botonera-50px.png);
	background-repeat:no-repeat;
}
#frame{
	width:100%;
	height:570px;
	overflow:hidden
}
#login{
	width:1200px;
	height:285px;
	overflow:hidden;
	margin:auto;
	position:relative;
	background-image:url(../images/admin/login/fdo_datos_login.png);
	background-repeat:no-repeat;
	
}

#ventana{
	width:960px;
	height:560px;
	background-image:url(../images/admin/base/ventana.png);
	background-repeat:no-repeat;
	position:absolute;
	top:40px;
	left:60px;
}
#tituloVentana{
	width:1020px;
	height:35px;
	position:absolute;
	top:0px;
	left:60px
}
#subtituloVentana{
	width:160px;
	height:100px;
	position:absolute;
	top:100px;
	left:20px;
	font-size:16px;
	font-weight:bold;
}
#formulario{
	width:730px;
	height:377px;
	overflow:auto;
	margin-top:25px;
	margin-left:150px;
	padding-top:30px;
	padding-left:40px; 
	background-image:url("../images/admin/base/formulario.png");
	background-repeat:no-repeat;

}

#tabla{
	width:900px;
	min-height:50px;
	position:relative;
	margin:20px auto;
}

#cabeceraTabla{
	background-image:url("../images/admin/base/pixel_fdo_subtitilo_tabla.png");
	background-repeat:repeat-y;
	width:900px;
	min-height:20px;
	color:#FF6600;
	font-weight:bold;
	float:left;
	padding-top:5px;
}
#cabeceraPaquetes{
	width:900px;
	height:50px;
	margin:40px auto;	
}

#paginador{
	position:absolute;
	top:450px;
	left:700px;
	width:200px;
	height:40px;
}
#numPaginas{
	position:absolute;
	top:450px;
	left:250px;
	width:450px;
	min-height:40px;
}
#menuRuta{
	width:530px;
	height:50px;
	background-image:url('../images/admin/base/menu_rutas_transp.png');
	float:left;
}
#checkMail{
	width:350px;
	height:50px;
	margin-left:20px;
	background-image:url('../images/admin/base/img_enviar_mail_status.png');
	float:left;
}
#perfil{
	width:350px;
	height:50px;
	margin-left:20px;
	background-image:url('../images/admin/base/menu_rutas_transp.png');
	border-radius:15px;
	float:left;
}
#botonStatus{
	position:relative; 
	top:-15px; 
	left:300px; 
	//width:100px;
}
#overlay{
	width:1020px;
	height:768px;
	background-color:#EAEAEA;
	opacity:0.7;
	position:absolute;
	top:0px;
	left:0px;
}
#wait{
	width:220px;
	height:768px;
	text-align:center;
/*	visibility:hidden;*/
	position:absolute;
	top:0px;
	left:0px;
	padding:200px 400px;
	color:#FFFFFF;
}

.pagina{
	min-width:30px;
	max-width:50px;
	float:left;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	}
.rutas{
	margin-top:100px;
}
.consolidados{
	margin-top:80px;
}

.filaTabla{
	background-image:url("../images/admin/base/pixel_fdo_datos.png");
	background-repeat:repeat-y;
	width:900px;
	min-height:20px;
	color:#262f61;
	margin-top:2px;
	float:left;
}

.celdausuarios{
	width:200px;
	min-height:20px;
	float:left;
	margin-left:20px;
}
.celdacabecera{
	height:20px;
	text-align:center;
	vertical-align:middle;
}
.celdapaquetes{
	width:100px;
	min-height:40px;
	float:left;
	margin-left:5px;
}

.celdaicono{
	width:100px;
	min-height:30px;
	float:left;
}
.celdaCheck{
	width:30px;
	min-height:40px;
	float:left;
}

.campoForm{
	float:left;
	width:220px;
	min-height:35px;
	padding-top:5px;
	position:relative;
}
.labelForm{
	float:left;
	width:125px;
	height:30px;
}
.campoBuscar{
	width:230px;
	float:left;
	height:30px;
}

.textoForm{
	float:left;
	width:100px;
	height:30px;
}
.iconos{
	width:340px;
	height:40px;
	float:left;
	text-align:center;
	vertical-align:middle;
/*	background-color:#9933CC;*/
}
.iconitos{	
	float:left;
/*	background-color:#9933CC;*/
}

.camposLogin{
	margin-top:15px;
	width:210px;
	position:relative;
	left:530px;
	font-size:11px;
}
.rigth{
	text-align:right;
	margin-right:10px;
}
.left{
	text-align:left;
}
.espacio{
	width:20px;
	height:20px;
}
.blanco{
	background-color:#FFFFFF;
	text-align:center;
}
.bt_ingresar{
	position:absolute;
	top:100px;
	left:680px
}
.styled-select{
   width: 209px;
   height: 24px;
   overflow: hidden;
   background:url("../images/admin/combobox/img_combo.png") no-repeat;
   border:none;
   color:#FFF;
   font-size:9px;
   padding-left:5px;
   padding-top:2px;
}
.styled-select select{
	width:260px;
	background:transparent;
	-webkit-appearance:none;
}
.bold{
	font-weight:bold;
}

.textField{
	width:200px;
	height:15px;
	font-size:9px;
}
.numberField{
	width:60px;
	height:15px;
	font-size:11px;
}
.botonesForm{
	width: 300px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/admin/base/fondo_comandos.png);
	border-radius:5px;
	padding-top:10px;
	margin-top:10px;
	float:left;
}
.direcciones{
	background-image:url("../images/admin/base/pixel_fdo_datos.png");
	background-repeat:repeat;
	border-radius:5px;
	width:720px;
	min-height:35px;
	position:relative;
	top:30px;
	left:-40px;
	float:left;
	color:#003366;
}
.campo60{
	width:60px;
	text-align:center;
	overflow:inherit !important;
}
.tabrepo{
	width:450px;
	height:55px;
	float:left;
}
.reportes{
	width:500px;
	padding-left:300px;
	min-height:35px;
}
