/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html, body {width:100%; padding:0; margin:0;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:18px;
	color:#000;
	min-width:960px;
	background:#fff;	
	position:relative;
}

/***********************************************************************/

a {text-decoration:none; cursor:pointer; color: #fff;}
a:hover {text-decoration:none;}

a.link {cursor:pointer; color:#003399; text-decoration:underline;}
a.link:hover {text-decoration:none;  }

a.link2 {cursor:pointer; color:#0094d9; text-decoration:none; font-size:11px;}
a.link2:hover { text-decoration:underline; }

a.link3 {cursor:pointer; color:#0094d9; text-decoration:none;}
a.link3:hover { text-decoration:underline; }

a.link4 {cursor:pointer; color:#000000; text-decoration:underline;}
a.link4:hover {text-decoration:none;  }

/*****************************************************************************/
.clear {clear:both; line-height:0; font-size:0; width:100%;}

.rounded {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.left {float: left !important;}

.right {float: right !important;}

.center, .a_center {text-align: center !important;}

.a_right {text-align: right !important;}

#popup {display:none; visibility: hidden;} 

/*********************************header*************************************/
header {width:100%; margin:0 auto; z-index:299; border-bottom:4px solid #3f9bcf; overflow:hidden;}

#header_wrapper {width:970px; margin:0 auto; z-index:99;}

.logo {float:left; margin: 10px;}

.menu {
	font-family: 'Roboto Condensed', sans-serif;	
	width: 550px;
	height: 40px;
	margin-top: 12px;
	float: right;
	border-top: 1px solid #666;
	display: inline-block;
}

.menu ul {
	float: right;
	margin: 0px 25px;
	display: inline-block;
	font-size: 14px;
}

.menu li {
	float: left;
	margin: 10px;
}

.menu a {
	color: #555;
}

.menu a:hover {
	color: #aaa;
}

nav { }

#nav_productos {
	width: 100%;
}

#product_wrapper, #nav_nosotros {
	width:970px; margin:0 auto;	
}

.nav_prod {
	width: 970px;
	height: 39px;	
	font-family: 'Roboto Condensed', sans-serif;	
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
}

.nav_prod ul {
	margin: 0px auto;
	display: inline-block;
	font-size: 16px;
}

.nav_prod li {
	float: left;
	margin: 10px 1px;
}

.nav_prod a {
	padding: 6px 12px;
}

.nav_prod a:hover {
	color: red;
	background-color: #222;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.slider-block {  width:940px; margin:0 auto; background:#fff; z-index:200; height:386px; padding:13px 0 13px 13px; margin-top:18px; overflow:hidden;}

h1 { margin-top:0px; padding-bottom:0px; margin-left:1px;}
h2 { font-family:Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; letter-spacing:0px; color:#150f0f; font-weight:400;}
h2 span { line-height:15px;}
h3 { font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:18px; letter-spacing:0px; color:#000; font-weight:400; }
h4 { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; letter-spacing:0px; color:#fff; font-weight:400; text-transform:uppercase;}

/********************************user_bar*************************************/
#user_bar {
	width:970px;
	margin:0 auto 7px;
	background-color: #da251d;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.user_notice {
	background-color: #fff;
	width: 520px;
	float: left;
	margin: 10px 20px 10px 40px;
	color: #000;
	font-size: 10px;
}

.user_notice h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	background-color: #000;
	font-size: 16px;
	padding: 0 10px;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
}

.user_notice p {
	padding: 10px;	
}

.form_login {
	border: 1px solid #fff;
	width: 350px;
	float: right;
	margin: 20px 20px 20px 0px;
}

.form_login input {
	height: 24px;
	line-height: 12px;
	margin: 5px 10px;
	float: right;
	color: #666;
	padding: 0 5px;
}

.form_login span, .form_login label {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 5px 10px;
}

.form_login dl {
	width: 260px;
	margin: 10px auto;
}

.form_login dt {
	width: 260px;
	display: inline-block;
}

.form_login ul {
	clear: both;
	width: 310px;
	margin: 20px auto;
}

.form_login li {
	float: left;
	width: 90px;
	height: 90px;
	margin: 5px 5px 20px 5px;
	border: 1px solid #fff;
	text-align: center;		
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.form_login li img {margin: 5px; }

.form_login h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	margin: 5px 10px;
	color: #FFF;
	float: left;
	line-height: 23px;
}

.form_login #lost_pw {
	float: right;
	margin: 10px 20px;
}

.crm_mainmenu{
	height: 150px;
	margin: 0 10px;
}

.crm_mainmenu ul{
	list-style: none;
}

.crm_mainmenu li{
	float: left;
	width: 109px;
	margin: 30px 4px;
	text-align: center;
}

.crm_mainmenu li img{
	height: 50px;
	clear: both;
	text-align: center;
	margin: 0 auto;
}

.crm_mainmenu li a{
	color:#000;
}

.crm_mainmenu li p{
	clear: both;
	line-height: 12px;
}
/*********************************content*************************************/
#content {
	width: 100%;
	background-color: #fff;
}
#content_wrapper {
	width: 970px;
	margin: 0 auto;	
}

#content h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #3f9bcf;
}

#content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3f9bcf;
	margin: 0 20px
}

#content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #3f9bcf;
	margin: 0 20px
}

#content h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #3f9bcf;
	margin: 0 20px
}

