@charset "utf-8";
/* CSS Document */

#columna_productos {
	position:relative;
	width:280px;
	height:728px;
	background-image:url(../img/fondo_columnas_producto.jpg);
	background-repeat:no-repeat;
	float:left;
}

#columna_productos h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:15px 15px 0 15px;
}

#columna_productos h1 a {
	text-decoration:none;
	color:#CE2D06;
}

#columna_productos h1 a:hover {
	text-decoration:none;
	background-color:#CE2D06;
	color:#FFF;
}

#columna_productos h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#333;
	padding:10px 15px;
}

#columna_productos h3 {
	padding:3px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#A52605;
}

#columna_productos h3 a {
	text-decoration:none;
	color:#A52605;
	background-image:url(../img/sub_enlace.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#columna_productos h3 a:hover {
	color:#FFF;
	background-color:#A52605;
}
#columna_productos h3 img {
	padding-right:5px;
}

#columna_productos h4 {
	padding:0 15px;
}

#columna_productos #img_producto {
	width:100%;
	height:auto;
	text-align:center;
	margin:15px 0;
}

#columna_productos p {
	padding:0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0A0A0A;
}

#columna_productos ul {
		padding:0 15px 0 30px;
}

#columna_productos li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0A0A0A;
}

#columna_productos #btn {
	text-align:center;
	position:absolute;
	top:690px;
	left:80px;
	border:0;
}

#columna_productos #btn img {
	border:0;	
}
