/* --------------- FONT FACE -------------------- */

@font-face {
    font-family: 'DicotMediumRegular';
    src: url('../fonts/dicot/dicotme-webfont.eot');
    src: url('../fonts/dicot/dicotme-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dicot/dicotme-webfont.woff') format('woff'),
         url('../fonts/dicot/dicotme-webfont.ttf') format('truetype'),
         url('../fonts/dicot/dicotme-webfont.svg#DicotMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* --------------- FIN FONT FACE -------------------- */

body{
	margin:0;
	padding:0;
	background: url('../images/main_bg.jpg') repeat top left;
}
.header{
	width:100%;
	/*height:100px;*/
	height:120px;
	background: url('../images/header_bg.jpg') repeat-x top left;
}
.header_ct{
    /*height: 85px;*/
    height: 105px;
    margin: 0 auto;
    width: 1024px;
}
.logo_outsourcing{
	width:309px;
	height:120px;
	background:url(../images/logo.jpg) no-repeat;
	float:left;
	margin: 18px 0 0 0;
}
.logo_comercial{
	width:500px;
	height:120px;
	background:url(../images/logo.jpg) no-repeat;
	float:right;
	margin: 24px 0 0 0;
}
.menu{
	width:100%;
	height: 68px;
	background: url('../images/menu_bg.jpg') repeat-x top left;
}
.menu_ct{
	margin: 0 auto;
	height: 40px;
    width: 900px;
	padding-top: 16px;
}
.menu_titulo{
	font-family: 'DicotMediumRegular';
	font-size:25px;
	color:#ffa500;
}
.menu_titulo2{
	font-family: 'DicotMediumRegular';
	font-size:21px;
	color:#988051;
	float:left;
	margin: 3px 4px 0 0;
}
.menu_texto{
	font-family: 'Arial';
	font-size:16px;
	color:#ffffff;
	height: 18px;
	margin: 8px 0 0;
}

.medio{
	width: 960px;
	height: auto;
	#margin: 0 auto 120px;
	margin: 0 auto 120px;
	#margin-top: 40px;
	margin-top: 40px;
	#padding-top: 15px;
	padding-top: 15px;
}
.medio2{
	width: 1024px;
	height: 570px;
	margin: 0 auto;
}
.medio3{
	width: 1024px;
	#height: 700px;
	height: 540;
	margin: 0 auto;
	
}
.medio4{
	width: 524px;
	#height: 700px;
	height: 240;
	margin: 0 auto;
	
}
.acceso_cuad{
	background:url(../images/acceso_back.png) no-repeat top left;
	margin: 0 auto;
	width: 276px;
	height:167px;
}
.acceso_clave{
	margin: 0 auto;
	width: 450px;
	height:167px;
}
.footer{
	width:100%;
	height:120px;
	bottom:0px;
	position: relative;
	background: url('../images/footer_bg.jpg') repeat-x top left;
}
.titulo1{
	font-family: 'DicotMediumRegular';
	font-size:17px;
	color:#4d4d4d;
}
input#campo_nom{
	width:205px;
	height:25px;
	background:url(../images/campo_nombre.png) no-repeat top left;
	margin: 10px 35px;
	border: none;
	padding: 0 0 0 28px;
}
input#campo_acceso{
	width:450px;
	height:25px;
	padding: 0 0 0 28px;
}
input#campo_clave{
	width:205px;
	height:25px;
	background:url(../images/campo_clave.png) no-repeat top left;
	margin: 5px 35px;
	border:none;
	padding: 0 0 0 28px;
}
.boton_ingresar{
	width:62px;
	height:21px;
	background:url(../images/ingresar_btn.png) no-repeat top left;
	margin: 6px 30px 0 0;
	float:right;
}

/******* segundo ********/

#usuarioP{
	width:1024px;
	
}

#nombreUusario{
	width:430px;
	height:40px;
	float:left;
}

#nombreCcliente{
	padding-top: 8px;
	#width: 258px;
	width: 370px;
	height:40px;
	float:left;
}

#ayuda{
	float: left;
    height: 40px;
    padding-top: 8px;
    width: 110px;
}

#ayuda article{
	 background: url("../images/ayuda_btn.png") no-repeat scroll right 28% transparent;
    color: #999999;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
    height: 25px;
    padding-left: 10px;
    vertical-align: middle;
   width: 60px;
	padding-top:10px;
	text-decoration:underline;
	
}

#manual_usuario{
	padding-top: 8px;
	#width:220px;
	width:220px;
	height:40px;
	float:left;
}

#manual_usuario article{
	 background: url("../images/manual_usuario.png") no-repeat scroll left 28% transparent;
    color: #999999;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
    height: 25px;
    padding-left: 23px;
    vertical-align: middle;
    width: 120px;
	padding-top:10px;
	text-decoration:underline;
	
}



