/**
  * @description: Hoja de Estilos para http://www.netkom.com
  * @author: Yarkan SAC
  * @email: info@yarkan.com.pe
  *
  * Esta hoja esta bajo licencia de Creative Commons 
  * http://creativecommons.org/licenses/by/2.0/
  */

html {
	font: 12px Calibri, Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #999999; /*url(../images/bkg.gif);*/
}

img {
	border: 0;
}

acronym, abbr {
	font-style: italic;
	cursor: help;
	border-bottom: 1px dotted #000;
}

dt {
	color: #000;
}

input, select, textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.important {
	color: #F46926;
}

.aright {
	text-align: right !important;
}

.acenter {
	text-align: center !important;
}

.tabla {
	width: 100%;
	border: 1px solid #999999;
	border-width: 1px 1px 0 0;
	margin: 5px auto;
	font-size: 11px;
}

	.tabla caption {
		font-weight: bold;
		padding: 3px;
		font-size: 12px;
		color: #999999;
	}
	
	.tabla td, .tabla th {
		padding: 6px;
		border: 1px solid #999999;
		border-width: 0 0 1px 1px;
	}
	
	.tabla .bloque {
		padding: 6px;
		border: 1px solid #999999;
		border-width: 0 0 1px 1px;
		background: #dcdcdc;
	}
	
	.tabla thead th {
		/*background: #333333;*/
		background:#999;
		font-size: 12px;
		color: #FFFFFF;
		padding: 2px 6px 2px 5px;
		vertical-align: middle
	}
	
	.tabla .tr01 {
		background: #dcdcdc;
	}
	
	.tabla .tr02 {
		background: #f5f5f5;
	}
	
	.tabla tbody th {
		color: #333333;
		text-align: left;
	}
	
	.tabla .price {
		text-align: right;
	}

#main {
	width: 1002px;
	margin: auto;
	display: table;
	background: #FFF;
}

/**
  * Cabecera
  */
#header {
	width: 1002px;
	height: 150px;
}

	#header h1 {
		height: 75px;
		margin: 0;
		padding: 0;
		border: 0;
	}


/**
  * Navegacion Principal
  */
  
#navmain {
	position: relative;
}

#nav {
	height: 23px;
	background: #000000 url(../images/fondo_menu_2.jpg);
	margin: 0;
	padding: 0;
	font: bold 12px Calibri, Arial, Helvetica, sans-serif;
	border-top: 1px solid #3b3a3a;
	border-right: 0 solid #3b3a3a;
	border-bottom: 1px solid #3b3a3a;
	border-left: 1px solid #3b3a3a;
}

	#nav ul {
		margin: 0;
		padding: 0;
	}
	
	#nav li {
		float: left;
		position: relative;
		height: 23px;
		text-align: center;
		border-right: 1px solid #646464;
		list-style-type: none;
		width: 80px;
	}

	/* IE puedes leer esto?? :) */
	
	#nav>li {
		width: auto;
	}
	/* Fin */
	
	
	#nav a {
		display: block;
		height: 23px;
		line-height: 23px;
		padding: 0 10px;
		text-decoration: none;
		color: #FDF1E5;
	}
	
	#nav li a:hover {
		background: #000000 url(../images/menu_over.jpg);
		color: #FFFFFF;
	}
	
	#nav li ul {
		display: none;
		width: 200px;
		position: absolute;
		top: 100%;
		left: 0;
		border: 1px solid #B9B9B9;
		border-bottom: none;
		font: normal 11px Calibri, Arial, Helvetica, sans-serif !important;
		z-index: 4020 !important;
	}
	
	#nav li>ul {
		top: auto;
		left: auto;
		background-color: #E4E2E2;
	}
	
	#nav li li {
		display: block;
		width: 200px;
		height: auto;
		text-align: left;
		float: none;
		border-right: none;
		border-bottom: 1px solid #B9B9B9;
		background: #e2e2e2;
	}
	
	#nav li li a {
		display: block;
		width: 180px;
		padding: 0 10px;
		font-weight: normal;
		height: auto;
		line-height: 18px;
		color: #333333;
	}
	
	#nav li li a:hover {
		color: #FFF;
		background: #F46926;
	}
	
	#nav li:hover ul, #nav li.over ul {
		display: block;
	}

/**
  * Fin de la navegacion
  */
 
/**
  * Idioma
  */
