﻿body{
	background: url(../images/fondo.png) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	font-family:'century gothic', sans-serif;
}

#cintillo{
	background: black;
	width: 100%;
	height: 45px;
	float: left;
}

#cintillo-conten{
	width: 1150px;
	height: 100%;
	margin: 0 auto;
	font-size: 28px;
}

#cintillo-conten span{
	color: white;
	float: left;
	margin: 9px 0 0 0;
}

#cintillo-conten span a{
	color: white;
}

.right{
	float: right !important;
}



#wrapP{
	width: 1150px;
	margin: 0 auto;
}

#pagina{
	background: white;
	width: 100%;
	float: left;
	padding: 15px 10px;
}

#cabecera{
	border: 0px solid red;
	width: 100%;
	height: 150px;
	float: left;
	padding:0px 0;
}

#cabecera-conten{
	width: 1150px;
	height: 100%;
	margin: 0 auto;
}

#logotipo{
	border: 0px solid red;
	width: 30%;
	height: 100%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#car{
	border: 0px solid #ddd;
	width: 50%;
	float: right;
}

#car img{
	width: 100%;

	border-radius: 3px;
}






#menu{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #494949 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c663), color-stop(44%,#494949), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	width: 100%;
	float: left;
	margin: 10px 0;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu-r{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 8px 0;
	cursor: pointer;
	display: none;
}

#menu-r:hover{
	background: black;
}

#menu ul{
	width: 90%;
	float: left;
}

#menu ul li{
	position: relative;
	width: 16%;
	float: left;
}

.menu{
	border-left:1px solid gray; 
	width: 100%;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 8px 0;
}

.dos{
	padding: 1px 0;
}

.menu:hover{
	background: black;
}

#menu ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	position: absolute;
	z-index: 100;
	width: 100%;
	display: none;
}

#menu-secundario ul, #menu-secundario ul li{
	width: 100%;
}

.menu-secundario{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #494949 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c663), color-stop(44%,#494949), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	width: 100%;
	color: black !important;
	float: left;
	padding: 8px 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.menu-secundario:hover{
	background: black;
}



.menu-secundario-t{
	color: black;
}



#redes{
	width: 9%;
	text-align: right;
	float: left;
}

#redes img{
	height: 30px;
}








#efecto{
	width: 100%;
	float: left;
}

#efecto-conten{
	border: 0px solid red;
	width: 60%;
	height: 400px;
	float: left;
}

#efecto-lado{
	border: 0px solid red;
	width: 37%;
	height: 400px;
	float: left;
	margin-left: 18px;
}

#promocion{
	background: #fffedf;
	width: 100%;
	color: blue;
	line-height: 30px;
	float: left;
	margin: 20px 0;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#promocion b{
	font-size: 28px;
}




#contenido{
	width: 100%;
	float: left;
	padding: 20px 0;
}

.titulo-pestana{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin: 50px 0 40px;
}


#ladoi{
	border: 0px solid red;
	width: 26%;
	float: left;
}

.fb-button{
	width: 100%;
	text-align: center;
	display: none;
	margin: 20px 0 0 0;
	float: left;
}

.fb-button img{
	width: 50%;
}

.lista{
	width: 100%;
	float: left;
}

.item{
	border: 1px solid #ddd;
	width: 100%;
	padding: 10px;
	cursor: pointer;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.item:hover{
	background: #f7f7f7;
	color: blue;
}

.titulo-lista{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #494949 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c663), color-stop(44%,#494949), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#494949 44%,#000 100%);
	color: white;
	font-size: 21px;
	font-weight: bold;
}

.tipo-de-cambio{
	border: 1px solid #ddd;
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.tipo-de-cambio b{
	color: blue;
}




#mapa{
	border: 1px solid #ddd;
	width: 100%;
	float: left;
	margin-top: 40px;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}




#ladod{
	border: 0px solid red;
	width: 71%;
	float: left;
	margin-left: 20px;
}



#otrosproductos{
	background: #0000;
	width: 100%;
	height: 1000px;
	float: center;
}

#otrosproductos-conten{
	width: 1150px;
	height: 100%;
	margin: 0 auto;
}

.seccion-otrosproductos{
	border: 0px solid white;
	color: white;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.titulo-seccion-otrosproductos{
	font-weight: bold;
	color: black;
	font-size: 18px;
}


#footer{
	background: black;
	width: 100%;
	height: 330px;
	float: left;
}

#footer-conten{
	width: 1150px;
	height: 100%;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid white;
	color: white;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.seccion-footer a{
	color: white;
	text-decoration: none;
}

.seccion-footer a:hover{
	text-decoration: underline;
}

.titulo-seccion-footer{
	font-weight: bold;
	font-size: 24px;
}

.desarrollo-seccion-footer{
	line-height: 22px;
	padding: 10px 0;
}

.formasdepago img{
	height: 30px;
}

@media screen and (max-width: 1150px){
	#cintillo-conten{
		width: 100%;
		padding: 0 10px;

		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
	}


	#wrapP{
		width: 100%;
	}
	#pagina{
		padding: 0;
	}


	#cabecera-conten{
		width: 100%;
	}

    #otrosproductos{
		height: auto;
	}
	#otrosproductos-conten{
		width: 100%;
	}

	#footer{
		height: auto;
	}
	#footer-conten{
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	.seccion-footer{
		width: 100% !important;
	}
	
	.seccion-otrosproductos{
		width: 100% !important;
	}
}

@media screen and (max-width: 700px){
	#cabecera{
		height: auto;
	}
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}
	#car{
		width: 100%;
	}


	#ladoi, #ladod{
		width: 100%;
		margin: 0;
		padding: 0 10px;

		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
	}

	.fb-page{
		display: none !important;
	}
	.fb-button{
		display: block;
	}
}

@media screen and (max-width: 600px){
	#efecto-lado, #efecto-conten{
		width: 100%;
		height: auto;
		margin:0 0 20px 0;
	}
}

@media screen and (max-width: 500px){
	#cintillo{
		height: auto;
	}

	#cintillo-conten span{
		width: 100%;
		text-align: center;
		margin: 4.5px 0;
	}


	#menu-r{
		display: block;
	}
	#menu ul{
		width: 100%;
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	#redes{
		display: none;
	}
}


