/*
	Common
*/
body, h1, h2, h3, h4, p, form, ul {
	margin: 0;
	padding: 0;
}

body, pre {
	font: 14px Arial;
}

pre {
	background: #fafafa;
	border: 1px solid #f88;
	padding: 5px;
}

a img {
	border: none;
}

a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}

input[type="text"], input[type="password"], input[type="submit"], input[type="button"], textarea, select {
	font: 14px Arial;
	color: #333;
	background: #fff;
	border: 1px solid #aaa;
}

#body input:focus, textarea:focus, label:focus, select:focus, input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #d22e37;
}

label {
	cursor: pointer;
}

.error {
	color: #b0231c;
}

.clear {
	clear: both;
	text-indent: -9999px;
	font-size: 1px;
}

.clear span {
	display: block;
	height: 0;
	overflow: hidden;
}

.hr {
	overflow: hidden;
	height: 1px;
	background: #d8d8d8;
	margin-bottom: 20px;
}

#body .inactive_field {
	color: #888;
}

#body .discreet {
	color: #6a6a6a;
	font-size: 12px;
}

.pagination_links a {
	padding: 0 3px 0 3px;
	color: #444;
}

.pagination_links .current {
	font-weight: bold;
	text-decoration: none;
}

/* 
	Theme
*/
h2 {
	font-size: 18px;
	color: #c51920;
	margin-bottom: 20px;
}

h3 {
	font-size: 15px;
	color: #c51920;
}

#main {
	color: #555;

}

ul {
	list-style: none;
}

/* Catalogo	*/
.producto {
	margin-bottom: 25px;
}

.photo, .photo_thumb {
	position: relative;
	display: block;
	float: left;
	border: 1px solid #d9d9d9;
}

.photo img, .photo_thumb img {
	float: left;
}

.photo_thumb { width: 119px; height: 119px; }

.producto .detalles {
	float: left;
	width: 379px;
	margin-left: 25px;
}

.producto .detalles h3 {
	margin-bottom: 8px;
}

.producto .detalles ul, .producto .detalles p {
	font-size: 14px;
}

.producto a {
	color: #555;
}


/* Showcase */
.showcase {
	height: 121px;
	overflow: hidden;
}

.hide_me {
	visibility: hidden;
}

.showcase a {
	display: block;
	float: left;
	width: 121px;
	height: 121px;
	margin-left: 10px;
}

.showcase .next {
	display: block;
	float: left;
	background: url("img/arrow_next.png") no-repeat;
	width: 42px;
	height: 35px;
	margin: 25px 10px;
}

.showcase .next span {
	display: none;
}

/* INDEX */
.productos_similares h2 {
	margin-bottom: 20px;
}

/* box */
.box {
	position: relative;
	background: #f0f0f0;
	border: 1px solid #afafaf;
	padding: 10px;
	margin-bottom: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.box_succ {
	background: #d2ffcf;
	border-color: #86bf83;
}

.box_alert {
	background: #f8ffbf;
	border-color: #c2ca78;
}

.box_error {
	background: #ffcfcf;
	border-color: #cf7474;
}