.content_main {
	width: 970px;
	margin: 0 auto;
	color: #666;
	padding: 10px 0;
}

.content_main h3, .content_main h2, .content_main h1{
	color: #3f9bcf;
	padding: 10px 0;
	border-bottom: 1px solid #3f9bcf;
}

.content_main h1{
	padding: 20px 0;
}

.content_main p{
	margin: 10px 20px;
	line-height: 1.4em;
}

.content_main a{
	color:#3f9bcf;
	margin: 0px;
	text-decoration: underline;
}

.content_main strong{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3f9bcf;
}

.content_main .col-1{
	width: 950px;
	margin: 0 auto;
}

.content_main .col-1 p{
	font-size: 13px;
}

/*********************************CRM*************************************/

.crm_table{
	width: 920px;
	margin: 0 auto;
}

.crm_table table {
	width: 95%;
	margin: 0 auto;
}

.crm_table th {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3f9bcf;
	line-height: 20px;
	padding: 5px 20px;
	border-bottom: 1px solid #3f9bcf;
}

.crm_table thead tr:hover {
	background-color: #fff;
}

.crm_table tr {
	line-height: 30px;
}

.crm_table tr:hover {
	background-color: #dedede;
}

.crm_table td {
	padding: 0 5px;
}

.crm_table td a {
	margin: 0 !important;
}

.crm_table .table_icon {
	margin: 0 !important;
	padding: 0 !important;
}

.crm_table .a_center {
	text-align: center;
}

.crm_table .a_right {
	text-align: right;
}

.crm_table label {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #3f9bcf;
	margin: 10px 20px;
	float: left;
}

.crm_table input {border:1px solid #dedede; padding: 10px; border-radius:5px; width:700px; margin: 10px 0; }

/****************************footer************************/
footer {
	width:100%;
	padding: 10px 0;
	bottom: 0px;
	background-color: #000;
	position:fixed;
	z-index:1;	
}

#footer_wrapper {
	width: 970px;
	margin: 0px auto;
}

.footer_nav {
	width: 100%;
	border-top: 1px solid #3f9bcf;
	border-bottom: 1px solid #3f9bcf;
	padding: 10px 0;
}

.footer_nav .col{
	float: left;
	width: 210px;
	margin: 0 15px;
}

.footer_nav h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	color:#3f9bcf;
	margin: 0px 10px;
	font-weight: normal;
}

.footer_nav a{
	color: #ccc;
}

.footer_nav a:hover{
	color: #fff;
}

.footer_nav ul {
	margin: 10px auto;
	display: inline-block;
}

.footer_nav li {
	margin: 0 15px;
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	background:url(../images/arrow_list.png) 0 4px no-repeat;	
}
.credits {
	color: #a1a1a1;
	width: 100%;
	margin: 10px;
}

/**********************form**********************/
#form {
	margin: 10px auto;
	width:560px;
	height: 610px;
}

#form li {
	clear: both;
	margin: 0px 10px 5px 10px;
	display: inline-table;
}

#form input {
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:15px;
	color:#150f0f;
	padding:9px 4px 8px 9px;
	outline: medium none;
	width: 525px;
	float:left;
}
#form textarea {
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#150f0f;
	height: 200px;
	outline: medium none;
	overflow: auto;
	padding: 9px 4px 6px 9px;
	width: 525px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
}
#form label {
	font-family: 'Roboto Condensed', sans-serif;
	color: #3f9bcf;	
	font-size: 16px;
	line-height: 20px;
	position:relative;
	display: inline-block;
}
#form label > span {
	font-family: 'Roboto Condensed', sans-serif;
	color: #3f9bcf;	
	font-size: 12px;
	line-height: 20px;
	position:relative;
	display: inline-block;
	margin-left: 10px;
}
#form .form_err {
	color: #F00;
	font-size: 11px;
	line-height:14px;
}

