div#boxGale{
	border:1px #cccccc solid;
    /*border-top:none;*/
    padding:0 1px 0 5px;
    /*padding:0 5px 0 5px;*/
    margin-bottom:18px;
	
	font: 100% Arial, Helvetica, sans-serif;
    margin: 5px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
	
}
.gall-bar1 {
	text-align:center;
	height:160px;
}
.gall-bar2 {
	text-align:center;
	height:190px;
}
.gall-bottom {
	text-align:right;
	padding:0;
	margin:10px;
	font-size: 11px;
}
.galldiv-pic {background-color:#FFFFFF;border:1px solid #CACACA;width:90px; height:90px; margin-left:auto; margin-right:auto; padding:5px}
.galldiv-title {
	margin-top:10px;
	font-size:12px;
	text-align:left;
	height:30px;
	padding-left: 5px; overflow:hidden;
}




        /* GALERIA */
	    .galldiv {
            float:left;
            margin:auto;
            overflow:hidden;
            width:48%;
			text-align: center;
        }
		
		.galldiv .precios{
			float:right;
			margin:0 10px 5px 0;
			color:#900000;
			font-weight:bold;
		}
		
		.decimales {
			font-size:10px;
			padding-left:2px;
			vertical-align:top;
		}
		
		.galldivisor{
			border:1px dashed #bcbcbc;
			border-left:none;
			border-right:none;
		}
		
        .galldiv img { border:0}
        
        .separator {
            float:left;
            margin:18px 5px 0 0;
            /*margin:18px 5px 0 0;*/
            overflow:hidden;
            width:5px; /*1px*/
            height: 145px;
            border-right: 1px #cdcdcd dashed;
            }
            
        .productsdiv {
            text-align: left;
            padding-bottom: 28px;
            margin-top:10px;
            /*margin: 0 0 5px 10px;*/
        }
		
        .productsdiv img {
            float:left;
        }

div.prod1 {margin-top:-5px}
div.prod1 span {text-align:left; font:bold 14px Arial;margin-left:9px;}
div.prod1 p { font-size: 12px; text-align:center; margin:10px 0; padding-bottom:10px; }


/* GALERIA End */