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

#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

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

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}

#negro{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
}

#negro-conten{
	width: 800px;
	margin: 0 auto;
}

#blanco{
	position: relative;
	background: white;
	width: 100%;
	float: left;
	padding: 20px;
	margin: 20px 0 0 0;

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

#blanco img{
	width: 100%;
}

#cerrar{
	position: absolute;
	top: 10px;
	right: -10px;
	border: 2px solid red;
	background: black;
	color: white;
	font-size: 20px;
	font-weight: ;
	float: left;
	padding: 7px 11px;
	cursor: pointer;

	border-radius: 50%;
}
#cerrar:hover{
	font-weight: bold;
}

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

.blanco{
	margin-bottom: 1px solid gray;
	padding: 5px 0;
}
.blanco #logotipo{
	width: 15%;
}
.blanco #menu{
	margin-top: 10px;
}

#cabecera{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	border: 0px solid red;
	background: white;
	width: 100%;
	float: left;
	padding: 10px 0;
}

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

#logotipo{
	width: 20%;
	float: left;

	transition: all 0.2s;
}

#logotipo img{
	width: 100%;
}


#menu{
	width: 68%;
	float: right;
	margin: 25px 0 0 100px;

	transition: all 0.2s;
}

#menu-r{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 15px 0;
	cursor: pointer;
	display: none;
}

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

#menu ul li{
	width: 20%;
	float: left;
}

.menu{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 15px 0;
}

.menu:hover, .activo, #menu-r:hover{
	background: #f7f7f7;
	font-weight: bold;
	color: #8b417a;
}

.dosM{
	padding: 5px 0;
}


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


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

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

.titulo{
	width: 100%;
	color: #8b417a;
	text-align: center;
	font-size: 37px;
	font-weight: lighter;
	margin: 0 0 20px 0;
	float: left;
}

.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: lighter;
	color: black;
	margin: 0 0 30px 0;
	float: left;
}

.cata{
	width: 45%;
	float: left;
	margin: 0 2.5%;
}

.imagen-cata{
	position: relative;
	width: 100%;
	float: left;
}
.imagen-cata img{
	width: 100%;
}

.pdf{
	position: absolute;
	top: -0px;
	left: -50px;
	z-index:100;
	width: 200px !important;
	transform: rotate(-45deg);
}

.titulo-cata{
	background: #8b417a;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: lighter;
	float: left;
	padding: 12px 0;
}


#otro{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

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

#otroi{
	width: 45%;
	float: left;
}
#otroi img{
	width: 100%;
}

#otrod{
	background: #f7f7f7;
	width: 55%;
	float: right;
	padding: 20px;

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

#otrod strong{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	float: left;
	margin: 0 0 30px 0;
}

#otrod b{
	width: 100%;
	font-size: 24px;
	float: left;
	margin:0 0 30px 0;
}

#otrod span{
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	font-weight: lighter;
	float: left;
}


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

.mitad{
	width: 49%;
	float: left;
}
.tres{
	width: 32.33%;
	float: left;
}
.tresEnmedio{
	margin: 0 1%;
}

.imagenes img{
	border: 5px solid #ddd;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	cursor: pointer;

	border-radius: 7px;

	transition: all 0.2s;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.imagenes img:hover{
	border: 5px solid blue;
}

.separacion{
	border: 0px solid red;
	width: 100%;
	float: left;
}

.right{
	float: right !important;
}



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

.seccion{
	width: 62%;
	font-size: 22px;
	line-height: 32px;
	font-weight: lighter;
	float: left;
	padding: 0 20px 0 0;

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

.imagen-seccion{
	width: 37%;
	font-size: 22px;
	line-height: 32px;
	float: right;
}


.check{
	border: 0px solid red;
	width: 25%;
	float: left;
	cursor: pointer;

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

.check label{
	font-size: 18px;
	cursor: pointer;
}

.check:hover{
	font-weight: bold;
}


#novedad{
	background: url(../images/fondo-novedad.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 20px;
	margin-top: 30px;

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

.imagen-novedad{
	width: 60%;
	float: right;
}
.imagen-novedad img{
	width: 49%;
}

.texto-novedad{
	width: 40%;
	float: left;
}
.texto-novedad strong{
	width: 100%;
	text-align: center;
	font-size: 37px;
	color: white;
	text-shadow: 2px 2px 2px black;
	float: left;
	margin-top: 100px;
}

.texto-novedad span{
	width: 100%;
	text-align: center;
	font-size: 27px;
	float: left;
	margin-top: 40px;
}


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

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

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

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

.seccion-footer img{
	width: 40px;
}

#pie{
	background: #8b417a;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	padding: 10px 0;
	float: left;
}
#pie a{
	color: white;
	text-decoration: none;
}


@media screen and (max-width: 1200px){
	#cabecera-ayuda{
		display: none;
	}
	#cabecera{
		position: relative;
	}
	#cabecera-conten, #catalogos-conten, #otro-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-conten{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#menu{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	.texto-novedad strong{
		margin-top: 30px;
	}
}
@media screen and (max-width: 800px){
	#negro-conten{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.texto-novedad{
		width: 100%;
	}
	.imagen-novedad{
		width: 100%;
	}
	.seccion-footer{
		width: 50% !important;
	}
	.seccion{
		width: 100% !important;
		margin: 0 !important;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.imagen-seccion{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	#logotipo img{
		width: 50%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		padding: 10px 0;
	}

	.cata{
		width: 95%;
		margin: 0 2.5% 50px;
	}
	#otroi, #otrod{
		width: 100%;
	}

	.seccion-footer{
		width: 100% !important;
	}
	.mitad, .tres{
		width: 95%;
		margin: 0 2.5% 30px;
	}
}














