#popup_catalogo {
	height: 166px;
	width: 465px;
	margin-right: auto;
	margin-bottom: auto;
	visibility: hidden;
	z-index: 999;
	position: absolute;
	left: 260px;
	top: 200px;
	color: #383838;
	background-color: #F3F3F3;
	border: 8px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	padding: 0px;
	background-image: url(imagenes/fondo_popup.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.boton {
	background-color: #EEEEEE;
	height: 18px;
	margin-right: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
	visibility: inherit;
	z-index: 5555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	margin-left: 5px;
	width: 70px;
}
