@charset "utf-8";
body{
background:#1e1e1e;
margin-top: 0px;
margin-bottom: 0px;
}
#textfield {
	border: 1px solid #5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	background-color: #262626;
	height: 17px;
	width: 171px;
}
.direcciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f3f3f3;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 17px;
	background-image: url(../images/troccoli_banner_direcciones_bg.gif);
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f3f3f3;
}
.texto_categoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f3f3f3;
	padding-top: 250px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tituloCategoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 211px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	cursor: pointer;
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	padding: 0px;
	text-decoration: none;
	height: 38px;
	text-indent: -99999px;	
}

ul.MenuBarVertical a.inicio {
	background-image: url(../images/troccoli_nav_01inicio.gif);
}
ul.MenuBarVertical a.inicio:hover {
	background-image: url(../images/troccoli_nav_01inicio_hover.gif);
}

ul.MenuBarVertical a.productos {
	background-image: url(../images/troccoli_nav_02productos.gif);
}
ul.MenuBarVertical a.productos:hover {
	background-image: url(../images/troccoli_nav_02productos_hover.gif);
}

ul.MenuBarVertical a.novedades {
	background-image: url(../images/troccoli_nav_03novedades.gif);
}
ul.MenuBarVertical a.novedades:hover {
	background-image: url(../images/troccoli_nav_03novedades_hover.gif);
}

ul.MenuBarVertical a.nosotros {
	background-image: url(../images/troccoli_nav_04nosotros.gif);
}
ul.MenuBarVertical a.nosotros:hover {
	background-image: url(../images/troccoli_nav_04nosotros_hover.gif);
}

ul.MenuBarVertical a.exportaciones {
	background-image: url(../images/troccoli_nav_05exportaciones.gif);
}
ul.MenuBarVertical a.exportaciones:hover {
	background-image: url(../images/troccoli_nav_05exportaciones_hover.gif);
}

ul.MenuBarVertical a.presupuesto {
	background-image: url(../images/troccoli_nav_06presupuesto.gif);
}
ul.MenuBarVertical a.presupuesto:hover {
	background-image: url(../images/troccoli_nav_06presupuesto_hover.gif);
}

ul.MenuBarVertical a.contactese {
	background-image: url(../images/troccoli_nav_07contactese.gif);
}
ul.MenuBarVertical a.contactese:hover {
	background-image: url(../images/troccoli_nav_07contactese_hover.gif);
}

/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe {
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarVertical li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}
.tituloProducto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f3f3f3;
	text-transform: uppercase;
	height: 30px;
	vertical-align: middle;
}
.solicitePreProd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d10707;
	height: 30px;
	vertical-align: middle;
}

a.menu_show
{
font-size:17px; text-decoration:none; font-weight:bold; color:#FFFFFF; font-family:"Times New Roman", Times, serif; margin:0 0 0 -38px;
}

.list{
padding:15px 0 0 0;
}

a:hover
{
color:#9A9A9A;
}


.btn {
	
	padding: 5px 10px;
	background: #D10707;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-right: 9px;
	
	}
