/*Inician Estilos Nuevos */
html, body {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
}
.texto_tablas {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.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;
}
/* 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;
}
/**********************************/
/* INICIO ESTILOS PARA LAS FORMAS*/
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input[type=submit], input.submit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input[type=button], input.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input[type=text].i_txt, input.text.i_txt {
	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);
}

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;
}
/*Terminan Estilos Nuevos */
td.cotizal 	{
		/* Texto Negro */
		color:"black";
		/* Fondo Uva */
		background-color:"#efeded" ;
		text-align: left ;
		font-size:"8pt"
		}
		
td.cotizac 	{
		/* Texto Negro */
		color:"black";
		/* Fondo Uva */
		background-color:"#efeded" ;
		text-align: center ;
		font-size:"8pt"
		}
		
td.cotizar 	{
		/* Texto Negro */
		color:"black";
		/* Fondo Uva */
		background-color:"#efeded" ;
		text-align: right ;
		font-size:"8pt"
		}



a.producto:link {
		/* unvisited links */
 		color: white
		}

a.producto:visited {
		/* visited links   */
 		color: white
		}

a.pag:link {
		/* unvisited links */
 		color: blue
		}

a.pag:visited {
		/* visited links   */
 		color: blue
		}


p.punto {
		font-size:"9pt" ;
		border-style: solid ;
		border-color: 
		#ffffff
		#cceeff
		#cceeff
		#ffffff
		}

b.p10 {
		font-size:"10pt" ;
		}


table.d	{
		font-family:"Arial, Helvetica, sans-serif" ;
		padding-left: 1mm ;
		padding-right: 1mm ;
		padding-top: 0.5mm ;
		padding-bottom: 0.5mm 		
		}

table.geo {
		font-family:"Arial, Helvetica, sans-serif" ;
		background-color:"#ffeeaa" ;
		padding-left: 1mm ;
		padding-right: 1mm ;
		padding-top: 0.5mm ;
		padding-bottom: 0.5mm 		
		}


td.tit 	{
		/* Texto Blanco */		
		color:"white";		
		font-size:"12pt" 
		}

td.prol 	{
		/* Texto Azul */
		color:"blue";
		/* Fondo Blanco */
		background-color:"#ffffff" ;
		text-align: left ;		
		font-size:"10pt" 
		}

td.act 	{
		/* Texto Azul Obscuro */
		color:"#000099";
		background-color:"#f5f5f5" ;
		text-align: center ;
		font-size:"8pt" 
		}

td.pagj	{
		/* Texto Negro */
		color:"gray";
		background-color:"white" ;
		text-align: justify ;
		font-size:"8pt" 
		}

td.pagc	{
		/* Texto Negro */
		color:"black";
		background-color:"#cccccc" ;
		text-align: center ;
		font-size:"8pt" 
		}

td.pagl	{
		/* Texto Negro */
		color:"black";
		background-color:"#cccccc" ;
		text-align: left ;
		font-size:"8pt" 
		}

td.pagr	{
		/* Texto Negro */
		color:"black";
		background-color:"#cccccc" ;
		text-align: right ;
		font-size:"8pt" 
		}

td.noKc	{
		/* Texto Azul */
		color:"blue";
		text-align: center ;
		font-size:"9pt" 
		}

td.norc	{
		/* Texto Negro */
		color:"black";
		text-align: center ;
		font-size:"7pt" 
		}

td.norl	{
		/* Texto Negro */
		color:"black";
		text-align: left ;
		font-size:"7pt" 
		}

td.norr	{
		/* Texto Negro */
		color:"black";
		text-align: right ;
		font-size:"7pt" 
		}

td.norj	{
		/* Texto Negro */
		color:"black";
		text-align: justify ;
		font-size:"7pt" 
		}

td.a0 	{
		/* Texto Azul Obscuro */
		color:"#000099";
		background-color:"white" ;
		text-align: center ;
		font-size:"8pt" 
		}

td.a1 	{
		/* Texto Blanco */
		color:"#ffffff";
		background-color:"#1468b1" ;
		text-align: center ;
		font-size:"8pt" 
		}

