﻿/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit; }
a:active {
	outline:none;
} 
:focus {
	-moz-outline-style:none;
}
/* CSS Document */
body {
	background:#d1e0ea url(../img/background.jpg) repeat-x; 
	font-size:1m;
	color:#333;
	font:.8em/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}
#page {
	width:950px; 
	margin:auto;
}
#header {
	height:74px; 
	overflow:hidden;
}
#main {
	background:white url(../img/content-background.jpg) repeat-x; 
	min-height:500px; 
	overflow:hidden; 
	padding:10px
}
#main_acceso {
	background:white url(../img/acceso_top_bg.png) repeat-x; 
	min-height:500px; 
	overflow:hidden; 
	padding: 0 10px 0 10px;
}
#footer {
	overflow:hidden; 
	margin-bottom:30px;
}
#footer div {
	padding:0 20px 0 20px;
}
#content {
	padding:10px 20px 0px 20px;
}
#acceso_top {
	overflow:hidden; 
	padding:8px 10px 3px 10px; 
	background:#fff;
	overflow:hidden; 
}
#acceso_submenu { 
	float:left; 
	width:530px; 
}
#acceso_submenu ul li { 
	display:inline; 
	margin:0 10px 0 0px;
}
#acceso_submenu a {
	color:#2c72b6; 
	text-decoration:none; 
	font-weight:bold;
}
#acceso_submenu a:hover {
	text-decoration: none; 
	border-bottom:1px #2c72b6 dotted;
}
#acceso_submenu a.current {
	text-decoration:none; 
	cursor:default; 
	color: #900; 
	font-weight:bold;
}
#acceso_submenu a.current:hover {
	text-decoration:none; 
	cursor:default; 
	color: #900; 
	font-weight:bold;
	border-bottom:0px #2c72b6 dotted;
}
#acceso_user {
	padding-top:2px; 
	float:right; 
	width:400px; 
	text-align:right;  
	font:1em Arial, Helvetica, sans-serif;
}

