/* @override 
	http://localhost:8888/MarmolesBloque/public/themes/Marmoles/styles/site.css
	http://www.marmolesbloque.com/themes/Marmoles/styles/site.css
*/

body{
    background: #000 url(../images/background.jpg) repeat-y center top;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #2a2b2c;
}
.fila{clear:both;}
#main {
	background: #fff;	
}

#main h2.inicio {
display: none;	
}
h3, h2, p{
	padding-left:10px;
	padding-right:10px;
}
a{
	color: #004595;	
}

#main #submit {
	color: yellow;
	background: #004595;
}
#main .zend_form input,
#main .zend_form textarea{
	border: 1px dashed #004595;
}
#main .zend_form label{
	font-weight: normal;
}
/* @group Cabecera */

/* @group Sidebar 1 */

#sidebar1 {
	float: left;
	width: 250px;
	height: 300px;
	background-image: url(../images/catalogo.png);
	margin-top: -156px;
	margin-left: 720px;
}

.widget_menu_categoria h3 {
	display: none;
}

ul.categoriasList {
	margin: 20px 15px 10px 10px;
	height: 260px;
	list-style: disc;	
	font-size: 0.9em;
}
ul.categoriasList ul{
	margin: 0px 15px 0px 10px;
	height: auto;
}
ul.categoriasList ul li{
	margin: 0px 15px 10px 10px;
	padding: 0px;
}
ul.categoriasList ul li ul{
	display: none;
}
ul.categoriasList ul li a{
	margin: 0px;
	padding: 0px;
	border: none;
}
ul.categoriasList li:hover{
	color: yellow;
}
ul.categoriasList li a{
	color: #003399;
	text-decoration: none;
	border-bottom: 1px #ccc solid;
	padding-bottom: 2px;
	margin-bottom: 3px;
	display: block;
	margin-right: 5px;
}

/* @end */

/* @group Menu Cabecera */

#menu {
	width: 500px;
	float: left;
	clear: right;
	margin-left: 100px;
}
#menu ul.navigation{
	overflow: auto;
	margin-top: 30px;
	margin-bottom: 0;
	line-height: 38px;
}
#menu ul.navigation li {
	float: left;
	list-style: none;
}
#menu ul.navigation li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
/* @end */

#header-wrap {
	height: 375px;
	background: #fff url(../images/cabecera.jpg) no-repeat right top;
}

#header-wrap small {
	display: none;
}

#header-wrap h1 a {
	text-indent: -8000px;
	display:block;
	width: 200px;
	height: 200px;
	margin-left: 40px;
}

#header-wrap h1 {
	width: 300px;
	float: left;
}



/* @end */

/* @group Pie */

#footer-wrap {
	background: url(../images/footer.png) center top;
}

#sidebar2 .widget{
	color: #fff;
	width: 450px;
	margin: 10px;
	float: left;
}
#sidebar2 .widget p{
	text-align: left;
	font-size: 1em;
}
#sidebar2 .widget h3{
	font-size: 1.2em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}
#footer-wrap p{
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

#footer-wrap a{
	color: yellow;
	text-decoration: none;
}
/* @end */

/* @group Catalogo */

#main div.productos div.producto {
	width: 290px;
	float: left;
	margin: 10px;	
	height: 180px;
}

#main div.paginationControl {
	margin: 10px;
	text-align: right;
}

#main div.fichaProducto div.imagenPrincipal {
	width: auto;
	display: inline;
	float: left;
	margin: 10px;
	margin-top: 0;;	
}

#main div.paginationControl span.text {
	float: left;
}

#main div.productos div.producto img {
	float: left;
	margin: 5px;
}

#main div.productos div.producto p {
	padding: 0;
}



/* @end */

#hueco_1_0 h3{
    margin-bottom: 0;
}
#hueco_0_1{
    margin-top: 50px;
}