#clang {
	position: absolute;
	height: 23px;
	line-height: 23px;
	padding: 1px 2px;
	top: 3px;
	right: 5px;
	}

	#clang img {
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	}

	#clang a {
		font: bold 10px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #FFF;
		padding: 2px 0;
		vertical-align: top;
	}
	
	#actual {
		background: url(../images/flages.gif) no-repeat 70px;
	}

	#langes {
		background: url(../images/flages.gif) no-repeat 70px;
	}
	
	#langen {
		background: url(../images/flagen.gif) no-repeat 70px;
	}

	#langpe {
		background: url(../images/flages.gif) no-repeat 70px;
	}
	
/**
  * Fin Idioma
  */
  
/**
  * Pagina principal
  */
#homecontainer {
	display: table;
/*	background: #FFF url(../images/bghomecontainer.gif) repeat-y; /*BLC23*/
	width: 1002px;
	border: 1px solid #f1f1f1;
	border-width: 0 1px;
}

#hmuestra {
	width: 414px;
	margin: 0;
	padding: 12px 0 12px 8px;
	float: left;
	background: #FFF;
	height: auto;
}
	
	#homecontainer>#hmuestra {
		background: transparent;
	}

#hresume {
	width: 354px;
/*	border-left: 1px solid #DCB86B; /*BLC23*/
	background: #FFFFFF;
	float: left;
	color: #243783;
}

	#hresume h2 {
		font-size: 18px;
		font-weight: normal;
		margin: 10px 5px 5px 10px;
	}
	
	#hresume a {
		color: #4457A2;
	}
	
.lista {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.lista li {
	list-style-type: none;
	list-style-image: url(../images/vineta2_new.gif); 	
}
.lista2 li {
	list-style-image: url(../images/vineta2_new.gif) !important;
}

.lista3 li {
	list-style-image: url(../images/vineta2_new.gif);

	}


/**
  * Productos de la página principal
  */

.hproduct {
	width: 45%;
	float: left;
	margin: 0px;
	padding: 4px;
	width: 46%;
	text-decoration: none;
}

td.nueva_tabla a{
	color: #FFF;

}

	.hproduct li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.hproduct img {
		border: 1px solid #4457A2;
	}
	
	.hproduct p {
		margin: 0px;
	}
	
	.hproduct a.price {
		font-weight: bold;
		color: #DD652E !important;
		text-decoration: none;
	}
	
	.hproduct a.price:hover {
		text-decoration: underline;
	}


/**
  * Pagina Interior
  */
#incontainer {
	display: block; /* table; */
	overflow:hidden;
	background: #fff url(../images/bgincontainer2.gif) repeat-y;
	width: 1000px;
	border-right: 1px solid #333333;
	border-left: 1px solid #D6DEE6;
	border-top:0px solid #D6DEE6;
}


/**
  * Menu Lateral
  */
#menu {
	width: 177px;
	border-right: 1px solid #D6DEE6;
	background: url("../images/bgincontainer2.gif") repeat-y scroll 0 0 #FFFFFF;
	color: #000;
	float: left;
	font-weight: bold;
}

	#menu h3 {
	font: bold 18px Calibri, Arial, Helvetica, sans-serif;
	color: #F46926;
	margin: 0px;
	padding: 7px 5px 5px 5px;
	text-align: left;
	}
	
		#menu h3 a{
			text-decoration:none;
	font: bold 18px Calibri, Arial, Helvetica, sans-serif;
	color: #F46926;
	margin: 0px;
	padding: 7px 5px 5px 5px;
	text-align: left;
	}
	
		#menu h3 a:hover{
			text-decoration:none;
	}
	
	#menu ul {
	    font: bold 12px Calibri, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#menu a {
	    text-decoration: none;
	}
	
	#menu a:hover {
	    text-decoration: underline;
		color: #F90;

	}
	
	#menu li {
		padding: 7px 10px 2px 16px;
		background: url(../images/menuvin01_new.png) no-repeat 4px 10px;
	}
	
	#menu ul li a {
	color: #000;
	}
	
	#menu li ul a {
		font-size: 11px;
		/*color: #F90;*/
		color:#999;
	}
	
	#menu li ul a:hover{
		font-size: 11px;
		/*color: #F90;*/
		color:#999;
	}
	
	#menu li li {
		padding: 7px 10px 2px 9px;
		background: url(../images/menuvin02_new.gif) no-repeat 1px 12px;
	}
	
/**
  * Contenido
  */
  
#content {
	width: 654px;
	float: left;
	background: #FFF; /*url(../images/bgcontent.gif) repeat-x;*/
	color: #333333;
}