/* Menu */
#menu {
	background: url(../img/menu-bg.png) no-repeat; 
	height:34px; 
	list-style-type: none; 
	overflow:hidden; 
	padding-left:10px;
}
#menu ul li { 
	display: block; 
	float: left; 
	margin: 0 0 0 0px; 
}
#menu li a { 
	height: 43px; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height:22px; 
	padding: 8px 15px 0; 
}
#menu li a:hover { 
	background:url(../img/menu-hover.png) repeat-x; 
	color:#000; 
	text-decoration:none;
}
#menu li a.current{
	background:url(../img/menu-hover.png) repeat-x; 
	color:#000; 
	text-decoration:none; 
	cursor:default;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:1.6em; 
	margin-bottom:20px; 
	color:#0f67a1; 
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.4em; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 1em;
	color:#525252; 
}
h3 {
	font-size:1.3em; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#0f67a1;
	line-height:1;
	margin-bottom:1em; 
}
h4 {
	font:1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1.tituloeim  { 
	font-size: 2.1em; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#29166f; 
}
/* LINK */
a:link, a:visited {
	color: #3b8fc0;
}
a:hover {
	color: #222;
}
.imgleft { 
	margin: 0px 10px 10px 0;
}
/* MISC */
p {
	margin-bottom:10px;
}
.col2a {
	float:left; 
	width:440px;
}
.col2b {
	float:right; 
	width:440px;
}
.col2c {
	float:left; 
	width:540px;
}
.col2d {
	float:right; 
	width:310px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.msg {
	width:400px; 
	margin:50px auto 0 auto; 
	text-align:center;
}
.hidden {
	display:none;
}
.clear {
	clear:both;
}
.tituloCenter {
	float:left;
	padding-top:30px;
	padding-left:30px;
}
.harvestmark{
	width:200px;
	height:81px; 
	padding-top:10px;
	padding-left:25px;
}
ul {
	list-style:none;
}
fieldset {
	margin: 0 0 20px 0; 
	padding-left:10px;
}
legend {
	font-size:1.3em; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#0f67a1;
	margin-bottom:1em; 
	border-bottom:2px solid #ccc; 
	display:block; 
	width:100%; 
}
.classalert {
	background:#e9f3fc; 
	border:#aaaaaa 1px solid;
}
.tabla {
	padding:30px;
}
.center {
	text-align:center;
}
.green {
	color:#398100;
}
.gray {
	color: #999999;
}
.bold {
	font-weight:bold;
}
#search {
	width:144px;
}
#login_form	{
	width:200px; 
	margin:50px auto;
}
.container {
	padding:20px;
}
.error {
	text-align:center; 
	color:#900;  
	border:1px dotted #900; 
	margin:auto; 
	width:400px; 
	padding:5px;
}
/* ------------------- Tables -------------- */
#productos { 
	padding:20px;
}
.producto { 
	border-bottom:1px solid #e5e5e5; 
	padding:10px;
	overflow:hidden; 
}
.producto:hover { 
	background:#eff2f4; 
	cursor:pointer;
}
.producto .first	{
	float:left; 
	width:150; 
	margin-right:20px;
}
.producto .mid {
	float:left; 
	color:#333; 
	width:600px; 
	margin-right:20px;
}
.producto .last {
	float:left; 
	width:100px; 
	font:1em Arial, Helvetica, sans-serif; 
	color:#7a7a7a; 
	line-height:60px;
}
.producto .title	{
	font: 1.4em  Arial, Helvetica, sans-serif; 
	color:#333;
}
.producto p { 
	margin:0; 
	margin-bottom:5px;
}
.producto .text {
	font:.9em Arial, Helvetica, sans-serif; 
	color:#666;
}
.producto span { 
	color:#2168ae;
}
.historial {
	width:100%; 
	color:#6a6a6a; 
}
.historial th {
	background:#0294c3; 
	color:#FFF; 
	padding:2px; 
	font-weight:bold; 
	text-align:left;
}
.historial td {
	border-bottom:1px solid #c5c5c5; 
	padding:2px;
}
.historial tr.over {
	background:#e6eeee; 
}
.informacion td {
	color:#6a6a6a; 
	padding:2px;
}
.movimientos {
	width:100%; 
	color:#333; 
}
.movimientos th {
	color:#333; 
	border-bottom:1px solid #939393; 
	text-align:left; 
	font: normal 1.3em  "Trebuchet MS", Arial, Helvetica, sans-serif; 
	padding:4px;
}
.movimientos td {
	padding:4px; 
	border-bottom:1px solid #ccc; 
	font:.8em Verdana, Geneva, sans-serif;
}
.movimientos tr.alt {
	background-color:#fff;
}
.movimientos tr.over	{
	background:#e6eeee;
}
.listadeprecios	{ 
	width:100%;
}
.listadeprecios th { 
	background:#0294c3; 
	color:#FFF; 
	padding:2px; 
	font-weight:bold;
}
.listadeprecios td { 
	text-align:center; 
	padding:1px; 
	border-bottom:1px solid #c5c5c5;
}
.listadeprecios tr.over {
	background:#e6eeee;
}
.thumb {
	padding:10px; 
	border:1px solid #CCC; 
	background:#fff;
}
/************** Producto **************/
#producto { 
	padding:10px;
}
#producto h1	{
	font: 1.9em Arial, Helvetica, sans-serif; 
	color:#1e1e1e; 
	text-align:center; 
	display:block; 
	margin:10px 0 20px 0;
}
#producto h2	{
	font: bold 1.2em Arial, Helvetica, sans-serif; 
	color:#333333;
	margin:0px 0 20px 0;
}
#producto .col1 { 
	width:260px; 
	float:left; 
	margin-right:50px;
}
#producto .col2 { 
	width:600px; 
	float:left; 
}
#producto .data	{
	margin-bottom:30px;
}
.data h2	 {
	margin-bottom:10px;
}
#producto p 	{ 
	line-height:.5em;
}
/************** Forms **************/
form label  { 
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
form input  {
	margin-bottom:5px; 
	font-size:1em; 
	padding:1px;
}

input[type=text], input[type=password], textarea { 
	border:1px solid #aaa; 
	padding:3px;
}
select { 
	border:1px solid #aaa; 
	padding:1px;
} 
 /*––––––––––––––––––––––––––––––– Busqueda ––––––––––––––––––––––––––––––––––––– */
#pag { 
	text-align:center; 
	margin:20px auto 20px auto;
}
#pag a {
	border:solid 1px #DDDDDD; 
	margin-right:2px;
}
#pag span {
	color:#666666; 
	padding:3px 4px; 
	border:0;
}
#pag span.active	{
	ont-weight:bold;
	padding:3px 4px; 
	border:0;
}
#pag .next a ,#pag .prev a  {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
#pag .active {
	color:#333;
	font-weight:bold;
	padding:4px 6px;
}
#pag a:link,#pag a:visited {
	color:#333;
	padding:3px 6px;
	text-decoration:none;
}
#pag a:hover	{
	border:solid 1px #52750e;
	color:#52750e;
}
#pag span.current {
	border:solid 1px #52750e;
	color:#52750e; 
	font-weight:bold;
}
 /*–––––––––––––––––––––––––––––––  Index ––––––––––––––––––––––––––––––––––––– */
