html, body {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
}
/* INICIO ESTILOS GENERALES */
.titulo_formas {
		font-size: 13px;
		color:#FFFFFF;
		font-weight:bold;
}
.titulo_formas2 {
		font-size: 16px;
		color:#FFFFFF;
		font-weight:bold;
}
.subtitulo_formas {
		font-size: 11px;
		color:#FFFFFF;
		font-weight:bold;
}
.titulo_busca {
		font-size: 16px;
		color:#FFFFFF;
}
.producto {
		font-size: 16px;
		color: #333333;
		font-weight:bold;		
}
.productoing {
		font-size: 14px;
		color: #333333;
		font-weight:bold;		
}
.subtitulo_formas_azul {
		font-size: 11px;
		color:#2C55B1;
		font-weight:bold;
}
.subtitulo_formas_azul2 {
		font-size: 14px;
		color:#2C55B1;
		font-weight:bold;
}
.condiciones {
		font-size: 9px;
		color:#666666;
}
.sugiere {
		font-size: 10px;
		color: #FF0000;
}
.tabazul {
		color: #000099;
}
.tabverde {
		color:#003300;
}

/* TERMINA ESTILOS GENERALES */
/**********************************/
/* INICIO LIGAS */
A:link {
	color: #000099;
	text-decoration: none;
}
A:visited {
	color: #000099;
	text-decoration: none;
}
A:active {
	color:#FF0000;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color:#FF0000;
}
.liga_bco A:link {
	color: #FFFFFF;
	text-decoration: none;
}
.liga_bco A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.liga_bco A:active {
	color:#FFFFFF;
	text-decoration: none;
}
.liga_bco A:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
.liga_vde A:link {
	color: #003300;
	text-decoration: none;
}
.liga_vde A:visited {
	color: #003300;
	text-decoration: none;
}
.liga_vde A:active {
	color:#003300;
	text-decoration: none;
}
.liga_vde A:hover {
	text-decoration: underline;
	color:#003300;
}
/* TERMINA LIGAS */
/**********************************/
/* INICIO ESTILOS PARA LAS FORMAS*/
input[type=text], input.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
}
input[type=password], input.password {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
}
input[type=submit].azul, input.submit.azul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	border: 0px Solid #2C55B1;
	background-color:#2C55B1;
	background:repeat;
	width: 100px;
	height: 18px;
	background-image:url(imagen/barra_azulc.jpg);
}
input[type=submit].azul2, input.submit.azul2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	border: 0px Solid #2C55B1;
	background-color:#2C55B1;
	background:repeat;
	width: 100px;
	height: 24px;
	background-image:url(imagen/barra_azulc.jpg);
}
input[type=submit].verde, input.submit.verde {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	border: 0px Solid #2C55B1;
	background-color:#2C55B1;
	background:repeat;
	width: 100px;
	height: 18px;
	background-image:url(imagen/barra_verde2.jpg);
}
input[type=submit].morado, input.submit.morado {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	border: 0px Solid #2C55B1;
	background-color:#2C55B1;
	background:repeat;
	width: 100px;
	height: 18px;
	background-image:url(imagen/barra_morado.jpg);
}
input[type=submit].morado2, input.submit.morado2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	border: 0px Solid #2C55B1;
	background-color:#2C55B1;
	background:repeat;
	width: 120px;
	height: 24px;
	background-image:url(imagen/barra_morado.jpg);
}
/*input[type=reset], input.reset {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	border: 0px Solid #2C55B1;
	background-color:#2C55B1;
	background:repeat;
	width: 100px;
	height: 24px;
	background-image:url(imagen/barra_azulc.jpg);
*/
}
input[type=checkbox], input.checkbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #383330;
}

textarea{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #383330;
}
.td_liga {
	cursor:pointer;
}
td.menuon { 
	background-color: #F2F2F2; 
	cursor:pointer;
}
td.menuoff { 
	background-color: #FFFFFF; 
}
/* TERMINA ESTILOS PARA LAS FORMAS*/

/* INICIA TOOLTIPS*/
#DHTMLgoodies_formTooltipDiv{
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.8em;
	line-height:150%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFFFFF;
	font-weight:normal;
	font-size:0.9em;
}
/*TERMINA TOOLTIPS*/

#trans {
	visibility:hidden;
	background-color: silver;
	opacity:0.25;
	filter:alpha(opacity="25");
	-moz-opacity:.25;
	top:0;
	left:0;
	z-index:1;
	position:absolute;
	width:100%;
	height:100%;
}
#contenido, #cargador {
	visibility:hidden;
	z-index:100;
	border:1px solid #808080;
    position:absolute;
	text-align:left;
}
.cuerpo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
    background-color:#FFFFFF;
    border-color:#808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}
