@font-face{ 
	font-family: 'Quicksand-Bold';
	src: url('../fonts/Quicksand-Bold.otf');
	font-weight: normal;
    font-style: normal;
}
@font-face{ 
	font-family: 'Quicksand-Light';
	src: url('../fonts/Quicksand-Light.otf');
	font-weight: normal;
    font-style: normal;
}

@font-face{ 
	font-family: 'Quicksand-Regular';
	src: url('../fonts/Quicksand-Regular.otf');
	font-weight: normal;
    font-style: normal;
}

span, p, a, label, input, textarea { font-family: 'Quicksand-Light'; }

h6, h5, h4 { font-family: 'Quicksand-Regular'; }

h3, h2, h1 { font-family: 'Quicksand-Bold'; }

strong { font-weight: 500; }

body {
	background-image: url(../img/background.png);
	background-attachment: fixed;
	display: none;
}

#header, #footer {
	width: 100%;
	height: 75px;
	background-image: url(../img/header-back.png);
	background-repeat: repeat;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.7);
}

#header {
	position: fixed;
	z-index:99;
}

.header-content, .footer-content {
	max-width: 960px;
	margin: auto;
	position: relative;
}

.header-content img{
	position: relative;
	left: 0;
	margin-left: 0px;
	top: 0%;
}

.footer-content img {
	position: absolute;
	left: 50%;
	margin-left: -85px;
}

.footer-content span{
	float: right;
	color: #fff;
	margin-top: 35px;
	font-size: 10px;
	margin-right: 0px;
	display: inherit;
}

.bot-celu {
	width: 100%;
	height: 20px;
	display: none;
	background-color: #d7006d;
	margin-top: -3px;
}

img {
	max-width: 100%; 
	height: auto;
}

.header-content ul {
	float: right;
	display: inherit;
}
	
.header-content ul li {
	float: left;
	width: 100px;
	height: 75px;
	text-align: center;
	line-height: 78px;
	background-image: url(../img/header-bot-back.svg);
	background-size: 100px 75px;
	background-position: 0px 25px;
	background-repeat: no-repeat;
	-webkit-transition: background-position 0.4s ease-in 0s;
	-o-transition: background-position 0.4s ease-in 0s;
	transition: background-position 0.4s ease-in 0s;
}

.header-content .active {
	float: left;
	width: 100px;
	height: 75px;
	text-align: center;
	line-height: 78px;
	background-image: url(../img/header-bot-back.svg);
	background-size: 100px 75px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #fff;
}

.header-content ul li:hover {
	background-position: 0px 0px;
}

.header-content ul li a {
	color: #fff;
	display: block;
	width: 100px;
	height: 75px;
	font-size: 12px;
	-webkit-transition: color 1s ease-out 0s;
	-o-transition: color 1s ease-out 0s;
	transition: color 1s ease-out 0s;
}

.header-content ul li a:hover {
	color: #828282;
}

.bot-celu ul {
	float: right;
	display: inherit;
	text-align: center;
}
	
.bot-celu ul li {
	display: inline-block;
	float: left;
	width: 100px;
	height: 75px;
	text-align: center;
	line-height: 78px;
	background-image: url(../img/header-bot-back.svg);
	background-size: 100px 75px;
	background-position: 0px 25px;
	background-repeat: no-repeat;
	-webkit-transition: background-position 0.4s ease-in 0s;
	-o-transition: background-position 0.4s ease-in 0s;
	transition: background-position 0.4s ease-in 0s;
}

.bot-celu .active {
	float: left;
	width: 100px;
	height: 75px;
	text-align: center;
	line-height: 78px;
	background-image: url(../img/header-bot-back.svg);
	background-size: 100px 75px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #fff;
}

.bot-celu ul li:hover {
	background-position: 0px 0px;
}

.bot-celu ul li a {
	color: #fff;
	display: block;
	width: 100px;
	height: 75px;
	font-size: 12px;
	-webkit-transition: color 1s ease-out 0s;
	-o-transition: color 1s ease-out 0s;
	transition: color 1s ease-out 0s;
}