/**
  * Migas de Pan
  */
#pan {
	border-bottom: 0px solid #cccccc;
	padding-top: 5px;
	font-size: 12px;
}

	#pan ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		color:#333;
		border: none;
	} 
	
	#pan ul li {
	margin-left: 10px;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
	color:#333;
	}
	
	#pan a {
		text-decoration: none;
		color: #333;
		background-repeat: no-repeat;
		text-decoration:underline
	}
	
	#pan a:hover {
		text-decoration: underline;
	}

#contenido {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 0 10px 5px 10px;
	margin: 0 2px 10px 2px;
}


	#caso {
		color: #000000;
		font-size: 18px;
		font-weight: bold;
		height: 30px;
		margin: 10px 0;
	}
	
	#des
	{
	width:100%; height:50px;	
	}
	#des1
	{
		width:50%; height:35px; float:left; padding-top:15px;
	}
	#des1_
	{
		width:70%; height:35px; float:left; padding-top:15px;
	}
	#des2
	{
		width:50%; height:50px; float:left;
	}
	#des2_
	{
		width:30%; height:50px; float:left;
	}
	
	#contenido a:link {
	    font-size: 12px;
		color: #333333;
	}
	
	#contenido a:visited {
	    font-size: 12px;
		color: #333333;
	}
	
	#contenido a:hover {
	    font-size: 12px;
		color: #F46926;
	}

	#contenido a.lnkContent:link {
    font-size: 12px;
		color: #333333;
		text-decoration:none
	}
	#contenido a.lnkContent:visited {
	  font-size: 12px;
		color: #333333;
		text-decoration:none
	}
	#contenido a.lnkContent:hover {
    font-size: 12px;
		color: #F46926;
		text-decoration:none
	}

	#contenido h2 {
	    font-family: Calibri, Arial, Helvetica, sans-serif;
		color: #333333;
		font-weight: bold;
		font-size: 16px;
	}
	
	.imgright, .imgleft {
		border: 1px solid #999999;
		margin: 3px 5px;
	}
	
	.imgleft {
		float: left;
	}
	
	.imgright {
		float: right;
	}
	
	#contenido  p {
		text-align: justify;
		/*color:#666;*/
	}
	
	#contenido h3 {
		/*background: #F46926;*/
		background-color:#999;
		color: #FFF;
		font-size: 13px;
		padding: 2px 6px 2px 6px;
		vertical-align: middle;
		clear: both;
		/* yo edite jhon 
		width:130px;*/
	}
	
	#h3
	{
		font-weight:bold;
		font-size:14px;
		color:#333;
		width:100%;		
	}
	
	
	#contenido a.det {
	    font-size: 12px;
		color: #F46926;
	}
	#contenido a.det:hover {
	    font-size: 12px;
		color: #666666;
	}
	
/**
  * Extras
  */

#xtras {
	float: right;
	width: 167px;
	border-left: 1px solid #CCCCCC;
	background: #333333;
	vertical-align:top;
}

#xtras h3 {
	color: #666;
	font-size: 13px;
	margin: 0px;
	padding: 7px 5px 5px 10px;
}

#xtras p {
	margin: 0px;
	padding: 7px 5px 5px 10px;
}

#xtras a {
	color: #cccccc;
	text-decoration: none;
	
}

#xtras a:hover {
	text-decoration: underline;
}

#xtras .lista li {
	list-style-image: url(../images/vineta_new.gif);
			
}

#xtras a.here:link {text-decoration:underline; color: #666666; font-size: 12px; font-family:Calibri, Arial, Helvetica, sans-serif} /* Link no visitado*/
#xtras a.here:visited {text-decoration:underline; color:#f36920; font-size: 12px; font-family:Calibri, Arial, Helvetica, sans-serif} /*Link visitado*/
#xtras a.here:active {text-decoration:underline; color: #333333; font-size: 12px; font-family:Calibri, Arial, Helvetica, sans-serif} /*Link activo*/
#xtras a.here:hover {text-decoration:underline; color: #ffffff; font-size: 12px; font-family:Calibri, Arial, Helvetica, sans-serif} /*Mouse sobre el link*/

#botonTech {padding:5px 0 0 0; border: 0px; border-color:#000000; border-style: solid;}
#botonTech a {display:block; width:106px;height:40px; text-decoration:none;}
#botonTech a:hover {background-position:bottom;}
#changeTech {background-image:url(../images/boton_tech_support_new3.jpg); background-repeat:no-repeat;}

