﻿/*<link href='http://fonts.googleapis.com/css?family=Michroma|Allura|Gafata' rel='stylesheet' type='text/css'>*/
@import url(http://fonts.googleapis.com/css?family=Michroma|Allura|Gafata);
.fondo {
	background-image: url('../images/fondohome.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}

.fotomodelo {
	top: 0px;
	right: 0px;
	position: fixed;
	max-width:603px;
	height: 90%;
	width:auto;
		box-shadow: 0px 0px 85px rgba(0,0,0,0.3);
border-radius:7px;-moz-border-radius: 7px; -webkit-border-radius : 7px;


}
.menuprincipal {
	text-align: center;
	height: 192px;
	width: 310px;
	z-index: 1;
	left: 55px;
	top: 5%;
	font-family: 'Michroma',"Segoe UI", Verdana;
	text-decoration: underline;
	text-transform: capitalize;
	font-size: large;
	float: left;
}
.letras{
	z-index: 0;
	font-family: "Allura";
	position: absolute;
    left: 20%;
    top: 1%;
    height: 100%;    
    width: auto;
    max-width:770px;
    color:white;	
    overflow:hidden ;	
	}
.koomplements {
		color: #e5097f;
	}

.cajagenerica{
	background-color: #E5E5E5;
	padding: 10px;
	margin:10px;
	margin-top:5px;
   /* -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;*/
	border-radius:7px;-moz-border-radius: 7px; -webkit-border-radius : 7px;
	background-color:rgba(255,255,255,0.5);
	box-shadow: 0px 0px 85px rgba(0,0,0,0.3);
}
.cajacontenedorproductos{
	float:left;
	margin-left:5%;
		
}
.cajaproducto{
	background-color:rgb(255, 255, 255);
	box-shadow:0px 1px 3px rgba(34,25,25,0.4);
	color:#211922;
	font-family:"helvetica neue",arial,sans-serif;
	font-size:11px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	width:192px;
	height:360px;
	float:left ;
	
}
.pie{
	bottom: 0px;
	position:fixed;
	background-color: #CEBDB1;
	width:100%;
	height:70px;
	left: 0px;
	border-radius:7px;-moz-border-radius: 7px; -webkit-border-radius : 7px;
	box-shadow: 0px 0px 85px rgba(0,0,0,0.3);

}
.logopie{
	text-align: center;
}
/*#productodestacado {
	visibility: hidden;
}*/
p {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
}

A:link {text-decoration:none;color:saddlebrown} 
A:visited {text-decoration:none;} 
A:active {text-decoration:none;} 
A:hover {text-decoration:underline; font-weight:bold ;} 
.menuprincipal a:link a:hover {
	text-decoration:none; color:black ;
}
.menuprincipal a:visited {
	text-decoration:none; color:black ;
}

.fuentemenu{
	font-family: 'Michroma',"Segoe UI", Verdana;
	font-size: large;
	text-decoration: underline;
	text-align: center;
}
.social {
	height:20px;
	float:left;
}
.corporativo {
	margin-left:5px;
	float: left;
	font-size:x-small;
}
body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
}
img {
	height:330px;
	width: 73%;
	text-align: center;
}
.img-puntosdeventa{
	max-width:380px;
}
.img-novedades{
	width:95%;
	max-width:100%;
	height:95%;
	max-height:100%;
	box-shadow: 0px 0px 85px rgba(0,0,0,0.3);
	border-radius:7px;-moz-border-radius: 7px; -webkit-border-radius : 7px;

}

@media screen and (max-width: 480px) {
/*.pie{
	display:none;
	
}*/

.corporativo{
	display:none;
}
.social{
	display:none;
}
.pie{
	height:35px;
}
.letras{
	display:none;
}
#contenidos{
	width:95%;

}
.cajagenerica{
		width:90%;
		left:0px;
}
}