#form .form_ok {
	color: #339900;
	font-size: 11px;
	line-height:14px;
}

#form .val_message {
	float:right;
}

.btns {
	text-align:right;
	width:540px;
	position:relative;
	padding-top:26px;
	
}

.btns a {
	margin: 0px 0px 0px 15px;
}

.boton { background-color: #da251d!important;
	padding:6px 25px 6px 25px !important;
	height: auto !important;
	width: auto !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important; color:#fff !important; display:inline-block; border-radius:5px;
	text-decoration: none !important;
	border:0px !important; 
}

.enable {background-color: #da251d !important; border:0px !important;}

.disable {background-color: #666 !important; border:0px !important;}

.boton-login { background-color: #000 !important;
	padding:6px 25px 6px 25px !important;
	height: auto !important;
	width: auto !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important; color:#fff !important; display:inline-block; border-radius:5px;
	margin: 10px;
}

#tb_histfac_paginate, #tb_cartera_paginate, #tb_listcoti_paginate, #tb_listord_paginate, #tb_listcirc_paginate {
	margin: 10px 0;
	text-align: center;
}

#tb_histfac_paginate a, #tb_cartera_paginate a, #tb_listcoti_paginate a, #tb_listord_paginate a, #tb_listcirc_paginate a {
	background-color: #da251d !important;
	padding:5px 20px 5px 20px !important;
	height: auto !important;
	width: auto !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important; color:#fff !important; display:inline-block; border-radius:5px;
	text-decoration: none !important;
	margin: 5px 3px !important;
}

#tb_histfac img, #tb_cartera img, #tb_listcoti img, #tb_listord img {
	margin: 5px 0;
	text-align: center;
}

/********************** Encabezados DataTables ****************************/
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
table.dataTable thead th:active,table.dataTable thead td:active {outline: none;}

.dataTables_filter label {line-height: 50px;}
.dataTables_filter {clear: both;}

/**************************** COTIZACIONES ***************************/

.login_cot label {
	font-family: 'Roboto Condensed', sans-serif;
	color: #3f9bcf;	
	font-size: 16px;
	line-height: 20px;
	position:relative;
	display: inline-block;
	margin: 5px 10px 0;
}

.login_cot input {
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:15px;
	color:#150f0f;
	padding:9px 4px 8px 9px;
	outline: medium none;
}

.cotizacion {
	width: 950px;
	margin: 10px auto 80px; 	
}

#form_cot li {
	clear: both;
	margin: 0px 5px 5px 5px;
	display: inline-table;
}

#form_cot input, #form_cot textarea {
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:15px;
	color:#150f0f;
	padding:9px 4px 8px 9px;
	outline: medium none;
}

#form_cot select {
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:34px;
	color:#150f0f;
	margin-top: 0 !important;
}

#form_cot label {
	font-family: 'Roboto Condensed', sans-serif;
	color: #3f9bcf;	
	font-size: 16px;
	line-height: 20px;
	position:relative;
	display: inline-block;
	float:left;
	margin: 5px 10px 5px 0;
}

#form_cot #obs_cotiza { width: 628px; height:220px; }

.cot_header {width: 95%; margin:0 auto;}

#bt_buscli {margin: 0px;}
#bt_execbuscli {margin: 0 5px;}
#txt_buscli, #ema_sendmail, #correolp, #newmail, #newpwd, #newpwd2 {
	height:15px;
	color:#150f0f;
	padding:9px 4px 8px 9px;
}

.cot_body table {
	width: 90%;
	margin: 0 auto;
}

.cot_body td { padding: 5px; }

.cot_body th {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3f9bcf;
	padding: 5px 20px;
	border-bottom: 1px solid #3f9bcf;
}

.cot_body thead tr:hover {
	background-color: #fff;
}

.cot_body tr {
	line-height: 30px;
}

.cot_body table .no_edit {
	border: 0px !important;
	text-align: right;
	color: #666 !important;
	padding: 5px 10px !important;
}

.cot_body table .edit {
	border: 1px solid #3f9bcf !important;
	text-align: right;
	color: #666 !important;
	padding: 5px 10px !important;
}

.cot_body tr:hover {
	background-color: #dedede;
}
#tb_result_cli { width: 700px; margin: 10px auto;}
#tb_result_cli td { padding: 0 5px !important; }