#botonMess {padding:5px 0 0 0; border: 0px; border-color:#000000; border-style: solid;}
#botonMess a {display:block; width:106px;height:40px; text-decoration:none;}
#botonMess a:hover {background-position:bottom;}
#changeMess {background-image:url(../images/boton_messenger_new3.jpg); background-repeat:no-repeat;}

#botonSkype {padding:5px 0 0 0; border: 0px; border-color:#000000; border-style: solid;}
#botonSkype a {display:block; width:106px;height:40px; text-decoration:none;}
#botonSkype a:hover {background-position:bottom;}
#changeSkype {background-image:url(../images/boton_skype_new3.jpg); background-repeat:no-repeat;}

/**
  * Pie de pagina
  */
#footer {
	margin: 0;
	padding: 0;
	background: #666666;
	width: 1002px;
	display: table;
	font: 11px Calibri, Verdana, Arial, Helvetica, sans-serif;
	}

	#copyright {
		float: left;
		margin: 0px;
		padding: 5px 5px 5px 5px;
		color:#FFFFFF;
		font: 11px Calibri Verdana, Arial, Helvetica, sans-serif;
	}
	#copyright a.lnkContent:link {
		color: #fff;
		text-decoration:none
	}
	#copyright a.lnkContent:visited {
		color: #fff;
		text-decoration:none
	}
	#copyright a.lnkContent:hover {
		color: #F46926;
		text-decoration:none
	}

	#copyleft {
		float: right;
		margin: 0px;
		padding: 5px 5px 5px 5px;
		color:#5A69AA;
		font: 11px Calibri, Verdana, Arial, Helvetica, sans-serif;
	}
.tr_empleado {
	background-image: url(../images/BACK_EMPLE.jpg);
	background-color: #DCDCDC;
}

	#copyleft a {
		color: #BDC4E2;
		text-decoration: none;
		font: 11px Calibri, Verdana, Arial, Helvetica, sans-serif;
	}
.titulo_pro {
	font-size: 12px;
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
}

	
	#copyleft a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		font: 11px Calibri, Verdana, Arial, Helvetica, sans-serif;
	}

#img_bord {
border: 1px solid #666;	
	
}

/*cambios menu derecha*/

#paises{
	/*background: url("../images/fondo_menu_2.jpg") repeat scroll 0 0 #000000;*/
    border-color: #FFF;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	font: bold 12px Calibri,Arial,Helvetica,sans-serif;
	height: 23px;
	margin: 0;
	padding: 0;
	}
	
#paises li{
	border-right: 1px solid #646464;
    height: 23px;
    list-style-type: none;
    position: relative;
    text-align: center;
	
	} 	
	
#paises a{
	color: #FFF;
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	text-decoration: none;
	} 	
	
#paises li a:hover{
		background: #000000 url(../images/menu_over.jpg);
		color: #FFFFFF;	
		cursor: pointer;
	}	
	
#paises2{
	border-color: #FFF;
	font: bold 12px Calibri,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#paises2 li{
	border-right: 1px solid #646464;
	height: 23px;
	list-style-type: none;
	position: relative;
	text-align: left;
	padding-left: 38px;
	background: url(../images/menuvin01_new.png) no-repeat 20px 10px;

}
.contenido_p2 {
	padding-left: 23px;
	background-image: url(../images/ARROW_EMPLEO.png);
	background-repeat: no-repeat;
	margin-left: 22px;
}


#paises2 a{
    display: block;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    text-decoration: none;
} 	

#paises2 li a:hover{
		color: #F90;	
	}


/** Styles Jobs Opportunities *************************************************************************/
	#list_jobs_title	{
		font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#000;
		margin:20px 0 0 15px;
	}
	#list_jobs {
		margin: 7px 0 0 30px;
	}
	#list_jobs ul{
		list-style-image:url(../images/vineta2.gif);
		margin:0px;
		padding:0px;
		line-height:25px
	}
	#list_jobs li{
		font-weight:bold
	}
	.job_tr_empleado {
		background-color: #fff;
	}


/** Styles More Info Right *************************************************************************/
.Estilo15 {font-family: Calibri, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; color: #F36920; }
.Estilo16 {
	color: #CCCCCC;
	font-weight: bold;
}
.Estilo1 {font-family: Calibri, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px;}
.td_products_models {
	color: #fff;
	font-size: 11px
}