.bot-celu ul li a:hover {
	color: #828282;
}

.sep {
	max-width: 100%;
	height: 5px;
	clear: both;
}

.page-content {
	max-width: 940px;
	margin: auto;
	background-color: rgba(255,255,255,0.5);
	padding: 85px 10px 10px 10px;
}

.page-welcome {
		border: 5px solid #fff;
		overflow: hidden;
		position: relative;
   		-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   		-moz-box-shadow: 1px 1px 2px #e6e6e6;
   		box-shadow: 1px 1px 2px #e6e6e6;
		display: inherit;
}

.welcome-msj {
	position: absolute;
	max-width: 310px;
	background-image: url(../img/welcome-img.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.75);
	padding-left: 210px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	left: 0px;
	top: 50%;
	margin-top: -100px;
	background-size: auto 100%;
}

.welcome-msj h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

b {
	color: #d7006d;
}

.page-resume {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.page-about {
	display: inline-block;
		width: 290px;
		height: 290px;
		margin: 2px;
		border: 5px solid #fff;
		overflow: hidden;
		position: relative;
   		text-align: center;
   		-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   		-moz-box-shadow: 1px 1px 2px #e6e6e6;
   		box-shadow: 1px 1px 2px #e6e6e6;
   		cursor: default;
   		background: url(../img/background.png) repeat center center;	
}

.page-products {
	display: inline-block;
		width: 310px;
		height: 290px;
		margin: 2px;
		border: 5px solid #fff;
		overflow: hidden;
		position: relative;
   		text-align: center;
   		-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   		-moz-box-shadow: 1px 1px 2px #e6e6e6;
   		box-shadow: 1px 1px 2px #e6e6e6;
   		cursor: default;
   		background: url(../img/background.png) repeat center center;
}

.page-contact {
	display: inline-block;
		width: 290px;
		height: 290px;
		margin: 2px;
		border: 5px solid #fff;
		overflow: hidden;
		position: relative;
   		text-align: center;
   		-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   		-moz-box-shadow: 1px 1px 2px #e6e6e6;
   		box-shadow: 1px 1px 2px #e6e6e6;
   		cursor: default;
   		background: url(../img/background.png) repeat center center;
}

.page-about .mask {
   width: 290px;
   height: 290px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.page-contact .mask {
   width: 290px;
   height: 290px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.page-products .mask {
	width: 310px;
   height: 290px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.mask img {
   display: block;
   position: relative;
}

.mask h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}

.page-about .mask h2, .page-products .mask h2, .page-contact .mask h2  {
	margin-top: 70px;
}

.mask p {
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.mask a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-webkit-transition: background-color 0.5s ease-in 0s;
	-o-transition: background-color 0.5s ease-in 0s;
	transition: background-color 0.5s ease-in 0s;
}

.mask a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   background-color: #d7006d;
}

.page-frase {
	background-image: url(../img/page-phrase-back.jpg);
	background-repeat: repeat;
	max-width: 930px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	position: relative;
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   	-moz-box-shadow: 1px 1px 2px #e6e6e6;
   	box-shadow: 1px 1px 2px #e6e6e6;
}

.about-intro {
	max-width: 940px;
	height: 200px;
	background-image: url(../img/products-welcome.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: left;
}

.about-intro img {
	float: left;
	display: inherit;
}

.about-intro h4 {
	float: left;
	font-size: 25px;
	padding: 55px;
}

.title {
	max-width: 940px;
	background-image: url(../img/page-phrase-back.jpg);
	padding: 10px;
	color: #fff;
}

.description {
	padding: 20px;
}

.description2 {
	max-width: 940px;
}

.description2 p {
	width: 45%;
	padding: 20px;
	float: left;
}

.description2 img {
	margin-top: 12px;
	width: 45%;
	float: right;
}

.map {
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
   	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   	-moz-box-shadow: 1px 1px 2px #e6e6e6;
   	box-shadow: 1px 1px 2px #e6e6e6;
	display: inherit;
	max-width: 930px;
	height: 400px;
}

iframe {
	width: 940px;
	height: 400px;
}

.map-info {
	padding: 25px;
	position: absolute;
	background-color: rgba(255,255,255,0.75);
	background-repeat: repeat;
	left: 0px;
	top: 35%;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 0px;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
}

.form {
	max-width: 890px;
	padding: 25px;
}

label {
	font-size: 25px;
}

.relleno {
	font-family: 'Quicksand-Light';
	font-size: 18px;
	width: 95%;
	height: 35px;
	margin: 20px;
	padding: 5px;
	background-image: none;
	color: #333;
	cursor: text;
}

textarea {
	font-size: 18px;
	width: 95%;
	height: 100px;
	margin: 20px;
	padding: 5px;
	border: 0px;
}

.boton {
	height: 300px;
}

input {
	width: 200px;
	height: 35px;
	font-size: 20px;
	background-image: url(../img/page-phrase-back.jpg);
	border: 0px;
	float: right;
	color: #fff;
	cursor: pointer;
	margin: 20px;
}

.products {
}

.products ul {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.products ul li {
	width: 210px;
	height: 200px;
	display: inline-block;
	margin: 5px 2px 2px 2px;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
   	text-align: center;
   	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   	-moz-box-shadow: 1px 1px 2px #e6e6e6;
   	box-shadow: 1px 1px 2px #e6e6e6;
   	cursor: default;
   	background: url(../img/background.png) repeat center center;
}

.products-over {
	width: 210px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.products-over a.inline {
	margin: 25px;
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-webkit-transition: background-color 0.5s ease-in 0s;
	-o-transition: background-color 0.5s ease-in 0s;
	transition: background-color 0.5s ease-in 0s;
}

.products-over a.inline:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   background-color: #d7006d;
}

@media screen and (max-width:360px) {
 /* Nuestras nuevas reglas con este ancho o menos de pantalla */
 
 
.header-content img{
	position: absolute;
	left: 50%;
	margin-left: -85px;
	margin-top: -75px;
}

.header-content ul {
	float: right;
	display: none;
}

.bot-celu {
	width: 100%;
	height: 30px;
	display: inherit;
	background-color: #d7006d;
	margin-top: 75px;
}

.bot-celu ul {
	float: none;
	display: inherit;
	text-align: center;
}
	
.bot-celu ul li {
	display: inline-block;
	float: none;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: transparent;
	background-image: none;
	background-size: 100px 75px;
	background-position: 0px 25px;
	background-repeat: no-repeat;
	-webkit-transition: background-position 0.4s ease-in 0s;
	-o-transition: background-position 0.4s ease-in 0s;
	transition: background-position 0.4s ease-in 0s;
}

.bot-celu .active {
	float: none;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-image: none;
	background-size: 100px 75px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #fff;
	background-color: #000;
}

.bot-celu ul li:hover {
	background-position: 0px 0px;
}

.bot-celu ul li a {
	color: #fff;
	display: block;
	width: 100px;
	height: 75px;
	font-size: 12px;
	-webkit-transition: color 1s ease-out 0s;
	-o-transition: color 1s ease-out 0s;
	transition: color 1s ease-out 0s;
}

.bot-celu ul li a:hover {
	color: #828282;
}

.about-intro {
	max-width: 940px;
	height: 280px;
	background-image: none;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #d7006d;
	text-align: center;
}

.about-intro img {
	float: left;
	display: none;
}

	
.footer-content span {
	float: right;
	color: #fff;
	margin-top: 35px;
	font-size: 10px;
	margin-right: 0px;
	display: none;
}

.page-content {
	max-width: 940px;
	margin: auto;
	background-color: rgba(255,255,255,0.5);
	padding: 105px 10px 10px 10px;
}

.page-resume {
	max-width: 940px;
	margin: auto;
	display: none;
}

.page-welcome {
		border: 5px solid #fff;
		overflow: hidden;
		position: relative;
   		-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   		-moz-box-shadow: 1px 1px 2px #e6e6e6;
   		box-shadow: 1px 1px 2px #e6e6e6;
		display: none;
}
 
}
