@charset "utf-8";
/* CSS Document */
#cont_prod {
	text-align: center;
	vertical-align: middle;
	width:130px;
	height: 170px;
	border:1px #CCC solid;
}
#bord_prod {
	width:130px;
	border:5px #FFF solid;
}
#imag_prod {
	text-align: center;
	vertical-align: middle;
	width:110px;
	height: 110px;
	padding-top: 8px;
	padding-left: 9px;
}
#nomb_prod {
	width:100%;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #993300;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:30px;
}
.botonera {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#prec_prod {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width:110px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	height:20px;
}

div.navigation {
    border: 1px solid #ccc;
    margin: 2px auto;
    text-align: center;
    padding: 2px 2px;
    white-space: nowrap;
    font: 12px Georgia;
}
span.navthis {
    padding: 3px 8px;
    color: #FF7F00;
    font-weight: bold;
    font-size: 13px;
}
a.nav {
    padding: 4px 6px;
    color: #888;
    text-decoration: none;
}
a.nav:hover {
    padding: 3px 6px;
    color: #000;
    background-color: #FFC68C;
    border: 1px solid #FFA851;
} 