.exito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
}
.cerrar a:link, .cerrar a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000099;
	text-decoration: none;
}
.cerrar a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0033FF;
	text-decoration: underline;
}

td.norr	{
		/* Texto Negro */
		color:"black";
		text-align: right ;
		font-size:"7pt" 
		}
td.noKc	{
		/* Texto Azul */
		color:"blue";
		text-align: center ;
		font-size:"9pt" 
		}
td.norl	{
		/* Texto Negro */
		color:"black";
		text-align: left ;
		font-size:"7pt" 
		}
td.norc	{
		/* Texto Negro */
		color:"black";
		text-align: center ;
		font-size:"7pt" 
		}

/*NUEVOS ESTILOS*/

.Pestaņas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.Buscar {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	color:#004895;
}


.Botonessencillos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#273283;
}


.Botonespie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#273283;
}



.titcosmos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#005eab;
	font-weight:bold;
}


.textocosmos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#004895;
}



.textogeneral{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#004895;
}


.textopie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.textoregistrado {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#0066CC;
}


.textopoliticas{
font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color:#0066CC;
}


.titulosresultados {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}


.subtitulosresultados  {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#0066CC;
}



.subtituloscotizacion  {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#398C3C
}



.encabezadoglobo  {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#004895;
}


.textoglobo  {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#214257;
}


.Arialchica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.Arialmediana {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.Arialgrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.Arialtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.boton1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#273283;
/*border-style:none;*/
width:100px;
height:21px;
}


.botonchico{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#273283;
font-weight:bold;
width:70px;
height:17px;
}

/*AGREGADO 3 DE SEPTIEMBRE 2010 */

/*Estilos H1, H2, H3, H4 para los nombres de los productos/servicios en cada consola respectivamente*/

h1 {

                font-family:Verdana, Arial, Helvetica, sans-serif;

                font-size: 12px;

                font-weight:bold;

                color:#0066CC;

                margin-bottom:0px;

                line-height:5px;

}

h2 {

                font-family:Verdana, Arial, Helvetica, sans-serif;

                font-size: 10px;

                font-weight:bold;

                font-style:italic;

                color:#0066CC;

                margin-left:10px;

                line-height:5px;

}

h3  {

                font-family:Verdana, Arial, Helvetica, sans-serif;

                font-size: 12px;

                font-weight:bold;

                color:#398C3C;

                margin-bottom:0px;

                line-height:5px;

}

h4  {

                font-family:Verdana, Arial, Helvetica, sans-serif;

                font-size: 10px;

                font-weight:bold;

                font-style:italic;

                color:#398C3C;

                margin-left:10px;           

                line-height:5px;              

}

 
/* INICIA CODIGO NUEVO DIVS */

#contenedor_emp{ width:640px; height:auto; border:1px solid #CCC; background-color:#FFF; margin:5px auto; text-align:center; } 

#contenedor_consola1{ width:640px; height:auto; border:1px solid #CCC; background-color:#FFF; margin:5px auto; text-align:center; } 

#contenedor_consola2{ width:640px; height:auto; border:1px solid #CCC; background-color:#FFF; margin:5px auto; text-align:center; } 

#contenedor_consola3{ width:640px; height:auto; border:1px solid #CCC; background-color:#FFF; margin:5px auto; text-align:center; } 

#contenedor_consola4{ width:640px; height:auto; border:1px solid #CCC; background-color:#FFF; margin:5px auto; text-align:center; } 



#contenedor_datos{ width:auto; text-align:center; clear:none; } 

#contenedor_datos2{ width:auto; text-align:center; clear:none; } 

#contenedor_datos3{ width:auto; text-align:center; clear:none; } 

#contenedor_datos4{ width:auto; text-align:center; clear:none; } 

#contenedor_datos5{ width:auto; text-align:center; clear:none; } 



#encabezado{ width: 630px; padding: 5px 5px 5px 5px; background: #5392E1; height:20px; color: #fff; font-size:14px; clear:none; text-align:left; cursor:pointer; background-image:url(/imagen/expand.png);}



#encabezado_capsula{ width: 630px; padding: 5px 5px 5px 5px; background: #B73844; height:20px; color: #fff; font-size:14px; clear:none; text-align:left; cursor:pointer; background-image:url(/imagen/expand.png);}

#encabezado_subcapsula{ width: 630px; padding: 5px 5px 5px 5px; background: #F7D1CC; height:auto; color: #fff; font-size:12px; clear:right; text-align:left; overflow:auto;}

#encabezado_geoip{ width: 630px; padding: 5px 5px 5px 5px; background: #FF9900; height:20px; color: #fff; font-size:12px; clear:both; text-align:left; cursor:pointer; background-image:url(/imagen/expand.png);}