#index .welcome	{ 
	font:1.2em Arial, Helvetica, sans-serif; 
	color:#4f8da5; 
	line-height:1.4em; 
	margin-bottom:10px;
}
#index h2 { 
	font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#a99824;
}
#index .container {
	clear:both; 
	overflow:hidden; 
	padding:20px 0 10px 0;
}
#index .body { 
	margin: 5px 30px 0 90px;
}
#index .a1 { 
	background:url(../img/front-col1.png) no-repeat; 
	width:300px; 
	margin-right:2px; 
	float:left; 
	height:161px;
}
#index .a2 { 
	background:url(../img/front-col2.png) no-repeat; 
	width:300px; 
	margin-right:7px; 
	float:left; 
	height:161px;
}
#index .a3 { 
	background:url(../img/front-col3.png) no-repeat; 
	width:300px; 
	margin-right:0px; 
	float:left; 
	height:161px;
}
#index .title { 
	height:30px; 
	line-height:30px; 
	padding-left:20px; 
	font:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#FFF; 
	font-weight:bold;
}
#index input {
	font-size:1em; 
	padding:1px;
}
#front_img {
	margin-bottom:10px;
}
 /*–––––––––––––––––––––––––––––––  Servicios ––––––––––––––––––––––––––––––––––––– */