#nombreCcliente article{
    color: #999999;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    height: 35px;
    padding-left: 10px;
    vertical-align: middle;
 width: 266px;
	padding-top:10px;
}

#nombreUusario article{
	background: url("../images/bg_usuario.png") no-repeat scroll 0 0 transparent;
    color: #999999;
    font-size: 12px;
    height: 35px;
    padding-left: 190px;
    vertical-align: middle;
    width: 360px;
	padding-top:15px;
}

#menuUusario{
	/*width: 280px;*/
	width: 280px;
	float:left;
	padding-top:35px;
}



#pedido_norm{
	background:url(../images/bg_menu.png) no-repeat;
	height:50px;
	width:280px;
	/*margin-bottom:70px;*/
	margin-bottom:10px;
	margin-top:10px;
	list-style:none;
	text-align:right;
	padding-top:10px;
	font-family: 'DicotMediumRegular';
	text-decoration:none;
	color:#4d4d4d;
	font-size:18px;
}




#mapaMenu{
	float:left;
	width: 717px;
	/*height: 650px;*/
	height: 130px;
	margin-left: 15px;
}

#mapaMenu article{
	/*position:absolute;*/
	float:left;
	width:67px;
	height:87px;
	padding:5px;
}

#consolidarAprobar
{
	margin-left: 35px;
    margin-top: 30px;
    
}

#consultarPedido{
	 /*margin-left: 185px;*/
	margin-left: 35px;
	margin-top: 30px;
  
}

#historiaPedido{
	/*margin-left: 340px;*/
	margin-left: 35px;
    margin-top: 30px;
}

#generarPedido{
	/*margin-left: 486px;*/
	margin-left: 35px;
    margin-top: 30px;
}

#revisarPedido{
	margin-left: 35px;
	margin-top: 30px;
    /*margin-top: 145px;*/
}

#generarProforma{
	margin-left: 35px;
    margin-top: 30px;
}

#consultarProforma{
	margin-left: 35px;
    margin-top: 30px;
}
#administracion{
	background:url(../images/bg_menu.png) no-repeat;
	height:50px;
	width:280px;
	list-style:none;
	text-align:right;
	/*margin-top: 170px;*/
    padding-top: 10px;
	font-family: 'DicotMediumRegular';
	text-decoration:none;
	color:#4d4d4d;
	font-size:18px;
}

#mapaMenu2{
	float:left;
	width: 717px;
	height: 130px;
	margin-left: 15px;
}

#mapaMenu2 article{
	/*position:absolute;*/
	/*position:relative;*/
	float: left;
	width:67px;
	height:87px;
	padding:5px;
}

#cambiarClave{
	margin-left: 35px;
     margin-top: 30px;
}

#asignarDestino{
	margin-left: 35px;
 	margin-top: 30px;
}

#asignarPresupuesto{
	margin-left: 35px;
    margin-top: 30px;
}

#portafolioDestinos{
	margin-left: 35px;
    margin-top: 30px;
}
#estadisticas{
	background:url(../images/bg_menu.png) no-repeat;
	height:50px;
	width:280px;
	/*margin-top: 60px;*/
	list-style:none;
	text-align:right;
	padding-top:10px;
	font-family: 'DicotMediumRegular';
	text-decoration:none;
	color:#4d4d4d;
	font-size:18px;
}

#mapaMenu3{
	float:left;
	width: 717px;
	height: 260px;
	margin-left: 15px;
}

#mapaMenu3 article{
	/*position:absolute;*/
	/*position:relative;*/
	float: left;
	width:67px;
	height:87px;
	padding:5px;
}
#consumoPresupuesto{
	margin-left: 35px;
    margin-top: 30px;
}

#consumoPresupuestoEst{
	margin-left: 35px;
    margin-top: 30px;
}

#reporteConsumo{
	margin-left: 35px;
    margin-top: 30px;
}

#reporteConsumoEst{
	margin-left: 35px;
    margin-top: 30px;
}

#cartera{
	margin-left: 35px;
    margin-top: 30px;
}

#facturarDetalle{
	margin-left: 35px;
    margin-top: 30px;
}

#consumoProducto{
	margin-left: 35px;
   margin-top: 30px;
}

#nuevaListaPrecio{
	margin-left: 35px;
    margin-top: 30px;
}

#stock{
	margin-left: 35px;
    margin-top: 30px;
}

#contabilidad{
	margin-left: 35px;
    margin-top: 30px;
}

/*********** TERCERO *************/