#encabezado_subgeoip{ width: 630px; padding: 5px 5px 5px 5px; background: #FFE6D0; height:auto; color: #fff; font-size:12px; clear:right; text-align:left; overflow:auto;}

#encabezado_ingles{ width: 630px; padding: 5px 5px 5px 5px; background: #E2EFF7; height:auto; color: #fff; font-size:12px; clear:both; text-align:left; overflow:auto;}

#encabezado_coti{ width: 630px; padding: 5px 5px 5px 5px; background: #4AB34D; height:20px; color: #fff; font-size:14px; clear:none; text-align:left; cursor:pointer; background-image:url(/imagen/expand.png);}

#encabezado_subcoti{ width: 630px; padding: 5px 5px 5px 5px; background: #E4F2D8; height:auto; color: #fff; font-size:12px; clear:right; text-align:left; overflow:auto;}

#encabezado_txt { width: 530px; color: #fff; font-size:14px;  text-align:left; float:left; font-weight:bold;}

#encabezado_titulo { width: 625px; color: #fff; font-size:11px;  text-align:left; float:left; font-weight:bold;}

#encabezado_producto { width: 625px; color: #fff; font-size:12px;  text-align:left; float:left; font-weight:bold;}

#encabezado_captit { width: 625px; color: #B73844; font-size:12px;  text-align:left; float:left; font-weight:bold;}

#encabezado_geoipdesc { width: 625px; color: #666; font-size:12px;  text-align:left; float:left; font-weight:bold;}

#encabezado_cotiprodesp { width: 625px; color: #4AB34D; font-size:12px;  text-align:left; float:left; font-weight:bold;}

#encabezado_cotiproding { width: 625px; color: #4AB34D; font-size:10px; font-style:italic;  text-align:left; float:left; font-weight:bold;}

#soc_invi { width:100px; text-align:right; float:right;}



#logo_emp{ width: 150px; background: #fff; padding: 10px 10px 10px 10px; text-align:center; clear:none; float:left; height:150px;  }



#actividad_emp{ width: 460px; background:#F0F0F0; padding: 10px 5px 10px 5px; float:left; text-align:left;}

#salto_linea{ height:15px; clear:both; }

#salto_linea2{ height:1px; clear:both; margin-top:5px; margin-bottom:5px; background-color:#E8E8E8; width:90%; text-align:center; margin:auto;}

#salto_linea3{ height:5px; clear:both; }



#nivel_ymas { width: 460px; background: #fff; padding: 5px 5px 5px 5px; float:left; text-align:left;} 

#nivel_ymas li{ margin: 2px 2px 2px 2px;  padding: 0px 2px 2px 2px; display:inline; width:460px; margin:10px; text-align:left; } 



#datos_contacto{ width: 630px; padding: 5px 5px 5px 5px; background: #A5D6F6; color: #2C55B1; font-size:11px; clear:both; text-align:left; font-weight:bold;}

#oficinas { width: 630px; height:70px; padding: 5px 5px 5px 5px;}

#sucursales {width: 630px; height:auto; padding: 5px 5px 5px 5px;}

#separador { height:1px; width:95%; background-color:#E8E8E8; clear:both; text-align:center; margin-top:3px; margin-top:3px;}



#col3_1 { width:200px; float:left; vertical-align:middle; text-align:center; padding: 5px 5px 5px 5px;}  

#col3_2 { width:200px; float:left; vertical-align:middle; text-align:center; padding: 5px 5px 5px 5px;}

#col3_3 { width:200px; float:right; vertical-align:middle; text-align:center; padding: 5px 5px 5px 5px;}



#col1 { width:450px; float:left; text-align:left; padding: 5px 5px 5px 5px;}  

#col2 { width:160px; float:left; text-align:right; padding: 5px 5px 5px 5px;}



#col3 { width:300px; float:left; text-align:left; padding: 5px 5px 5px 5px;}  

#col4 { width:300px; float:right; text-align:left; padding: 5px 5px 5px 5px;}



#col5 { width:150px; float:left; text-align:center; padding: 5px 5px 5px 5px;}  

#col6 { width:460px; float:left; text-align:justify; padding: 5px 5px 5px 5px;}



#contenedor_prod{ width:640px; height:auto; background-color:#FFF; margin:5px auto; text-align:center; } 

#listado_prod{ width:630px; height:auto; background-color:#FFF; margin:5px auto; text-align:left; padding: 5px 5px 5px 5px; }



.heading {

margin: 1px;

color: #fff;

padding: 3px 10px;

cursor: pointer;

position: relative;

background-color:#c30;

}

/* TERMINA CODIGO NUEVO DIVS (CONSOLA Y LISTADO DE PRODUCTOS) */