.servicios-lista1 {
	float:left; 
	padding:10px;
}
.servicios-lista2 {
	float:left; 
	padding:10px; 
	width:300px;
}
.servicios-col1 { 
	float:left;
}
.servicios-col1 ul { 
	margin-left:80px;
}
.servicios-col1 h2 {
	color:#0f67a1; 
	font:1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.servicios-col2 	{
	float:right; 
	background:url(../img/servicios-tabla.png) no-repeat; 
	width:386px; 
	height:400px; 
	padding:20px;
}
.servicios-col2 h2 {
	font:1.4em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#333;
}
/*–––––––––––––––––––––––––––––––  Cotizar ––––––––––––––––––––––––––––––––––––– */
#cotizar {
	overflow:hidden;
}
#cotizar h2 { 
	font-size:1.4em; 
	border-bottom:2px solid #ccc; 
	color:#0f67a1;  
	padding:2px; 
	font-weight:bold;
}
#cotizar h3 { 
	font-size:1.2em; 
	margin-bottom:10px 
}
#cotizar .col1 {
	float:left; 
	width:190px; 
	padding-right:10px;
}
#cotizar .col2 {
	float:left; 
	width:700px;
}
#cotizar .menu li  {
	margin:10px;
}
#cotizar .inner {
	border:2px solid #7da8ad;
}
#cotizar .troqueles { 
	margin:10px 0 10px 0;
}
#cotizar .troqueles ul{}
#cotizar .troqueles li{ 
	display:inline;  
	margin:0;
}
#cotizar .troqueles a{
	color:White;
	background:#7da8ad; 
	padding: 5px;
}
#cotizar .tab {
	display:block;
}
#cotizar table {
	width:97%;
}
#cotizar th { 
	text-align:left; 
	font-weight:bold;
}
#cotizar .row {
	margin-bottom:20px; 
	overflow:hidden;
}
#cotizar .opcion {
	display:none;
}
/* Tabs */
ul.css-tabs {
	margin:0 !important; 	
	padding:0;	
	height:30px;	
	border-bottom:1px solid #666;
}
ul.css-tabs li {
	float:left;	 	
	padding:0; 	
	margin:0;  	
	list-style-type:none;	
}
ul.css-tabs a { 
	float:left;	
	font-size:13px;	
	display:block;	
	padding:5px 20px 5px 20px;
	text-decoration:none; 
	border:1px solid #666;	
	border-bottom:0px;	
	height:18px;	
	background-color:#e6EEEE;	
	color:#777;
	margin-right:2px;	
	-moz-border-radius-topleft: 4px;	
	-moz-border-radius-topright:4px;	
	position:relative;	
	top:1px;	
}
ul.css-tabs a:hover {
	background-color:#F7F7F7;	
	color:#333;
}
ul.css-tabs a.current {
	background-color:#fff;	
	border-bottom:1px solid #fff; 
	color:#000; 
	cursor:default;
}
div.css-panes div {
	display:none;	
	border:1px solid #666;	
	border-width:0 1px 1px 1px;	
	background-color:#fff; 
	height:300px; 
	overflow: auto; 
	padding:5px;
}
/* Table sorter */
table.tablesorter {	
	font-family:arial;	
	background-color: #CDCDCD;	
	margin:10px 0pt 15px;	
	font-size: 8pt;	
	width: 100%;	
	text-align: left; 
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;	
	border: 1px solid #FFF;	
	font-size: 8pt;	
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);	
	background-repeat: no-repeat;	
	background-position: center right;	
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;	
	padding: 1px 5px 1px 5px;	
	background-color: #FFF;	
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#f4f8fb;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
.table {	
	font-family:arial;	
	background-color: #CDCDCD;	
	margin:10px 0pt 15px;	
	font-size:12px;	
	width: 100%;	
	text-align: left; 
}
.table  thead tr th, .table  tfoot tr th {
	background-color: #e6EEEE;	
	border: 1px solid #FFF;	
	font-size: 8pt;	
	padding: 4px;
}
.table th { 
	font-weight:bold;
}
.table tbody tr {
	background-color: #FFF;	
}
.table tbody td {
	padding: 1px 5px 1px 5px; 
	color: #3D3D3D;
	vertical-align: top;
}
.table tr.alt {
	background:#f4f8fb;
}
.table tr.over {
	background:#e6eeee;
}
.table .line {
	border-top:2px solid #ccc;
}
.table2 {	
	font-family:arial;	
	background-color: #CDCDCD;	
	margin:10px 0pt 15px;	
	font-size:12px;	
	width: 100%;	
	text-align: left; 
}
.table2  thead tr th, .table2  tfoot tr th {
	background-color: #e6EEEE;	
	border: 1px solid #FFF;	
	font-size: 8pt;	
	padding: 4px;
}
.table2 th { 
	font-weight:bold;
}
.table2 tbody tr {
	background-color: #FFF;
}
.table2 tbody td {
	padding: 2px 5px 2px 5px; 
	color: #3D3D3D;
	vertical-align: top;
}
.table2 tr.over {
	background:#e6eeee;
}
.table2 .line {
	border-top:2px solid #ccc;
}
.table2 .space { 
	padding-right:20px;
}
.tableTotales .noborder {
	font-family:arial; 
	font-size:12px;	
	padding: 2px 5px 2px 5px;
}
/* Acceso */
#acceso_nav	{
	border-bottom:1px solid #ccc; 
	overflow:hidden; 
	padding:0 5px 0 5px; 
}
#acceso_nav	.titulo {
	float:left;
}
#acceso_nav .busqueda {
	float:right;
}
#acceso_nav ul {}
#acceso_nav li {
	display:inline; 
	margin-right:10px;
}
#acceso_nav .busqueda a.selected{ 
	text-decoration:none; 
	cursor:default; 
	color:#333;
} 
#acceso_nav .busqueda div {
	display:inline; 
	margin-left:10px;
} 
#acceso_nav	 h2 {
	font:1.6em Arial, Helvetica, sans-serif; 
	margin:0; 
	padding:0;
}
#acceso_col1 {
	float:left; 
	width:190px; 
	margin-right:10px;  
	min-height:100px;
}
#acceso_col2 {
	float:left; 
	width:710px; 
	padding:10px;
}
#crumbs { 
	background:#ff0;
}
#crumbs span{ 
	font:.8em Georgia, "Times New Roman", Times, serif;
}
#crumbs li {
	float:left;
	color:#333;
}
#crumbs li a {
	display:block;
	padding:0;
}
.ordernow { 
	margin:80px auto; 
	width:190px; 
	text-align:center;
}
.ordernow a	{ 
	background:#930;
	color:#fff; 
	padding:5px; 
	text-decoration:none; 
	font-size:1.2em
}
.ordernow a:hover { 
	text-decoration:none; 
	background:#ba450a 
}
.orderconfirm { 
	display:none; 
	text-align:center; 
	margin:auto; 
	width:500px; 
	border:1px dashed #37C9BE; 
	padding:10px
}
/* Facebox */
#facebox .b { 
	background:url(../img/b.png);
}
#facebox .tl {  
	background:url(../img/tl.png);
}
#facebox .tr {  
	background:url(../img/tr.png);
}
#facebox .bl {  
	background:url(../img/bl.png);
}
#facebox .br {  
	background:url(../img/br.png);
}
#facebox {  
	position: absolute;  
	top: 0;  
	left: 0;  
	z-index: 100;  
	text-align: left;
}
#facebox .popup {  
	position: relative;
}
#facebox table {  
	border-collapse: collapse;
}
#facebox td {  
	border-bottom: 0;  
	padding: 0;
}
#facebox .body {  
	padding: 10px;  
	background: #fff;  
	width: 370px;
}
#facebox .loading {  
	text-align: center;
}
#facebox .image {  
	text-align: center;
}
#facebox img {  
	border: 0;  
	margin: 0;
}
#facebox .footer {  
	border-top: 1px solid #DDDDDD;  
	padding-top: 5px;  
	margin-top: 10px;  
	text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {  
	height: 10px;  
	width: 10px;  
	overflow: hidden;  
	padding: 0;
}
#facebox_overlay {  
	position: fixed;  
	top: 0px;  
	left: 0px;  
	height:100%;  
	width:100%;
}
.facebox_hide {  
	z-index:-100;
}
.facebox_overlayBG {  
	background-color: #000;  
	z-index: 99;
}
* html #facebox_overlay { 
	/* ie6 hack */  
	position: absolute;  
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
p#vtip { 
	display: none; 
	position: absolute; 
	padding: 10px; 
	left: 5px; 
	font-size: 0.8em; 
	background-color: white; 
	border: 1px solid #a6c9e2; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 9999 
}
p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px 
}
/* code */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;	
	font: menu;font-size: 12px;	
	line-height: 16px;
	overflow: hidden;
	border-bottom:1px solid #ccc;
}
.ac_loading {	
	background: white url('/img/indicator.gif') right center no-repeat;
}
.ac_odd {}
.ac_over {	
	background-color: #e6EEEE;
}
#graficos { 
	margin:0 0 20px 0; 
}
#graficos li { 
	list-style:none; 
	float:left; 
}
#graficos ul li{ 
	display:inline; 
}
#graficos ul a { 
	display:block; 
	padding:6px 10px; 
	text-decoration:none!important; 
	margin:0 5px 0px 5px; 
	margin-left:0; 
	font:10px Verdana; 
	color:#333; 
	background:#f3f3fe; 
}
#graficos ul a:hover { 
	color:#FFF;
	background:#555; 
}
#graficos ul a.selected { 
	margin-bottom:0; 
	color:#fff; 
	background:red !important; 
	border-bottom:1px #0294c3 solid; 
	cursor:default; 
}
#graficos .gr { 
	padding:10px 10px 8px 10px; 
	*padding-top:3px; 
	*margin-top:-15px; 
	clear:left; 
	background:#fff; 
	font:10pt Georgia; 
	border:1px solid #ccc; 
}
#graficos div a { 
	color:#000; 
	font-weight:bold; 
}
#addpedido { 
	width:270px; 
}
#addpedido th { 
	text-align:center; 
}
#addpedido td { 
	text-align:center; 
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
   
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #fff !important; background:#555 !important
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
   
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
#logo
{
	margin-top:4px; 
	background-attachment: scroll; 
	background-color: transparent; 
	background-image: url(../img/logo-sde.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	display: block;
	height: 147px;
	position: relative;
	width: 128px;
	z-index: 100;
}
/* Validacion de los inputs */ 
input.error { 
	border: 1px solid #2a70b5; 
	width: auto; 
	text-align: left; 
	color:#000000; 
}
textarea.error { 
	border: 1px solid #2a70b5; 
	width: auto; 
	text-align: left; 
	color:#000000; 
}
label.error {
	border:#5c9bda 1px dashed;
	background:#f7fafd;
	color:#5c9bda;
	margin-left: 0;
	margin-top: 3px;
}
label.valid {
	display: block;
	width: 16px;
	height: 16px;
}
#msjBienvenida{
	margin:0 auto;
	width:490px;
	font-size:15px;
	padding-top:30px;
	text-align:justify;	
}
.pFoot{
	font-size:10px;
	text-align:right;
}

