/* 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:#fff;
	min-width:960px;
	background:#000000;	
	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 #da251d; overflow:hidden;}

#header_wrapper {width:970px; margin:0 auto; z-index:99;}

.logo {float:left; margin: 10px;}

.login {
	width: 550px;
	height: 40px;
	float: right;
	display: inline-block;
}

.login ul {
	float: right;
	margin-right: 10px; 
}

.login #tab_login {
	background-color: #da251d;
	padding: 10px 20px 8px;
	font-size: 14px;
	line-height: 20px;
	-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;
	text-shadow: 1px 1px #666;
}

.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;
}

/*********************************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: #990000;
	line-height: 20px;
	padding: 5px 20px;
	border-bottom: 1px solid #990000;
}

.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: #990000;
	margin: 10px 20px;
	float: left;
}

.crm_table input {border:1px solid #dedede; padding: 10px; border-radius:5px; width:700px; margin: 10px 0; }

/*********************************banner*************************************/
#banner {
	background:url(../images/bg_banner.jpg) center top no-repeat #000;		
	width:100%;
	margin:0 auto;
	border-top:3px solid #222;
	overflow:hidden;
}

#banner_wrapper {
	border: 0px solid red;
	width:1050px; margin:0 auto;
	height: 470px;
}

.banner_slider { width: 1050px; height: 2300px; margin: 15px auto;}
.banner_slider .slides_container { width:1050px; height:450px; }
.banner_slider .slides_container img{ width:1050px; height:450px;}

.pagination {
	width:200px;
	height: 19px;
	margin: 5px auto;
	overflow: hidden;
}

.pagination li {
	list-style:none;
}

.pagination li a {
	display:block;
	width:18px;
	height:18px;
	padding-top:19px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -19px;
}
/********************************Selector de linea *****************************/

#selector_wrapper {
	border: 0px solid red;
	width:970px; margin: 0 auto;
}

.lin_selector {

}


.lin_selector h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	color: #aa0000;
	margin: 30px 26px 0 20px;
	border: 1px solid transparent;
	height: 60px;
}

.lin_selector h2 {
	font-family: 'Roboto Condensed', sans-serif;	
	color: #fff;
	margin: 0 20px 0 20px;
	font-size: 18px;
	line-height: 22px;
}

.lin_selector img {
	width: 300px;
	height: 250px;
	margin: 20px;
}

.lin_selector .celular {
	height: 520px;
	width: 49%;
	float: right;
	overflow: hidden;
	margin: 10px 8px 0 0;
}

.lin_selector .celular:hover{
	cursor: pointer;
	background: url(../images/bg_selector.png) repeat;
	text-shadow: 0 0 1em black, 0 0 20em #600;
}

.lin_selector .seguridad {
	border-right: 1px solid #666;
	height: 500px;
	width: 50%;
	margin: 10px 0 0 0;
	float: left;
	overflow: hidden;
	text-align: right;
}

.lin_selector .seguridad:hover{
	cursor: pointer;
	background: url(../images/bg_selector.png) repeat;
	text-shadow: 0 0 1em black, 0 0 20em #600;
}


/*********************************unidades*************************************/
.unidades {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	border: 1px solid red;
}

#unidades_wrapper {
	border: 0px solid blue;
	width:970px;
	margin:10px auto;
}

.box_unidad {
	clear: both;
}
.box_unidad ul {
	margin: 10px; 
}

.box_unidad li{
	position: relative;
	float: left;
	margin: 6px;
	width: 280px;
	height: 160px;
	overflow: hidden;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
}

.box_unidad li:hover{
	background-color: #eee;
}

.box_unidad h2{
	border-bottom: 1px solid #990000;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
}

.box_unidad .info {
	color: green !important;
}

.box_unidad p {
	margin: 10px 0px;
	color: #333;
	font-size: 14px
}

.box_unidad img {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.box_unidad .link {
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-decoration: none;
}

.suscribe {
	width:970px;
	height: 80px;
	margin:20px auto 0;
	background:url(../images/bg_suscribe.png) 0 0 repeat;
	overflow:hidden;
}
.suscribe p {
	float: left;
	width: 490px;
	margin: 20px 0 0 60px;
	font-size: 14px;
	line-height: 18px;
}
.suscribe span {
	font-size: 20px;
	color: #ff9900;
}

.suscribe form {
	float: right;
	margin: 25px 20px 0 0 ;
}
.suscribe input {
	width: 200px;
	height: 30px;
	color: #aaa;
	padding: 0 10px;
	margin-right: 5px;
}
.suscribe label {
	visibility: hidden;
}
.suscribe li {
	float: left;
}

.iframe_pyp {position: relative; margin: 20px auto; width: 620px; height: 390px; padding: 0 0 20px 0; overflow: hidden; }

.iframe_pyp iframe { position: absolute; top:-50px; left: -20px;}

/*********************************corporativo*************************************/

.corporativo {
	width:970px;
	height: 380px;
	margin:20px auto 0;
	overflow:hidden;
	border:1px solid transparent;
}

.corp_left {float: left; width: 400px;}

.corp_right {float: right;}

#contact_corp {float: right; width: 550px;}

#contact_corp li {margin-top: 5px; float: right;}
#contact_corp li textarea {float: right; width: 270px; height: 150px; margin-right: 5px; resize: none; 	color: #999;
	padding: 5px 10px; 	font-family:Arial, Helvetica, sans-serif;}

#contact_corp input {
	width: 270px;
	height: 30px;
	color: #999;
	padding: 0 10px;
	margin-right: 5px;
	float: right;
}

#contact_corp label {
	width: 180px;
	float:left;
	margin: 5px;
}