.cot_total table { width: 200px; float: right; margin: 10px 80px 0 0; }
.cot_total table tr { border-bottom: 1px solid #3f9bcf;}
.cot_total table td { height: 20px; padding-top: 10px; }
.cot_total table td b { font-family: 'Roboto Condensed', sans-serif;
	color: #3f9bcf;	font-size: 16px; font-weight: normal; }


.cot_footer{
	margin: 20px;
	text-align: center;
}

.cot_produc {
	background-color: #dedede;
	width: 100%;
	padding: 10px 0;
	display: inline-block;
}

.nav_refere {
	margin: 0 20px;
}

.ins_refere {
	margin: 10px 20px;
}

#tb_result {margin: 10px;}
#tb_result h3 {text-align: center;}
#tb_result tr:hover {	background-color: #aaa; }
#tb_result td {width: 82%; margin: 0 !important; padding: 0 5px !important; }
#tb_result td a {margin: 0px;}
#tb_result td span {text-align: center;}
#tb_result td img {margin: 0px auto;}

/***************************** Soporte *******************************/
#ord_report {width: 900px !important; margin: 0 auto !important; display: block;}
#obs_ticket {width: 890px; height: 120px !important; resize:none;}

.soport_stat {width: 850px; height: 120px; margin: 20px auto;}
.soport_stat ul {width: 340px; min-height:100px; background-color: #efefef; padding: 20px; float: left;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
}
.soport_stat ul li {line-height: 2em; }
.soport_stat ul li span {float:right; font-size: 1.5em; font-weight: bold; line-height: 1.3em;}

.flag_est {text-align: center; margin-top: 4px; padding: 0px; width: 100px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.abierto{ background-color: #3f9bcf !important; color: #fff !important;}
.cerrado{ background-color: #dedede !important; color: #000 !important;}

.diagnostico {background-color: #FF9900 !important; color: #fff !important;}
.enprueba {background-color: #009900 !important; color: #fff !important;}
.enespera {background-color: #FF6600 !important; color: #fff !important;}
.enfabrica {background-color: #0066FF !important; color: #fff !important;}
.autorizado {background-color: #00AAFF !important; color: #fff !important;}
.reparado {background-color: #003300 !important; color: #fff !important;}
.sinfalla {background-color: #006600 !important; color: #fff !important;}

.noatt {background: url('../images/ic_noatt.png') no-repeat 5px 5px;}

.obs_report {background-color: #fff; padding: 10px; clear: both; color:#000;}

.list_attach li { float:none; width: 100%;}
.list_attach li a img { margin:0 !important;}

/***************************** Menu Vendedores *******************************/

.vendor_menu {
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	width: 860px;
	margin: 0 auto;
}

.vendor_menu h3 {
	border: 0px;
	text-align: right;
}

.vendor_menu li{
	border: 2px solid #000;
	float: left;
	margin: 5px;
	width: 120px;
	height: 120px;
	padding: 0 !important;
	text-align: center !important;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;		
}

.vendor_menu li img {float: none; height: 55px; margin: 10px auto !important;}
.vendor_menu li a {text-decoration: none; text-align: center;}
.vendor_menu li h4 {clear: both; text-align: center; color: #000 !important; }

/*********************** Mailer ***************************/

#form_mailer li {
	clear: both;
	margin: 0px 5px 5px 5px;
	display: inline-table;
}

#form_mailer input, #form_mailer textarea {
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:15px;
	color:#150f0f;
	padding:9px 4px 8px 9px;
	outline: medium none;
}

#form_mailer label {
	font-family: 'Roboto Condensed', sans-serif;
	color: #3f9bcf;	
	font-size: 16px;
	line-height: 20px;
	position:relative;
	display: inline-block;
	float:left;
	margin: 5px 10px 5px 0;
}

#form_mailer #asunto { width: 628px; margin-left:12px; }
#form_mailer #mensaje { width: 628px; height:220px; margin-left:5px;}
#form_mailer #attach { width: 628px; }

/*********************** Reportes ***************************/

.form_report li {
	clear: both;
	margin: 0px 5px 5px 5px;
	display: inline-table;
}

.form_report input{
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:15px;
	color:#150f0f;
	padding:9px 4px 8px 9px;
	outline: medium none;
}

.form_report select{
	border:#d7d7d7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:34px;
	color:#150f0f;
	padding:9px 4px 8px 9px;
	outline: medium none;
}

.form_report label {
	font-family: 'Roboto Condensed', sans-serif;
	color: #3f9bcf;	
	font-size: 16px;
	line-height: 20px;
	position:relative;
	display: inline-block;
	float:left;
	margin: 5px 10px 5px 0;
}

/*********************************Circulares********************/
#crea_circular {
	float: right;
}