/*** icono para agregar un nuevo contacto a la empresa ***/
.iconAdd {
	padding-top:6px;
	margin-left:6px;
}
.chaosFactores {
	width:900px;
	float:left;
	margin-top:10px;
	overflow:hidden;
}
.chaosBig {
	width:745px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	overflow:hidden;	
}
.chaos {
	width:430px;
	float:left;
	margin-left:20px;
	margin-top:6px;
	overflow:hidden;	
}
.chaos legend, .chaosBig legend, .chaosFactores legend {
	font-weight:bold;
	font-size:12px;
}
.chaos ol, .chaosBig ol, .chaosFactores ol {
	list-style:none;
}
.chaos ol li, .chaosBig ol li, .chaosFactores ol li {
	padding-bottom:3px;
	overflow:hidden;
}
.chaos ol li label, .chaosBig ol li label, .chaosFactores ol li label {
	width:130px;
	float:left;
    text-align:right;
    margin-right:10px;
    line-height:15px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
#avanzadas{
	width:380px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7x;
    border-radius: 7px;	
	color:#FFFFFF;
	font-size:15px;
	text-align:center;
	text-shadow:1px 1px 1px #2482EA;
	padding-top:1px;
	padding-bottom:1px;
	background:#4797ED;
	border:1px solid #368CEB;	
	cursor:pointer;
}
.avanzadaCol{
	width:190px;
	float:left;
	padding-top:8px;
	display:none;
}
#listadeprecios{
	width:300px;
	height:400px;
	text-align:center;
	margin-bottom:10px;
	border:dotted 1px #C1DCF9;	
}
a.pdfBoton{
    -moz-border-radius: 7px;
    -webkit-border-radius: 7x;
    border-radius: 7px;
	text-decoration:none;
    color: #ffffff;
    display: block;
    padding: 2px 12px;
    text-shadow: 0 1px 1px #777;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 14px;
    -moz-box-shadow: 0px 0px 3px #aaa;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #aaa;
    background: #4797ED;	
	float:left;
	margin-right:8px;
}
a.pdfBoton:hover{
    background: #d8d8d8;
	text-decoration:none;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
}
.lioculto{
	display:none;	
}
