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

/* Menu */


#menu-top ul {
	text-align: center;
	display: inline;
	list-style: none;
	z-index: 100;
	position: relative;
	left: 0px;
	top: 25px;
	z-index: 100;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 17px;
	padding-left: 0;
}
#menu-top ul li {
	font-family: 'Quattrocento', serif;
	font-weight: 400;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	background: #;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-color: #466d8e;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	z-index: 100;
	border-right-width: 0px;
	border-right-style: solid;
}
#menu-top ul li:hover {
  background: ;
  color: #FBB03B;
  background: #c5960b;
  
}
#menu-top ul li ul {
	font-family: 'Quattrocento', serif;
	position: absolute;
	top: 40px;
	left: 0;
	width: 121px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	z-index: 9999999;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu-top ul li ul li {
	font-family: 'Quattrocento', serif;
	background: #000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	z-index: 9999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-bottom: 5px;
	border-bottom-color: #c5960b;
}
#menu-top ul li ul li:hover { background: #666; }
#menu-top ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 9999999;}




.flecha-up {
	width:0px;
	height:0px;
	border-left:11px solid transparent; /* izquierda flecha */
	border-right:11px solid transparent; /* derecha flecha */
	border-bottom:11px solid #0A0A0A; /* base flecha y color*/
	font-size:0px;
	line-height:0px;
	position:relative;
	left:40px;
 }
 
 a {
	font-family: 'Quattrocento', serif;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
 li.selected  {
	color: #466d8e;
		background: #fff;
}
  #link {
	  font-family: 'Quattrocento', serif;
	color: #FFFFFF;
}
#link:hover {
	color: #c5960b;
}
/* Menu Fin*/

#link-idx{
	font-family: 'Quattrocento', serif;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	
}
#link-idx:hover{
	font-family: 'Quattrocento', serif;
	color: #c5960b;
	font-weight: 700;
}

#link-menu{
	font-family: 'Quattrocento', serif;
}
#link-menu:hover{
	background-color: #;

}

#sub-nosotros{
	top: 25px;
	position: relative;
}