td.a3 	{
		/* Texto Blanco */
		color:"#ffffff";
		background-color:"#524c81" ;
		text-align: center ;
		font-size:"8pt" 
		}

td.a5 	{
		/* Texto Blanco */
		color:"#ffffff";
		background-color:"#8b3357" ;
		text-align: center ;
		font-size:"8pt" 
		}

td.a7 	{
		/* Texto Blanco */
		color:"#ffffff";
		background-color:"#c01c30" ;
		text-align: center ;
		font-size:"8pt" 
		}

td.dirl 	{
		/* Azul Obscuro */
		color:"#000099";
		background-color:"#f5f5f5" ;
		text-align: left ;
		font-size:"9pt" 
		}

td.dirc 	{
		/* Azul Obscuro */
		color:"#000099";
		background-color:"#f5f5f5" ;
		text-align: center ;
		font-size:"9pt" 
		}

td.dirr 	{
		/* Azul Obscuro */
		color:"#000099";
		background-color:"#f5f5f5" ;
		text-align: right ;
		font-size:"9pt" 
		}

td.yell 	{
		/* Negro */
		color:"black";
		padding-left: 4mm ;
		background-color:"#ffffcc" ;
		text-align: left ;
		font-size:"8pt" 
		}
td.yelc 	{
		/* Negro */
		color:"black";
		background-color:"#ffffcc" ;
		text-align: center ;
		font-size:"8pt" 
		}
td.yelr 	{
		/* Negro */
		color:"black";
		background-color:"#ffffcc" ;
		text-align: right ;
		font-size:"8pt" 
		}
TD.grisc	{
		/* Gris */
		FONT-SIZE: 8pt;
		COLOR: black;
		BACKGROUND-COLOR: #efefef;
		TEXT-ALIGN: center
		}
		
td.txtl 	{
		/* Azul Obscuro */
		color:"#000099";
		background-color:"#ffffff" ;
		text-align: left ;
		font-size:"8pt" 
		}
td.txtc 	{
		/* Azul Obscuro */
		color:"#000099";
		background-color:"#ffffff" ;
		text-align: center ;
		font-size:"8pt" 
		}
td.txtr 	{
		/* Azul Obscuro */
		color:"#000099";
		background-color:"#ffffff" ;
		text-align: right ;
		font-size:"8pt" 
		}

td.blal 	{
		/* Azul Obscuro */
		color:"#000099";
		background-color:"#ffffff" ;
		text-align: left ;
		font-size:"9pt" 
		}

td.blac 	{
		/* Azul Obscuro */
		color:"#000099";
		background-color:"#ffffff" ;
		text-align: center ;
		font-size:"9pt" 
		}

td.blar 	{
		/* Azul Obscuro */
		color:"#000099";
		background-color:"#ffffff" ;
		text-align: right ;
		font-size:"9pt" 
		}

td.logo	{
		text-align: center ;
		/* Texto Azul Obscuro */		
		color:"#000099";		
		/* Fondo Blanco */
		background-color:"#ffffff" ;
		font-size:"8pt" 
		}

td.url 	{
		text-align: center ;
		/* White Smoke */
		background-color:"#f5f5f5" ;
		font-size:"10pt" 
		}

td.box 	{
		color:"#cfe9ff" ;
		/* Azul Claro */
		/*         rgb = 204 238 255 */
		background-color:"#CCEEFF" ;
		font-size:"10pt" 
		}

td.lblue 	{
		color:"#cfe9ff" ;
		/* Azul Claro */
		/*         rgb = 204 238 255 */
		background-color:"#CCEEFF" ;
		font-size:"10pt" 
		}

td.lgreen {
		color:"#cfe9ff" ;
		/* Verde Obscuro 338055 */
		/* Verde Claro D8E5E5 */		
		background-color:"#D8E5E5" ;
		font-size:"10pt" 
		}

table.groove 	{
		border-style: groove ;
		}

table.inset 	{
		border-style: inset ;
		}

table.outset 	{
		border-style: outset ;
		}
