#diseno_holder
{
	width:1010px;
	position:relative;
}

#holder_submenu
{
	width:100%;
	height:42px;
	float:left;
	margin-left:5px;
	position:relative;
	background:url(../_img/diseno/fondo.png) repeat-x;
	background-position:bottom;
}

#holder_submenu #holder_submenu_items
{
	height:40px;
	margin:0 auto;
	position: absolute;
    left: 30%;
}

.submenu_item
{
	width:auto;
	height:30px;
	float:left;
	margin-right:20px;
	text-align:center;
	padding-top:10px;
}

.span_submenu_items
{
	color:#636A70 ;
	font-family: 'Oswald';
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
}

#diseno_holder #holder_images_diseno
{
	width:923px;
	height:100%;
	min-height:250px;
	float:left;
    padding-left: 54px;
    padding-top: 35px;
    padding-bottom: 10px;
}

.imagen_galeria
{
	width:180px;
	height:132px;
	float:left;
	display: inline-block;
	cursor:pointer;
	text-align:center;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	padding-top:18px;
	margin: 2px 2px;
}

.imagen_galeria:hover
{
	opacity:0.8;
}