.accesoOutpt1{
	width:550px;
	float:left;
}
.accCliente{
	width:554px;
	background:url(../images/linea_undr.png) no-repeat left bottom;
	#padding: 30px 0 25px;
	padding: 30px 0 25px;
	float:left;
}
.accesoOutpt_titulo{
	float:left;
	font-family: 'DicotMediumRegular';
	font-size:25px;
	color:#988051;
	#margin: 0 0 0 100px;
	margin: 0 0 0 100px;
}
.accesoOutpt_texto{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	#margin: 0 0 0 100px;
	argin: 0 0 0 100px;
}
.accDatos{
	float: left;
    #margin: 0 0 0 60px;
    margin: 0 0 0 0px;
    #width: 270px;
    width: 310px;
}
.accDatos_text{
	font-family: 'DicotMediumRegular';
	font-size:13px;
	color:#333333;
	margin: 0 35px;
}
.accesoOutpt2{
	width:306px;
	float:left;
	margin: 0 0 0 80px;
}
.accesoImg{
	width:268px;
	height:85px;
	background:url(../images/img_fnd.png) no-repeat;
	padding-top: 6px;
	margin: 40px 0 0;
}
.accesoImg_int{
	width:255px;
	height:73px;
	background:url(../images/img_fnd.png) no-repeat;
	margin: 0 auto;
}
.accesoImg_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin: 0 40px;
	text-align:right;
}

/********** CUARTA *****/

.accesoConpt1{
	#width:440px;
	width:520px;
	float:left;
	margin-top:20px;
}
.accesoConpt2{
	#width:540px;
	width:500px;
	float:left;
	#margin: 20px 0 15px 10px;
	margin: 20px 0 0px 0px;
}

.consPedido{
	width:437px;
	background:url(../images/linea_undr2.png) no-repeat left bottom;
	padding: 20px 0 20px;
	float:left;
}

select#select_usr{
	width:205px;
	height:25px;
	background:url(../images/campo_nombre.png) no-repeat top left;
	border: none;
	padding: 5px 0 0 28px;
	margin: 0 0 0 35px;
}
select#select_dest{
	width:230px;
	height:25px;
	background:url(../images/campo_destino.png) no-repeat top left;
	border: none;
	padding: 5px 0 0 28px;
	margin: 0 0 0 35px;
}
.fechas_pedidos{
	width: 135px;
	height: 103px;
	float:left;
	margin: 0 10px 0 15px;
}
.fechas_pedidos_txt{
	font-family: 'DicotMediumRegular';
	font-size:15px;
	color:#333333;
	text-align:center;
	height:35px;
}
.campos_fechas{
	margin:0 auto;
	width:120px;
	margin-top:10px;
}
input#fecha_p{
	width:28px;
	height:24px;
	background:url(../images/campo_fecha_pq.png) no-repeat;
	border: none;
	padding-left: 3px;
	color:#666666;
}
input#fecha_s{
	width:44px;
	height:24px;
	background:url(../images/campo_fecha_gr.png) no-repeat;
	border: none;
	padding-left: 3px;
	color:#666666;
}
.estado_pedido{
	width:419px;
	float:left;
	margin-left:20px;
	font-family: 'DicotMediumRegular';
	font-size:15px;
}
.est_ped_pt{
	width:411px;
	border-bottom:solid #4d4d4d 1px;
	height: 30px;
	margin-bottom:10px;
}
.estado_opc1{
	float:left;
	margin-left: 10px;
}
.label_1{
	padding: 0 90px 0 0;
}
.label_2{
	padding: 0 72px 0 0;
}
.label_3{
	padding: 0 34px 0 0;
}
.label_4{
	padding: 0 90px 0 0;
}
.btn_envio{
	float: left;
    width: 270px;
}
.boton_regresar{
	width:62px;
	height:20px;
	background:url(../images/regresar_btn.png) no-repeat top left;
	margin: 6px 30px 0 0;
	float:left;
}


/********** QUINTA ***********/
.tabla_cnt{
	width: 1024px;
	float:left;
	margin-top: 30px;
	margin-bottom: 10px;
}

.tablasInformativas
{
	background:url(../images/tab_1_fnd.png) no-repeat top left;
	border-collapse: collapse;
    border-spacing: 0;
	font-family:Arial, Helvetica, sans-serif;
}
.tab1{
	
}

.tablasInformativas th
{
	color:#FFF;
	font-weight:normal;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 8px;
	text-transform: none;
}

.tablasInformativas tr:nth-child(odd)
{
	background:url(../images/tab_3_fnd.png) no-repeat top left;
	text-align:center;
	font-size:12px;
 	height: 33px;
 	color:#4d4d4d;
}
.tablasInformativas tr:nth-child(even)
{

text-align:center;
font-size:12px;
 height: 33px;
 color:#4d4d4d;
 background:url(../images/tab_2_fnd.png) no-repeat top left;
}

.boton_nuevac{
	width:142px;
	height:21px;
	background:url(../images/nueva_consbtn.png) no-repeat top left;
	margin: 6px 30px 0 0;
	float:left;
}
.boton_generar{
	width:62px;
	height:21px;
	background:url(../images/btn_generar.png) no-repeat top left;
	margin: 6px 30px 0 0;
	float:right;
}

/******* segundo ********/
