﻿body{
	font-family: 'Open Sans', sans-serif;
}

#cintillo-ayuda{
	border: 0px solid red;
	position: relative;
	width: 100%;
	height: 36px;
	float: left;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;
	background: #f7f7f7;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1200px;
	margin: 0 auto;
}

#cintillo-conten span{
	font-size: 17px;
	font-weight: lighter;
	float: left;
	margin: 0 80px 0 0;
	padding: 10px 0;
}
.right{
	float: right !important;
	margin: 0 !important;
}
.right b{
	margin: 0 10px;
}
#cintillo-conten span a{
	color: black;
	text-decoration: none;
}
#cintillo-conten span a:hover{
	text-decoration: underline;
	color: #b34994;
}
#cintillo-conten span img{
	width: 25px;
	float: right;
	margin: -3px 0 0 10px;
}


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

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 15%;
	float: left;
}

#logotipo img{
	width: 100%;
}


#busca{
	border: 0px solid red;
	width: 40%;
	float: left;
	margin: 46px 0 0 140px;
}

#cuenta{
	width: 100%;
	float: left;
}
#cuenta p{
	width: 50%;
	text-align: center;
	font-weight: lighter;
	font-size: 18px;
	float: left;
	padding: 12px 0;
}

#busca form{
	width: 100%;
	float: left;
}

#busca form input[type=search]{
	border: 1px solid #ddd;
	width: 80%;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size: 18px;
	float: left;
	padding: 5px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#busca form input[type=submit]{
	border: 0;
	background: #e1a240;
	width: 20%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: white;
	font-weight: lighter;
	float: left;
	margin: 4px 0 0 0;
	cursor: pointer;
}


#carrr{
	width: 16%;
	text-align: center;
	color: white;
	font-size: 18px;
	float: right;
	margin: 30px 0 0 0;
	padding: 17px 20px;

	-moz-border-radius: 0 50% / 0 100%;
     -webkit-border-radius: 0 50% / 0 100%;
     border-radius: 0 50% / 0 100%;
     background: #b34994;
     border: 3px solid #ddd;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#carrr a{
	color: white;
	text-decoration: none;
}


#menu{
	background: #b34994;
	width: 100%;
	float: left;
}

#menu-r{
	cursor: pointer;
	display: none;
}

#menu-conten{
	width: 1200px;
	margin: 0 auto;
}

#menu-conten ul{
	width: 100%;
	float: left;
}

#menu-conten ul li{
	position: relative;
	width: 20%;
	float: left;
}

.menu, #menu-r{
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: white;
	float: left;
	padding: 10px 0;
}
.menu:hover, .activo, #menu-r:hover{
	font-weight: bold;
}


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

#menu-secundario-p{
	position: absolute;
	top: 35px;
	left: -50%;
	z-index: 10000;
	border:1px solid #ddd;
	border-top: 0;
	border-bottom: 10px solid #b34994;
	background: white;
	width: 200%;
	padding: 10px 20px;
	display: none;

	border-radius: 0 0 5px 5px;

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

#menu-secundario-p ul{
	width: 50%;
	float: left;
}

#menu-secundario-p ul li{
	width: 100%;
	float: left;
}

.menu-secundario-p{
	border:0px solid red;
	width: 100%;
	font-weight: lighter;
	font-size: 16px;
	color: gray;
	float: left;
	padding: 8px 0;
}

.menu-secundario-p:hover{
	color: #b34994;
	font-weight: bold;
}


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

#efecto-conten{
	width: 1200px;
	margin: 0 auto;
}


#contenido{
	width: 1200px;
	margin:0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #b34994;
	float: left;
	margin: 0 0 30px 0;
}


.cuadro{
	width: 16%;
	float: left;
	margin: 0 2% 30px;
	cursor: pointer;
}

.imagen-cuadro{
	width: 100%;
	float: left;
}
.imagen-cuadro img{
	width: 100%;
}

.titulo-cuadro{
	width: 100%;
	text-align: center;
	font-size: 18px;
}

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



.producto{
	width: 23%;
	margin: 0 1%;
	float: left;
	cursor: pointer;
}

.imagen-producto{
	width: 100%;
	text-align: center;
	float: left;
}

.imagen-producto img{
	width: 70%;
}

.descripcion{
	color: gray;
	text-align: right;
	font-size: 15px;
	line-height: 19px;
	padding: 7px 0;
}

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

.precio span{
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.comprar{
	background: #e1a240;
	color: white;
	text-shadow: 2px 2px 2px black;
	padding: 3px 0;
	cursor: pointer;
}


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

.seccion{
	width: 62%;
	font-size: 18px;
	line-height: 23px;
	float: left;
}

.seccion strong{
	font-size: 23px;
}

.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}


#formulario{
	width: 70%;
	margin:0 15%;
}


.des{
	background: #ee9fd7;
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 6px 0;
}
.des-conten{
	width: 1200px;
	margin: 0 auto;
}
.des img{
	width: 35px;
	display: inline;
}
.des span{
	display: inline;
	margin: -10px 0 0 0;
}



#footer{
	background: #b34994;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	color: white;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 20px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.seccion-footer strong{
	width: 100%;
	font-size: 23px;
	text-shadow: 2px 2px 2px black;
	float: left;
}
.seccion-footer a{
	color: white;
}


.importante{
	background: white;
	width: 100%;
	color: blue;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.importante b{
	font-size: 23px;
	color: red;
}




@media screen and (max-width:1200px){
	#cintillo-ayuda{
		display: none;
	}
	#cintillo{
		position: relative;
	}
	#cintillo-conten, #cabecera-conten, #menu-conten, #efecto-conten, .des-conten, #contenido, #footer-conten{
		width: 100%;
		padding: 0 10px;

		box-sizing: border-box;
	}
}
@media screen and (max-width:900px){
	#logotipo{
		width: 25%;
	}
	#busca{
		width: 50%;
		float: right;
	}
	#carrr{
		display: none;
	}
}
@media screen and (max-width:800px){
	.cuadro{
		width: 29.33%;
	}
	.seccion-footer{
		width: 50% !important;
	}

	#formulario{
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width:700px){
	#cintillo-conten span{
		width: 50%;
		margin: 0;
	}
	.d700, .right{
		display: none;
	}
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 40%;
	}
	#busca{
		width: 100%;
		margin: 20px 0;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	#menu-secundario{
		position: relative;
		top: 0;
	}
	#menu-secundario-p{
		position: relative;
		top: 0;
		left: 0;
		background: white;
		width: 100%;
		float: left;
	}
	#menu-secundario-p ul{
		width: 100%;
	}
	.menu-secundario-p{
		text-align: center;
	}
}
@media screen and (max-width:600px){
	.cuadro{
		width: 46%;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 80%;
	}
}
@media screen and (max-width:500px){
	.w100{
		width: 100% !important;
	}
	#cintillo-conten span{
		text-align: center !important;
	}
	#logotipo img{
		width: 60%;
	}
	.seccion-footer{
		width: 100% !important;
	}
}








