#submenu{
	height: auto;
	background: url(./images/fondo-submenu.jpg) bottom repeat-x;
}
#submenu li{
	display: inline;
	padding: 0px 10px 10px 10px;
	font-size: 0.8em;
}
#submenu a, #menu a:visited, #menu a:active, #menu a:link{
	color: #333;
	font-weight: bold;
	text-decoration:none;
}
#submenu a:hover{
	color: #666;
	border-bottom: 5px solid #bf0000;
	padding-bottom: 6px;
}
#submenu .actual-submenu a{
	border-bottom: 3px solid #bf0000;
	padding-bottom: 8px;
}
#contenido-productos {
	margin: 40px 0px 0px 35px;
	width: 92%;
	text-align: justify;
	font-size: 10pt;
	font-weight: bold;
	color: #eee;
}
#informacion{
	width: 350px;
	height: auto;
	float: right;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 20px;
}
#informacion h4{
	font-size: 1.2em;
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
	margin: 0px;
}
#informacion ul{
	list-style: square;
}
#informacion li{
	margin-top: 4px;
}
#informacion p {
	padding-left: 25px;
}
.idea{
	margin: 10px 0px 0px 30px;
}
.montajeProductos img{
	margin-left: 18px;
	border: 1px solid #ccc;
	float: right;
}
.esculturas{
	text-align:center;
}
.esculturas img{
	border: 1px solid #fff;
}
