body{
	margin:0px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica;
	color:#FFFFFF;
	font-size:12px;
	background:#000000;
}
.table_main{
	background:#000000 url(img/fondo_menu_logo.jpg) top left no-repeat;
}
.td_menu{
	padding-top:10px;
	padding-left:20px;
	text-align:left;
	background:url(img/fondo_contenido.png) top left repeat-y;
}
.td_main{
	padding-left:35px;
	padding-right:35px;
	text-align:left;
	height:550px;
	background:url(img/fondo_contenido.png) top left repeat-y;
}
.td_main_home{
	padding-left:35px;
	padding-right:35px;
	text-align:left;
	background:url(img/fondo_contenido.png) top left repeat-y;
}
.td_main h2{
	font-size:14px;
	text-transform:uppercase;
}
.td_flash_home{
	text-align:center;
	background:url(img/fondo_contenido.png) top left repeat-y;
}
.td_titulo{
	padding-left:20px;
	padding-top:10px;
	text-align:left;
	background:url(img/fondo_contenido.png) top left repeat-y;
}
.td_titulo h2{
	padding-left:15px;
	line-height:34px;
	font-size:14px;
	text-transform:uppercase;
	background:url(img/fondo_titulo.png) center left no-repeat;
}
.td_bottom_main{
	background:url(img/bottom_contenido.png) top left no-repeat;
}
/************ estilos del sub menu del catalogo ************/
.top_submenu_izquierda{
	width:147px;
}
.main_submenu_izquierda{
	width:127px;
	padding-left:10px;
	padding-right:10px;
	background:url(img/fondo_sub_menu.png);
}
.bottom_submenu_izquierda{
	width:147px;
}
.btn_submenu_izquierda, .btn_submenu_izquierda:link, .btn_submenu_izquierda:visited, .btn_submenu_izquierda:active{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(img/fondo_boton_sub_menu.png) left repeat-y;
}
.btn_submenu_izquierda:hover{
	color:#FFC20E;
	background-position:right;
}
.btn_submenu_izquierda_curr, .btn_submenu_izquierda_curr:link, .btn_submenu_izquierda_curr:visited, .btn_submenu_izquierda_curr:active, .btn_submenu_izquierda_curr:hover{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#FFC20E;
	text-decoration:none;
	background:url(img/fondo_boton_sub_menu.png) right repeat-y;
}
.spacer_submenu_izquierda{
	height:7px;
	background:url(img/separacion_sub_menu.png) center no-repeat;
}
/************ estilos del menu ************/
.menu-top{
	padding:0;
}
.menu-parent{}
.menu-current{
	display:inline-block;
	padding:5px;
	list-style:none;
}
.menu-current a{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	color:#FFC20E;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	background:url(img/fondo_boton_menu.png) top repeat-x;
}
.menu-current a:hover{
	color:#FFC20E;
	background-position:bottom;
}
.menu-0{
	display:inline-block;
	padding:5px;
	list-style:none;
}
.menu-0 a{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	background:url(img/fondo_boton_menu.png) top repeat-x;
}
.menu-0 a:hover{
	color:#FFC20E;
	background-position:bottom;
}
.menu-child{}
.menu-expand{}
.menu-expand ul{
	position:fixed;
	margin-top:5px;
	padding:0;
	z-index:10;
	background:url(img/fondo_pop_menu.png);
	_position:absolute;
}
.menu-expand ul li{
	display:block;
	list-style:none;
	padding:0px;
}
.menu-expand ul li a{
	display:block;
	width:106px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(img/fondo_boton_sub_menu.png) left repeat-y;
}
.menu-expand ul li a:hover{
	color:#FFC20E;
	background-position:right;
}
.menu-first{}
.menu-last{}