@charset "iso-8859-1";
.cuadroProductos {
	background-image: url(../img/cuadrito.png);
	padding: 10px;
	height: 130px;
	width: 115px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cuadroProductos2 {
	background-image: url(../img/cuadrito.png);
	padding: 10px;
	height: 130px;
	width: 115px;
	overflow: hidden;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* CSS Document */

.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FC0;
	background-image: url(../img/botones/catalogo.png);
	height: 21px;
	width: 130px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.cuadro1 {
	float: left;
	height: 100px;
	width: 120px;
	border: 1px solid #18529B;
	margin-right: 5px;
	margin-bottom: 5px;
}
