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


#cintillo{
	background: #fefce7;
	width: 100%;
	float: left;
}

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

#cintillo-conten span{
	font-size: 18px;
	float: left;
	padding: 12px 0;
	margin: 0 100px 0 0;
}

#cintillo-conten span img{
	width: 25px;
	float: right;
	margin: -4px 0 0 10px;
}

.right{
	float: right !important;
	margin: 0 !important;
}

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

#cabecera-conten{
	width: 100%;
	float: left;
	padding: 10px 0;
}

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

#logotipo img{
	width: 100%;
}


#carrr{
	border: 0px solid red;
	background: #f8f8f8;
	width: 28%;
	float: right;
	padding: 12px;
	margin: 12px 0 0 0;

	box-sizing:border-box;
}

#search{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
#search input{
	border: 1px solid #ddd;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	padding: 5px 10px;

	box-sizing:border-box;
}

#carrr span{
	width: 100%;
	text-align: center;
	color: blue;
	font-size: 20px;
	float: left;
}



#menu{
	border: 0px solid red;
	width: 55%;
	float: left;
	margin: 50px 0 0 30px;
}

.menu-r{
	display: none;
}

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

#menu ul li{
	width: 31.33%;
	float: left;
	margin: 0 1% 0 0;
}

.menu, .menu-r{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #057092;
	font-weight: lighter;
	float: left;
	padding: 12px 0;
	cursor: pointer;
}

.menu:hover, .activo, .menu-r:hover{
	background: #057092;
	color: white;
}

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


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

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

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

.producto{
	width: 24%;
	margin: 0 0.5% 30px;
	float: left;
	cursor: pointer;
}

.productoEnmedio{
	margin: 0 0.5% 30px;
}

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

.texto-producto{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 8px;

	box-sizing:border-box;
}

.texto-producto strong{
	width: 100%;
	color: #cca42b;
	font-size: 20px;
	text-align: center;
	float: left;
}

.texto-producto span{
	width: 100%;
	text-align: center;
	font-size: 19px;
	font-weight: lighter;
	color: blue;
	float: left;
	margin: 12px 0;
}


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

.seccion{
	width: 63%;
	font-size: 20px;
	line-height: 30px;
	font-weight: lighter;
	float: left;
}

.imagen-seccion{
	width: 37%;
	float: right;
	font-size: 20px;
	line-height: 30px;
	padding: 0 0 0 30px;

	box-sizing: border-box;
}

.producto-t{
	width: 23% !important;
}

.producto-t a{
	color: black;
	text-decoration: none;
}

.titulo-producto-t{
	text-align: center !important;
	font-size: 22px !important;
}


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

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

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

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

	box-sizing:border-box;
}


@media screen and (max-width:1200px){
	#cintillo-conten, #cabecera, #contenido-conten, #footer-conten{
		width: 100%;
		padding: 0 10px;
		float: left;

		box-sizing: border-box;
	}
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width:800px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#menu{
		margin: 10px 0 0 0;
	}
	#carrr{
		width: 42%;
		margin: 10px 0 0 20px;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.aviso-t{
		width: 100% !important;
	}
}
@media screen and (max-width:700px){
	#menu{
		width: 100%;
	}
	#carrr{
		width: 100%;
	}
	.producto-t{
		width: 45% !important;
		margin: 0 2.5% 30px !important;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width:500px){
	.d500{
		display: none;
	}
	#cintillo-conten span{
		width: 100%;
		text-align: center;
		margin:0;
	}
	#logotipo img{
		width: 50%;
	}
	.menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	#menu-secundario-t{
		position: relative !important;
		top: 0 !important;
		left: 0;
	}
	.producto-t{
		width: 95% !important;
	}
}