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


#contenedor {
	left:50%;
	margin:0px auto;
	margin-left: -400px;
	position:relative;
	width:800px;
}
.producto {
	background-color:#2B2B2B;
	border-radius:5px;
	float:left;
	height:auto;
	margin:10px auto;
	width:800px;
}
.producto:hover {
	background:rgba(204,204,204,0.1);
	border-radius:5px;
	box-shadow:inset 1px 1px 10px rgba(204,204,204,0.7);
	-o-box-shadow:inset 1px 1px 10px rgba(204,204,204,0.7);
	-ms-box-shadow:inset 1px 1px 10px rgba(204,204,204,0.7);
	-moz-box-shadow:inset 1px 1px 10px rgba(204,204,204,0.7);
	-webkit-box-shadow:inset 1px 1px 10px rgba(204,204,204,0.7);
}
.img_prod {
	background-color:#F2F2F2;
	border-radius:5px;
	float:left;
	height:220px;
	margin:10px 10px 10px 15px;
	padding:15px;
	width:330px;
}
.desc_prod {
	float:left;
	margin:0px;
	padding:15px 5px;
	width:380px;
}
h3 {
	color:#F7931E;
	font-size:21px;
	margin:0px 0px 20px 0px;
}
.pdf {
	border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	float:left;
	margin:10px 15px;
	padding:15px 0px 10px 0px;
	text-align:right;
	text-decoration:none;
	width:770px;
}
.producto:hover .pdf {
	background:#F7931E;
	color:#fff;
	float:left;
}


.nacion {
	height:60px;
	margin:0px 0px 10px 0px;
}
.procedencia {
	float:left;
	height:60px;
	width:140px;
}
.flag {
	float:left;
	height:60px;
}
.flag img {
	margin:0px 10px;
}


.sep_prod {
	background-color:#F7931E;
	float:left;
	height:1px;
	margin:0px auto;
	width:800px;
}
h5 {
	color:#F2F2F2;
	padding:0px 10px;
}


#contenedor02 {
	float:left;
	height:220px;
	margin-top:50px;
	padding:0px 10px;
	width:980px;
}
.area {
	float:left;
	margin:13px;
	width:300px;
}
.btn {
	padding:10px 10px 10px 20px;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
#ficha {
	background-color:#F7931E;
	box-shadow:0px 5px 5px rgba(51,51,51,0.5);
	float:left;
	text-align:center;
	padding:20px 0px;
	width:800px;
}