*{
	margin:0px;
	padding:0px;
}
img {
	border: 0px;
}
body, html{
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../img/background.jpg);
}
header{
	background-color:#44281d;
	width:100%;
	max-width:1100px;
	margin:0px auto;
}
header img{
	width:35%;
	max-width:214px;
	display:block;
	margin:0px 20px;
	padding:10px;
}
.wrap_menu{
	margin:auto;
	width:100%;
	max-width:1100px;
}
.slider{
	margin:0px;
	padding:0px;
}
.slider img{
	width:100%;
	max-width:1100px;
	display:block;
	margin:0px auto;
}
.acerca{
	width:100%;
	max-width:1100px;
	display:block;
	height:400px;
	margin:0px auto;
	padding-top:10px;
}
.acerca p{
	font-size:12px;
	color:#1d1d1d;
	text-align:center;
	margin:20px auto;;
	display:block;
	width:85%;
}
.acerca h1{
	font-size:24px;
	text-align:center;
	color:#674b20;
	margin:20px;
}
.acerca h3{
	text-align:center;
	color:#472b1f;
	font-size:18pox;
}
.acerca h4{
	text-align:center;
	color:#fff;
	font-style:italic;
}
.wrap_info{
	background-color:#fafafa;
	height:255px;
	background-image:url(../img/back_shadow.png);
	background-position:center;
	background-repeat:repeat-y;
}
.info{
	display:block;
	width:30%;
	color:#fff;
	margin:15px;
	float:left;
}
.info img{
	margin:0px auto;
	display:block;
}
.info h3{
	text-align:center;
}
.info p{
	font-size:12px;
	text-align:center;
	margin-top:20px;
}
.bold{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;	
}
.que_es{
	width:100%;
	max-width:1100px;
	display:block;
	margin:0px auto;
	padding-top:10px;
	background-color:#44281d;
}
.que_es h2{
	color:#e6bc6f;
	text-align:center;
	margin:20px;
}
.que_es p{
	color:#fff;
	text-align:center;
	margin:20px auto;
	width:85%;
	font-size:12px;
}
.btn_conoce_mas{
	font-weight:bold;
	font-size:18px;
	background-color:#44281d;
	color:#b29e79;
	border: 2px solid #b29e79;
	border-radius:10px 10px 10px 10px;
	text-decoration:none;
	padding:10px 55px;
	display:block;
	width:35%;
	margin:20px auto;
}
.btn_conoce_mas:hover{
	background-color:#b29e79;
	color:#43281D;
	border: 2px solid #fff;
	border-radius:10px 10px 10px 10px;
	text-decoration:none;
}
.productos{
	width:100%;
	max-width:1100px;
	display:block;
	height:650px;
	margin:0px auto;
	padding-top:10px;
	background-image:url(../img/back_prod.jpg);
	text-align:center;
}
.productos h2{
	text-align:center;
	color:#e6bc6f;
	margin:20px;

}
/*Estilos Base*/
.contenedorm-img {
	width:23%;
	max-width:237px;
	height: 217px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #1d1d1d;
	margin:1%;
}
.contenedorm-img .mascara,.contenedorm-img .contenido {
	width: 237px;
	height: 217px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.contenedorb-img {
	width:31%;
	max-width:317px;
	height: 217px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #1d1d1d;
	margin:1%;
}
.contenedorb-img .mascara,.contenedorb-img .contenido {
	width: 317px;
	height: 217px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
/*monedas 5*/
.monedas-5 img {
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
}
.monedas-5 .mascara {
	background-color:000;
	background-image:url(../img/back_bill.jpg);
	background-position:center;
	transition: all 0.5s linear;
	opacity: 0;
}
.monedas-5 h2{
	font-size:16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	background: transparent;
	margin: 20px auto;
	transform: scale(0);
	color: #fff;
	transition: all 0.5s linear;
	opacity: 0;
}
.monedas-5 p {
	font-size:12px;
	color: #fff;
	opacity: 0;
	padding:5px;
	transform: scale(0);
	transition: all 0.5s linear;
	margin-bottom:20px;
}
.monedas-5 a.link {
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear;
	background-color:#1e1e1e;
	text-decoration:none;
	color:#e6bc6f;
	padding:10px;
	border-radius:5px 5px 5px 5px;
}
.monedas-5:hover img {
	transform: scale(10);
	opacity: 0;
}
.monedas-5:hover .mascara {
	opacity: 1;
}
.monedas-5:hover h2,
.monedas-5:hover p,
.monedas-5:hover a.link{
	transform: scale(1);
	opacity: 1;
}
.btn_vertodos{
	font-weight:bold;
	font-size:18px;
	background-color:#000;
	color:#e6bc6f;
	border: 2px solid #e6bc6f;
	border-radius:10px 10px 10px 10px;
	text-decoration:none;
	padding:10px 55px;
	display:block;
	width:35%;
	margin:20px auto;
}
.btn_vertodos:hover{
	background-color:#e6bc6f;
	color:#000;
	border: 2px solid #000;
	border-radius:10px 10px 10px 10px;
	text-decoration:none;
}
.btn_send_cot{
	background-color:#E54F30;
	color:#b29e79;
	border: 2px solid #b29e79;
	border-radius:10px 10px 10px 10px;
	text-decoration:none;
	padding:15px 25px;
	margin:10px auto 25px auto;
	width:32%;
	font-size:18px;
	display:block;
}
.btn_cotiza{
	background-color:#e6e6e6;
	color:#000;
	border: 2px solid #000;
	border-radius:10px 10px 10px 10px;
	text-decoration:none;
	padding:10px 25px;
	margin:10px;
	display:block;
	float:right;
	font-size:18px;
}
.btn_cotiza:hover{
	background-color:#000;
	color:#e6e6e6;
}
.metales{
	width:100%;
	height:170px;
	max-width:1100px;
	display:block;
	margin:0px auto;
	background-color:#e6e6e6;
	padding-top:10px;
	color:#fff;
	background-image:url(../img/metales.png);
	background-position: bottom right;
	background-repeat:no-repeat;
}
.metales h2{
	display:block;
	width:60%;
	text-align:right;
	color:#000;
	margin:10px 20px 10px 0px;
}
.metales p{
	color:#333;
	display:block;
	width:60%;
	text-align:right;
	margin:0px auto;
	padding-bottom:10px;
	font-size:22px;
	float:left;
}
.info_metales{
	width:100%;
	max-width:1100px;
	display:block;
	margin:0px auto;
	background-color:#8bc741;
	padding-top:10px;
	color:#fff;
}
.info_metales img{
	display:block;
	margin:20px auto;
	width:45%;
	max-width:250px;
}
.info_cotiza h2{
	text-align:center;
	margin:20px;
}
.info_cotiza p{
	display:block;
	width:70%;
	margin:0px auto;
	padding-bottom:20px;
	text-align:center;
	font-size:14px;
}
.contact{
	width:100%;
	max-width:1100px;
	display:block;
	margin:0px auto;
	padding-top:10px;
	background-color:#fafafa;
	background-image:url(../images/bg_zul.jpg);
}
.contact h2{
	text-align:center;
	color:#674b20;
	margin-top:20px;
}
.contact h3{
	text-align:center;
	color:#B29D79;
	margin-top:20px;
}
.contact p{
	text-align:center;
	color:#44281d;
	margin:20px;
}
.wrap_form{
	display:block;
	width:50%;
	margin:0px auto;
	padding:2%;
}
.labela{
	display:block;
	margin:10px auto;
	border-radious:10px 10px 10px 10px;
	background:·fff;
	border: 1px solid #44281d;
	padding:14px;
	width:92%;
	color:#333;
	font-size:14px;
}
.labelb{
	display:block;
	margin:10px auto;
	border-radious:10px 10px 10px 10px;
	background:·fff;
	border: 1px solid #44281d;
	padding:14px;
	width:42.5%;
	color:#333;
	font-size:14px;
	float:left;
	margin:0px 5px 10px 5px
}
.btn_send{
	background-color:#44281d;
	color:#b29e79;
	border: 2px solid #b29e79;
	border-radius:10px 10px 10px 10px;
	text-decoration:none;
	padding:10px 25px;
	margin:15px auto;
	width:200px;
	display:block;
	font-size:16px;
}
.btn_send:hover{
	background-color:#b29e79;
	color:#44281d;
	border: 2px solid #44281d;
	border-radius:10px 10px 10px 10px;
	text-decoration:none;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.inf_producto{
	width:100%;
	max-width:1100px;
	display:block;
	margin:0px auto;
	background-color:#fafafa;
	padding-top:10px;
	color:#fff;
}
.inf_producto img{
	display:block;
	margin:20px auto;
	max-width:350px;
	width:50%;
}
.inf_producto h2{
	text-align:center;
	margin:20px;
	color:#B19C78;
}
.inf_producto p{
	display:block;
	width:70%;
	margin:0px auto;
	padding-bottom:20px;
	text-align:center;
	font-size:14px;
	color:#2b2f3a;
}
.cotiza_bottom{
	width:100%;
	max-width:1100px;
	display:block;
	margin:0px auto;
	background-color:#8bc741;
	color:#fff;
	height:170px;
}
.cotiza_bottom img{
	display:block;
	padding: 10px 10px 10px 50px;
	width:150px;
	float:left;
}
.cotiza_bottom h2{
	display:block;
	float:left;
	margin:20px;
	width:70%;
}
.faqs{
	width:100%;
	max-width:1100px;
	display:block;
	margin:0px auto;
	padding-top:10px;
	background-color:#fafafa;
}
.faqs p{
	font-size:12px;
	color:#1d1d1d;
	text-align:left;
	margin:20px auto;;
	display:block;
	width:85%;
}
.faqs h2{
	text-align:center;
	color:#472b1f;
	margin:20px;
}
.faqs h3{
	margin:20px auto;;
	display:block;
	width:85%;
	text-align:left;
	color:#674b20;
	font-size:18pox;
}

.cotiza_bottom p{
	margin-left:20px;
	display:block;
	float:left;
	width:60%;
}
footer{
	width:100%;
	max-width:1100px;
	display:block;
	background-color:#44281d;
	color:#fff;
	margin:0px auto;
	height:140px;
	line-height:10px;
}
footer a{
	font-size:12px;
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
}
footer a:hover{
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	color:#b29e79;
	text-decoration:underline;
}
.f_info{
	text-align:left;
	display:block;
	margin:10px;
	float:left;
	width:20%;
	line-height:20px;
}
.f_info h3{
	color:#e6bc6f;
	margin:10px auto 20px auto;

}
.f_info_b{
	display:block;
	margin:15px;
	float:right;
	width:24%;
	text-align:right;
}
.f_info_b p{
	margin-top:20px;
	font-size:12px;
}
.footer_last{
	background-color:#22140f;
	color:#fff;
	display:block;
	height:50px;
	text-align:center;
}
.footer_last img{
	float:left;
	margin:10px 0px 0px 315px;
}
.footer_last p{
	float:left;
	width:450px;
	font-size:11px;
	padding:8px;
	margin:10px auto 6px 6px;
	text-align:center;
}
.mailsize{
	font-size:10px !important;
}
.gracias{
	color:#E54F30;
	font-weight:bold;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.center{
	display:block;
	width:90%;
	text-align:center !important; 
	margin:10px auto;
}
.map{
	width:100%;
	max-width:1100px;
	display:block;
	margin:0px auto;
	height:400px;
}
@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
	.acerca{
	width:100%;
	max-width:1100px;
	display:block;
	height:auto;
	margin:0px auto;
	padding-top:10px;
	background-image:url(../img/back_acerca.jpg);
	padding-bottom:20px;
	}
	.info{
	display:block;
	width:90%;
	color:#fff;
	margin:15px;
	float:left;
	}
	.info img{
	margin:0px auto;
	display:block;
	width:10%;
	}
	.productos{
	width:100%;
	max-width:1100px;
	display:block;
	height:900px;
	margin:0px auto;
	padding-top:10px;
	background-color:#eee;
}

.productos ul li{
	width:100%;
	display: block;
	text-align:center;
	margin:10px auto;
	background-color:f00;
}
.productos img{
	display:block;
	padding-bottom:10px;
	margin:20px auto;
	width:75%;
	max-width:237px !important;
}
.btn_mas, .btn_mas:hover{
	padding:10px 25px;
	margin:30px auto;
	width:90%;
}
.labela{
	width:80%;
}
.btn_send{
	padding:10px 15px;
	margin:10px auto;
	width:70%;
	}
	footer{
		height:250px;
		text-align:center;
	}
.cotiza_bottom{
	width:100%;
	display:block;
	margin:0px auto;
	height:450px;
	text-align:center;
}
.cotiza_bottom img{
	display:block;
	width:35%;
	max-width:350px;
	margin:10px 20%;
}
.cotiza_bottom h2{
	display:block;
	margin:10px 5%;
	width:90%;
}
.cotiza_bottom p{
	display:block;
	width:85%;
	margin:10px 7.5%;	
}
.wrap_info{
	background-color:#fafafa;
	height:555px;
	background-image:none;
}

}