#contact_corp label span {
	font-size: 8px;
	margin-left: 5px;
}

.corporativo p {
	float: left;
	width: 350px;
	margin: 20px 0 0 20px;
	font-size: 16px;
	line-height: 20px;
}
.corporativo span {
	font-size: 24px;
	color: #ff9900;
}

.corporativo img {
	float: left;
	text-align: center;
	margin: 0 auto;
}

/*********************************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: #990000;
}

#content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #990000;
	margin: 0 20px
}

#content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #990000;
	margin: 0 20px
}

#content h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #990000;
	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: #990000;
	padding: 10px 0;
	border-bottom: 1px solid #990000;
}

.content_main h1{
	padding: 20px 0;
}

.content_main p{
	margin: 10px 20px;
	line-height: 1.4em;
}

.content_main a{
	color:#990000;
	margin: 0 20px;
	text-decoration: underline;
}

.content_main li{
	overflow: hidden;
}

.content_main strong{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
}

.content_main .col-1{
	width: 950px;
	margin: 0 auto;
}

.content_main .col-1 p{
	font-size: 13px;
}

.content_main .col-1 img{
	float: right;
	margin: 10px 20px 10px 10px;
}

.content_main .col-1 ul{
	margin: 10px 20px;
}

.content_main .col-2{
	width: 470px;
	float: left;
	margin: 0 5px;
}

.content_main .col-2 img{
	float: left;
	margin: 10px 20px 10px 10px;
}

.content_main .col-2 p{
	width: 290px;
	display: table;
	font-size: 1em;
	float: right;
}

.content_main .col-3{
	width: 310px;
	float: left;
	margin: 0 5px;
}

.content_main .col-3 img{
	width: 220px;
	margin: 10px 45px;
}

.content_main .col-4{
	width: 230px;
	float: left;
	margin: 0 5px;
}

.content_main .col-4 img{
	width: 190px;
	margin: 5px 0 5px 20px;
}

.content_main .gfotos a {
	float: left;
	width: 110px !important;
	height: 90px !important;
	overflow: hidden;
}

.content_main .gfotos img {
	width: 110px !important;
	margin: 0 auto !important;
}

/********************** Marcas ************************/
.redes_sociales {
	margin: 10px 0;
}

.redes_sociales ul {
	margin: 10px 20px; 
}

.redes_sociales li{
	float: left;
	margin: 1px !important;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background: transparent;
}

.redes_sociales li img{
	width: 64px !important;
	margin: 0px !important;
}

.redes_sociales li a{
	margin: 0px;
}

/********************** Descargas ************************/

.download{

}

.download img{
	float: none;
}
.hidden {
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.col_cat{
	width: 310px;
	float: left;
}

.col_cat a {
	text-decoration: none;
}

.col_cat ul {
	margin: 10px auto;
	display: inline-block;
}

.col_cat li {
	margin: 3px 40px;
	padding-left: 0px;
	font-size: 14px;
	color: #666;
	background:url(../images/arrow_list.png) 0 4px no-repeat;	
}

.col_table{
	width: 650px;
	float: right;
}

.col_table table {
	width: 90%;
	margin: 0 auto;
}

.col_table th {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #990000;
	padding: 5px 20px;
	border-bottom: 1px solid #990000;
}

.col_table thead tr:hover {
	background-color: #fff;
}

.col_table tr {
	line-height: 30px;
}

.col_table tr:hover {
	background-color: #dedede;
}

/********************** Sedes ************************/
#map_wrapper {
	border: 0px solid red;
	width:970px; margin:0 auto;
}

.sedes {
	margin: 20px 0;
	width: 302px;
	float: left;
}

.contact_map {
	float: right;
	width: 630px;
	margin: 10px;
}

#scroller li h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color:#990000;
	margin: 0;
}

#scroller li p {
	font-size: 12px;	
	margin: 0;
}

/********************** Marcas ************************/
.marcas {
	margin: 0;
}

.marcas ul {
	margin: 20px 10px; 
}

.marcas li{
	float: left;
	margin: 6px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dedede;
}

.marcas li img{
	margin: 5px;
	display:table;
	float: left;
}

/****************************footer************************/
footer, #footer {
	width:100%;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #000;
	position:relative;
	z-index:1;	
}

#footer_wrapper {
	width: 970px;
	margin: 0px auto;
}

.footer_nav {
	width: 100%;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	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:#990000;
	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**********************/
.map {width:620px; height:350px; margin-top:33px; display:block; float:left; margin-right:35px;}
.map iframe {	
  width:620px;
  height:350px;
}

.contact {
	margin: 0 auto;
	width: 920px;
	height: 790px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

#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: #990000;	
	font-size: 16px;
	line-height: 20px;
	position:relative;
	display: inline-block;
}
#form label > span {
	font-family: 'Roboto Condensed', sans-serif;
	color: #990000;	
	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: #990000;	
	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; 	
}

#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: #990000;	
	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: #990000;
	padding: 5px 20px;
	border-bottom: 1px solid #990000;
}

.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 #990000 !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 #990000;}
.cot_total table td { height: 20px; padding-top: 10px; }
.cot_total table td b { font-family: 'Roboto Condensed', sans-serif;
	color: #990000;	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: #990000 !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 {
	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 !important; height: 55px; margin: 10px 15px 10px 0 !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: #990000;	
	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: #990000;	
	font-size: 16px;
	line-height: 20px;
	position:relative;
	display: inline-block;
	float:left;
	margin: 5px 10px 5px 0;
}

/*********************************Circulares********************/
#crea_circular {
	float: right;
}