/* boton comprar*/
.boton{
			background-color: #555555;
 			background: -moz-linear-gradient(top, #555555 , #444444);
 			background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555),  to(#444444));
			border-radius: 5px;
			color: #fff;
			cursor: pointer;
			margin: 0 auto;
			padding: 10px;
			text-align: center;
			width: 210px;
			font-family: 'Quattrocento', serif;
	font-size: 20px;
font-weight: 700;
				-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
		}
		
		.boton:hover{
			background-color: #000;
			}
		.seleccionado{
			
			-webkit-box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;
			-moz-box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;
			-o-box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;
			box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;

			background: -moz-linear-gradient(top, #333333 , #555555);
 			background: -webkit-gradient(linear, 0 0, 0 100%, from(#333333),  to(#555555));
		}
		.arrow_box {
			margin-top: 0px;
			position: relative;
			background: red;
		}
		.arrow_box:after {
			bottom: 100%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: relative;
			pointer-events: none;
		}

		.arrow_box:after {
			border-bottom-color: white;
			border-width: 5px;
			left: 50%;
			margin-left: -5px;

		}
		.boton .info{
	background-color: white;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	color: black;
	display: none;
	margin-left: -5px;
	margin-top: 0px;
	position: relative;
	width: 200px;
	text-align: left;
		}
		.boton .info .content{
			padding: 10px;
			
		}
		.boton .info .content .titulo{
			border-bottom: solid 1px #ccc;
			font-weight: bold;
			padding-top: 10px;
			padding-bottom: 10px;
			text-align: center;
		}
		.boton .info .content ul{
	padding: 10;
	text-align: center;
	width: 150px;
		}
		.boton .info .content ul li{
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	width: 150px;
 
		}
		.boton .info .content ul li:hover{
			background: #eee;
		}
		.boton .info .content ul li a{
			color: #555;
			padding: 10px 10px 10px 10px;
			text-decoration: none;
			font-family: 'Quattrocento', serif;
			font-size: 20px;
			font-weight: 400;
		}
		.boton .info .content ul li a:hover{
			color: black;
			text-decoration: none;
		}

/* boton contacto*/
.boton{
			background-color: #555555;
 			background: -moz-linear-gradient(top, #555555 , #444444);
 			background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555),  to(#444444));
			border-radius: 5px;
			color: #fff;
			cursor: pointer;
			margin: 0 auto;
			padding: 10px;
			text-align: center;
			width: 210px;
			font-family: 'Quattrocento', serif;
	font-size: 20px;
font-weight: 700;
				-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
		}
		
		.boton:hover{
			background-color: #000;
			}
		.seleccionado{
			
			-webkit-box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;
			-moz-box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;
			-o-box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;
			box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;

			background: -moz-linear-gradient(top, #333333 , #555555);
 			background: -webkit-gradient(linear, 0 0, 0 100%, from(#333333),  to(#555555));
		}
		.arrow_box {
			margin-top: -34px;
			position: relative;
			background: red;
		}
		.arrow_box:after {
			bottom: 100%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: relative;
			pointer-events: none;
		}

		.arrow_box:after {
			border-bottom-color: white;
			border-width: 5px;
			left: 50%;
			margin-left: -5px;

		}
		.boton .info{
	background-color: black;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	color: black;
	display: none;
	margin-left: -5px;
	margin-top: 20px;
	position: relative;
	width: 200px;
	text-align: left;
		}
		.boton .info .content{
			padding: 10px;
			
		}
		.boton .info .content .titulo{
			border-bottom: solid 1px #ccc;
			font-weight: bold;
			padding-top: 10px;
			padding-bottom: 10px;
			text-align: center;
		}
		.boton .info .content ul{
	padding: 10;
	text-align: center;
	width: 150px;
		}
		.boton .info .content ul li{
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	width: 150px;
 
		}
		.boton .info .content ul li:hover{
			background: #666;
		}
		.boton .info .content ul li a{
			color: #555;
			padding: 10px 70px 10px 10px;
			text-decoration: none;
			font-family: 'Quattrocento', serif;
			font-size: 20px;
			font-weight: 400;
		}
		.boton .info .content ul li a:hover{
			color: black;
			text-decoration: none;
		}




		
		
		.boton-contacto{
			background-color: #555555;
 			background: -moz-linear-gradient(top, #555555 , #444444);
 			background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555),  to(#444444));
			border-radius: 5px;
			color: #fff;
			cursor: pointer;
			margin: 0 auto;
			padding: 10px;
			text-align: center;
			width: 210px;
			font-family: 'Quattrocento', serif;
	font-size: 20px;
font-weight: 700;
				-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
		}
		
		.boton-contacto:hover{
			background-color: #000;
			}
		.boton-contacto .seleccionado{
			
			-webkit-box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;
			-moz-box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;
			-o-box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;
			box-shadow: 1px 1px 2px rgba(255,255,255,0.7), inset 1px 1px 4px black;

			background: -moz-linear-gradient(top, #333333 , #555555);
 			background: -webkit-gradient(linear, 0 0, 0 100%, from(#333333),  to(#555555));
		}
		.boton-contacto .arrow_box {
			margin-top: -34px;
			position: relative;
			background: red;
		}
		.boton-contacto .arrow_box:after {
			bottom: 100%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: relative;
			pointer-events: none;
		}

		.boton-contacto .arrow_box:after {
			border-bottom-color: white;
			border-width: 5px;
			left: 50%;
			margin-left: -5px;

		}
		.boton-contacto .info-contacto{
	background-color: black;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	color: black;
	display: none;
	margin-left: -5px;
	margin-top: 20px;
	position: relative;
	width: 200px;
	text-align: left;
		}
		.boton-contacto .info-contacto .content-contacto{
			padding: 10px;
			
		}
		.boton-contacto .info-contacto .content-contacto .titulo{
			border-bottom: solid 1px #ccc;
			font-weight: bold;
			padding-top: 10px;
			padding-bottom: 10px;
			text-align: center;
		}
		.boton-contacto .info-contacto .content-contacto ul{
	padding: 10;
	text-align: center;
	width: 150px;
		}
		.boton-contacto .info-contacto .content-contacto ul li{
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	width: 150px;
 
		}
		.boton-contacto .info-contacto .content-contacto ul li:hover{
	background-color: #666;
		}
		.boton-contacto .info-contacto .content-contacto ul li a{
			color: #555;
			padding: 10px 70px 10px 10px;
			text-decoration: none;
			font-family: 'Quattrocento', serif;
			font-size: 20px;
			font-weight: 400;
		}
		.boton-contacto .info-contacto .content-contacto ul li a:hover{
			color: black;
			text-decoration: none;
		}

