body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background: #ffffff;
}

#container_home_main /***** DIV PRINCIPAL DEL HOME*****/
{
	width: 998px;
	margin: 0px auto;
}

#publi_der_home /***** COLUMNA PUBLICIDAD DERECHA DEL HOME*****/
{
	width: 310px;
	float: right;
	text-align: center;
/*	height: 900px;*/
}

#cintillo /***** CINTILLO DE PRESENTACION DEL HOME*****/
{
	width: 670px;
	height: 22px;
	background: #ffffff url("/img/site/cintillo.gif") left top no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
}

#logo /***** LOGO*****/
{
	width: 670px;
	text-align: center;
}

#centro /***** PARTE CENTRAL DE LA PAGINA (CONTENEDOR DE CASILLA DE BUSQUEDA)*****/
{
	width: 670px;
	height: 230px;
	background: #ffffff url("/img/site/central.gif") left top no-repeat;
}

#casilla /***** CASILLA DE BUSQUEDA*****/
{
	width: 520px;
	height: 110px;
	float: right;
	padding-top: 45px;
}

#contenedor_casilla /*************** CONTENEDOR DE CAPA DE CASILLA DE BUSQUEDA ******************/
{
	position: relative;
	width: 100%;
	height: 160px;
}

#table_casilla /***** TABLA DE LA CASILLA DE BUSQUEDA*****/
{
	padding-top: 7px;
	position: absolute;
	top: 1px;
	left: 15px;
	z-index: 2;
}

#opciones /***** OPCIONES AL LADO DE LA CASILLA DE BUSQUEDA*****/
{
	width: 139px;
	height: 80px;
	padding-top: 75px;
	padding-left: 5px;
	text-align: right;
}

#barra_menu /***** BARRA DE MENU DEL HOME PAGE*****/
{
	background: #ffffff url("/img/site/menu.gif") left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 670px;
	height: 25px;
	text-align: center;
}

#banners /************ CONTENEDOR PRINCIPAL BANNERS HOME ******************/
{
	padding-top: 6px;
	width: 670px;
	height: 65px;
}

#banner_izq /************ BANNER DEL LADO IZQUIERDO DEL HOME ******************/
{
	width: 150px;
}

#banner_premium /************ BANNER PREMIUM ******************/
{
	float: right;
	width: 494px;
	text-align: right;
}

#barra_categorias /************ BARRA DE TITULO DE LISTA DE CATEGORIAS ******************/
{
	width: 670px;
	height: 25px;
	background: #ffffff url("/img/site/barra_categorias.gif") left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
}

#categorias_home /**************** CAPA PARA UBICAR LAS CATEGORIAS PRINCIPALES EN EL HOME ***************/
{
	width: 670px;
	height: 508px;
	padding-top: 80px;
	background: #ffffff url("/img/site/fondo_categorias.gif") left top no-repeat;
}

#table_categorias /************* TABLA DONDE SE COLOCAN LAS CATEGORIAS PRINCIPALES ******************/
{
	margin: 0px auto;
	width: 660px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424e53;
	clear: both;
}

A.menu:link, A.menu:visited, A.menu:active , A.menu:hover /************* LINKS EN EL MENU ***********/
{
	font-size: 12px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration: none;
}

A.categorias:link, A.categorias:visited, A.categorias:active  /************* LINKS DE LAS CATEGORIAS PRINCIPALES ***********/
{
	font-size: 11px;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
}

A.categorias:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #535353;
	text-decoration: underline;
}

A.principal:link, A.principal:visited, A.principal:active, A.principal:hover  /************* LINK PRINCIPAL ***********/
{
	font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.corporativo /***** ESPACIO ENTRE BANNERS CORPORATIVOS DEL HOME*****/
{
	margin-bottom:10px;
}

.texto
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

.textbox
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}