
/*--------------------------------------*/
/*Formateo de clases estructurales*/

.abc 		{ background:url(images/bg.png) no-repeat;}
.contenedor	{ background:transparent url(images/page_top.jpg)  repeat-x scroll 0 68px; margin-left:24px;}
.cabecera 	{ padding-top:40px;}
marquee 	{ padding: 2px 0 0 0 }


/*--------------------------------------*/
/*Formateo de subclases*/
/*---------Cabecera*/

	.menu 	{ width:100%; height:28px; display:block; font-family: Arial, Helvetica, sans-serif; font-size:10pt; margin-top:-24px}
		.menu ul { padding-top:0px;}
		.submenu ul{ padding-top:0px;}
		.logo 	{ width:200px; }

/*---------columna1*/
	.principales .medio 	{ width:594px; height:150px;  padding:20px 10px 0 10px;  }
	.separador1	{  width:2px;  height:150px; margin:20px 5px 0 5px ; background:url(images/bd_caja.jpg) repeat-y;}
	.rubros  ul li{ margin-left:20px; list-style-image:url(images/rub_li.jpg);  width:auto;  line-height:35px; display:block;  padding:8px 0 0 0;}
	.rubros ul li a	{ color:#919191;  padding:20px 2px;  width:122px;}

	.principales .rubros{ width:184px;}
	.subrubros .inside	{ width:894px; height:138px; padding:0 16px}

	/*Buscador*/
	.buscador form	{ padding:5px; width:97%;}
	.buscador p label	{ width:60px; display:block; float:left; margin:4px 0 0 5px; position:relative;}
	/*--------------------------------------*/

	/*Publicidades*/
	.p_468x60	{width:468px; height:60px;}
	.pad img{ margin:0 0 0 75px;}

/*--------------------------------------*/
/*Elementos*/
	.separador2	{  width:97%;  height:2px; margin: 2px 0 5px 0 ; _margin: -10px 0 5px 0 ; background:none; border-bottom:2px solid #ddd}

/*--------------------------------------*/
/*Publicidad*/


/*--------------------------------------*/
/*Clases genericas*/
.mcenter 	{ margin:0 auto}
.fleft		{ float:left}
.fright		{ float:right}
.cboth		{ clear:both}