main {
	padding-top:40px;
}

#productos_menu_wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	padding-bottom: 40px;
}

#productos_menu {
	border:1px solid;
	border-left:none;
	border-right:none;
}

#productos_wrap {
	padding-top:0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:text-top;
}
#producto {
	background-color: #fff;
	width: 293px;
	border:1px solid;
	height: 345px;
	display:inline-block;
	margin-bottom: 9px;
}

#producto_imagen {
/*
	width: 100px;
*/
	height:190px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#producto_textos {
	width: 99%;
	vertical-align:top;
}
#producto_codigo {
	width: 99%;
	color: #0A8C0D;
	font-size: 12px;
	text-align:right;
}
#producto_nombre {
	width: 99%;
	height:26px;
	color: #0951C0;
	font-size: 15px;
	margin-left: 2px;
	margin-right: 2px;
	line-height: 94%;
	text-align:center;
}
#producto_texto {
	margin-left: 2px;
	padding-top: 8px;
	width: 99%;
	font-size: 13px;
	color: #6B6767;
	height:83px;
}

#producto_ver {
	width: 182px;
}

.producto_boton{
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 7px;
	margin-left: 54px;
	background-color: #EE9001;
}
.producto_boton:hover {
	background-color: #219B03;
}
