

/****<<<<<<<<<< CSS Objetos JS independientes >>>>>>>>>>****/

/*_______________________________________Sub Menu Red de Negocios*/

#dropDownRN li { text-align:center; display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#dropDownRN a { display: block; }
#dropDownRN ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #dropDownRN ul { line-height: 0; } /* IE6 "fix" */
#dropDownRN ul a { zoom: 1; } /* IE6/7 fix */
#dropDownRN ul li { float: none; }
#dropDownRN ul ul { top: 0; }
#dropDownRN ul { width: 190px; }
#dropDownRN ul ul { left: 131px; }

#dropDownRN *:hover { background-color: none; }
#dropDownRN a { border-right: 1px solid white; color: white; padding: 5px; line-height: 1; }
  #dropDownRN li.hover a { background-color: #5E5A5A; }
  #dropDownRN ul { top: 40px; }
    #dropDownRN ul li a { background-color: #8B005B; }
      #dropDownRN ul li.hover > a { background-color: #8B005B; }
   #dropDownRN ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }

/*__________________________________________ShadowBox*/

/*container & overlay*/
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
  background: #0C2D74;
}
/*shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 3px solid #ccc;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(../imgs/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  height: 26px;
}
#shadowbox_title_inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*nav*/
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(../imgs/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(../imgs/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(../imgs/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(../imgs/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(../imgs/pause.png);
  background-repeat: no-repeat;
}

/*counter*/
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}

/*______________________________________________ Clase para el Date picker*/

#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #fff; /*Fondo del contenedor*/
	width: 185px;
}
#ui-datepicker-div { display: none; border: 1px solid #3CA0D1; z-index: 10; }
.ui-datepicker-inline { float: left; display: block; border: 0; }
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-dialog { padding: 5px !important; border: 4px ridge #83C948 !important; }
button.ui-datepicker-trigger { width: 25px; }
img.ui-datepicker-trigger { margin: 2px; vertical-align: middle; }
.ui-datepicker-prompt { float: left; padding: 2px; background: #E0F4D7; color: #000; }
*html .ui-datepicker-prompt { width: 185px; }
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker { clear: both; float: left; width: 100%; 	color: #FFF; }
.ui-datepicker-control { 
	background: #3CA0D1; /*Caption o Control*/
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #eee; /*Encabezado o Links*/
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links { font-weight: bold; font-size: 80%; letter-spacing: 1px;}
.ui-datepicker-links label { padding: 2px 5px; 	color: #888; }
.ui-datepicker-clear, .ui-datepicker-prev { float: left; width: 34%; }
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev { float: right; text-align: right; }
.ui-datepicker-current { float: left; width: 30%; text-align: center; }
.ui-datepicker-close, .ui-datepicker-next { float: right; width: 34%; text-align: right; }
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next { float: left; text-align: left;}
.ui-datepicker-header { /*Header controles*/
	padding: 1px 0 3px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select { /*Colores del Select*/
	background: #fff;
	color: #175993; 
	border: 0px;
	font-weight: bold;
}
.ui-datepicker { background: #CCC; text-align: center; font-size: 100%; }
.ui-datepicker a { display: block; 	width: 100%; }
.ui-datepicker-title-row { background: #eee; color: #000; }
.ui-datepicker-title-row .ui-datepicker-week-end-cell { background: #ccc; }
.ui-datepicker-days-row { background: #FFF; color: #666; }
.ui-datepicker-week-col { background: #B1DB87; color: #000; }
.ui-datepicker-days-cell { color: #175993; border: 1px solid #DDD; }
.ui-datepicker-days-cell a { display: block; }
.ui-datepicker-week-end-cell { background: #ccc; }
.ui-datepicker-unselectable { color: #888; }
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell { background: #3CA0D1 !important;}
.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell { background: #FFF !important; border: 1px solid #777; }
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell { background: #B1DB87 !important; }
* html .ui-datepicker-week-end-cell { background: #E0F4D7 !important; border: 1px solid #DDD !important; }
* html .ui-datepicker-days-cell-over { background: #FFF !important; border: 1px solid #777 !important; }
* html .ui-datepicker-current-day { background: #ffffcc !important; }
.ui-datepicker-today { background: #BFD6F0  !important; }
.ui-datepicker-current-day { /*Dia seleccionado entre semana*/
	background: #ffffcc !important;
}
.ui-datepicker-status {	background: #3CA0D1; width: 100%; font-size: 80%; text-align: center; }
#ui-datepicker-div a, .ui-datepicker-inline a { cursor: pointer; margin: 0; padding: 0; background: none; color: #000; }
.ui-datepicker-inline .ui-datepicker-links a { padding: 0 5px !important; }
.ui-datepicker-control a, .ui-datepicker-links a { padding: 2px 5px !important; color: #000 !important; }
.ui-datepicker-title-row a { color: #175993 !important; }
.ui-datepicker-control a:hover { background: #fff !important; color: #333 !important; }
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover { background: #FFF !important; color: #333 !important; }
.ui-datepicker-multi .ui-datepicker { border: 1px solid #83C948; }
.ui-datepicker-one-month { float: left; width: 185px; }
.ui-datepicker-new-row { clear: left; }
.ui-datepicker-cover { display: none; display/**/: block; position: absolute; z-index: -1; filter: mask(); top: -4px; left: -4px; 	width: 193px; height: 200px; }

/*__________________________________________ jtip*/

#JT_arrow_left{
	background-image: url(../imgs/arrow_left.png) ;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #304D93;
	background-color: #fff;
	font-size:0.7em;
}

#JT_copy{ padding:10px 10px 10px 10px; color:#333333; }

.JT_loader{
	background-image: url(../imgs/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	color:#fff;
	background-color: #304D93;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{ margin:3px 0; }

#JT_copy img{ padding: 1px; border: 1px solid #CCCCCC;}

.jTip{ cursor:help; }

/*___________________________________________ ModTabs Eventos**/

.ui-tabs-nav, .ui-tabs-panel { font-family: Arial, Helvetica, sans-serif ; font-size: 12px;}
.ui-tabs-nav { list-style: none; margin: 0; padding: 0 0 0 3px; }
.ui-tabs-nav:after { /* fix IE,Evita el desplazamiento */
    display: block; clear: both; content: " "; }
.ui-tabs-nav li { float: left; margin: 0 0 0 0px; font-weight: bold; }
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fix al problema dir=ltr  y orillas en IE */
    padding: 0 12px;
    background: url(../imgs/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative arregla el problema de opacidad en IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, previene la propiedad de borde dotted despues del click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited { color: #fff; }
.ui-tabs-nav .ui-tabs-selected a {
    position: relative !important;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.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, repara problemas con Pseudoclases */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, necesita clases mas especificas */
    cursor: pointer;
}
.ui-tabs-disabled { opacity: .4; filter: alpha(opacity=40); }
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { color: #000; }
.ui-tabs-panel { 
    border: 1px solid #304D93;
    padding: 10px;
    background: #fff; /* declara el background color para que no se distorcionen las fuentes en IE */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* bug fixes en IE */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7  */ display: inline-block; }
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Modo Estandar - no agrupa selectores  */ display: inline-block; }

.ui-tabs-hide { display: none !important; }
#tab_panel1, #tab_panel2, #tab_panel3 { max-height:100px; overflow:auto; }
#heightMod { height:150px; }

/*_____________________________________________________ Blur input */
input.blur { color: #999; }

/******<<<<<<<<<< CSS Modulos - Column Right >>>>>>>>>>******/

/**__________________________________________Buscador Empresas*/
#frmBuscadorEmpresas { margin:0px; padding:0px; }	
#frmBuscadorEmpresas .altoDeLinea { padding-bottom:3px; left:0px; }
#btnSubmitEmpresas { 
	color:#fff;
	width:215px;
	height:26px;
	border:0px;
	background:url(../imgs/btn_empresas_off.png) no-repeat;
	cursor:pointer;
	font-weight:bold;
}
#btnSubmitEmpresas:hover { background:url(../imgs/btn_empresas_on.png) no-repeat; }

/**___________________________________________ Listados eventos */

.eventList 
	{
    text-align:left;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.eventList a {
	text-decoration:none;
	display:block;
	color:#444;
	background: #fff;
	padding:5px;
	}
.eventList a:hover { background:#ededed; }	
.eventList strong { color:#0066CC; font-style:italic; }
.eventList span.liCalEve { border-bottom: #ccc 1px solid; }
.eventList span.liCalLugar { display:block; }
.eventList span.liCalSede { display:block; }	
.eventList acronym { color:#000000;	 }
.summaryResult { text-align:right; margin-right:10px; color:#999999; font-size:0.8em; }	
	
/**______________________________________________ FrmBuscador Eventos*/

.frmSearchEvents { text-align:center; margin:-5px; padding:0px;  }
.frmSearchEvents label { display:block; padding:1px; } 
.frmSearchEvents .eventSubmit {
	background:#304D93;
	color:#fff;
	border: 1px #304D93 inset;
	cursor:pointer;
}
.msgEvento { color:#3173AF; }

/**********<<<<<<<<<< CSS Red Negocios --- Cotizadores >>>>>>>>>>**********


/*_______________________________________________ Home divisiones */

#wrapperQuote {
	width:100% !important;
	margin:0px !important;
	padding:0px;
}
/**________________________________________________ HomeTable **/

.tblQuote { margin:0px; padding:0px; width:648px; }
.tblQuote tfoot { background:url(../imgs/tbl-foot.png) repeat-x 0 0; color:#fff;}
.tblQuote .linka { color:#fff; font-size:12px; }	
.tblQuote thead { background:url(../imgs/btn_compradores-Cotizador.jpg) no-repeat 0 0; 	height: 118px;}
.tblQuote tbody { background:url(../imgs/tbl-background.png) repeat scroll;	}
.tblQuote td { padding: 10px 0px 10px;}
.tblQuote img { position:relative; z-index:0 !important; }
.tblQuote th{ border:none; 	height:40px; }
.tblQuote .brd1 { border: 0px 1px 0px solid #000; }
.tblQuote .odd:hover { background:#fff; }
.tblQuote span { display:block; width:90%; text-align:center; 	}


/*========== Formulario home ==========

#frmhome {
	margin:0px;
	text-align:left;
}
#frmhome label {
	display: block;
	margin-left: 10px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;}

#frmhome input, select { 
	margin-left:10px;
	margin-bottom:5px;
}

#frmhome .submit {
	background:#304D93;
	color:#fff;
	cursor:pointer;
	width:250px;
	font-size:16px;
	border: 2px #304D93 ;
}*/


/**___________________________________________________ Forms Quotes **/

#contactWrapper { position: relative; margin-top: 5px; width: 100%; float: left; }
#contactInfo { float: left; width: 35%; min-height: 300px; background:url(../imgs/back_form.png) repeat-x; }
/*Fuentes*/	 
#contactInfo h2 { padding:0px; margin-top:0px; padding-left:10px; color:#00539b; 
	font-family: Arial,Helvetica,sans-serif; font-size: 2em; line-height: 40px;
	background-image: url(../imgs/formulario_titulos.jpg); 
}
#contactInfo h3 {
	text-align:left;
	margin-top:15px;
	margin-bottom:10px;
	font-size:1em;
}
#contactInfo .topImg {
	float:right;
	position: absolute;
	top:-0.5em; left:5.3em;
	}

#contactForm {
			position: relative;
			width: 64%;	
			float: right;
			text-align:left;
			background: url(../imgs/back_form.png) repeat-x;
			border:#D1DAE0 1px 0px 1px solid;
		
}
#contactForm label {
	display: block;
	margin-left: 10px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}
legend {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:0.8em;
	font-weight:bold;
}	
#contactForm input {
	margin-left:10px;
	margin-bottom:5px;
}
#contactForm select, textarea {
	margin-left:10px;
	margin-bottom:5px;
}
#contactForm sup {
	color:#00539b;
}
#contactForm fieldset {
	margin-left:15px;
	margin-right:15px;
}

.botonSubmit {
	font-size:1em;
	color:#fff;
	background:#304D93;
	border: 1px #304D93 solid;
	width:50%;
	margin-top:5px;
	cursor:pointer;
}			
			
#controlShadow { display:none; }
#nominaShadow { display:none;}

/*Validator Quotes*/
#contactForm label.error {
	position:relative;
	background: #FFFFF2 url(../imgs/error.png) left no-repeat;
	font-size:0.8em;
	color:#999999;
	margin-top:-4px;
	padding-left:18px;
	padding-right: 5px;
	border:#999999 1px solid;
	width: 60% !important;
	}
#contactForm input.error { border: 1px solid red; background: #FEBCBA }
#contactForm select.error { border: 1px solid red; background: #FEBCBA }

/*___________________________________________________ CSS Form Registro Empresa (semantic, standar, accesible form) */	

#frmRegistro {	margin-left:50px; margin-right:50px; padding:0; margin-bottom:20px;}
#frmRegistro fieldset { padding:10px; margin:30px 0px 20px; border:#ccc 1px solid; background:#FaFaFa }
#frmRegistro label { display:block; text-align:left; font-size:0.9em; }
#frmRegistro input {  margin-left:0px; }
#frmRegistro select { display:block; width:60%; margin-left:0px; }		
#frmRegistro em { font-weight:bold; font-size:0.8em; color: #006699; }	
	.frmNotas { color:#999; font-size:0.7em;  }
	.fieldRow { padding:5px; border-bottom:1px #eee solid; text-align:left;}
#frmRegistro label.error {
		background: #FFFFF2 url(../imgs/error.png) left no-repeat;
		font-size:0.8em;
		color:#999999;
		margin-top:2px;
		padding-left:18px;
		padding-right: 5px;
		border:#999999 1px solid;
		width: 60% !important;
	}
#frmRegistro input.error { border: 1px solid red; }
#frmRegistro select.error { border: 1px solid red; }
.imgHelp { position:relative; }

.submit { 
	background:url(../imgs/btn_empresas_off.png) center no-repeat;
	border:none;
	width:286px;
	height:26px;
	cursor: pointer;
	color:#fff;
	font-weight:bold;
	}
	
