@charset "utf-8";
*{
	
	margin: 0px;
	padding: 0px;
}
body {
	background-color: rgba(243,243,243,1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgba(255,255,255,1);
	font-family: 'Asap', sans-serif;
	background-attachment: fixed;
	background-image: url(images/patterns/witewall_3.png);
	background-position: center center;
}

header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 15px #999999;
	margin-bottom: 20px;
	background-color: #FFF;
}

.aniversario{
	position: absolute;
	margin-left: 80%;
	margin-top: 40px;
}

.iso{
	position: absolute;
	padding-top: 30px;
	padding-left: 5%;
}

.menu{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(75,83,156,1);
}

.logo{
	padding-top: 40px;
}

.menu ul{
	list-style-type: none;
}

 .menu ul li {
	vertical-align: middle;
	display: inline-block;
	padding: 10px;
	color: rgba(255,255,255,1);
	font-size: 15px;
	text-decoration: none;
	font-family: 'Asap', sans-serif;
	transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	margin-right: 2%;
	margin-left: 2%;
}


.menu ul li:hover{
	background-color: rgba(153,153,153,1);
	}

h1{
	font-family: 'Asap', sans-serif;
	color: rgba(51,51,51,1);
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 40px;
	margin-right: 10px;
	margin-left: 10px;
	}
.cuerpo {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	vertical-align: top;
	display: inline-block;
	width: 60%;
	text-align: center;
	min-width:531px;
	
}

.info {
	padding-top: 20px;
	padding-bottom: 40px;
	vertical-align: top;
	display: inline-block;
	margin-right: 50px;
	width: 30%;
	min-width:290px;
}
.contenedor {
	text-align: center;
	width: 100%;
}

.lineaAzul{
	background-color: rgba(75,83,156,1);
	height: 10px;
	margin-right: auto;
	margin-left: auto;
}



.pie {
	background-color: rgba(77,77,77,1);
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.pie .datos {
	margin-left: 40px;
	vertical-align: middle;
	display: inline-block;
	font-size: 15px;
	width: 40%;
}

.pie .dato {
	margin-bottom: 5px;
}

.pie p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;	
}

.menuPie{
	vertical-align: middle;
	display: inline-block;
	margin-left: 15%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255,255,255,1);
	padding-left: 15px;
	}
	
.menuPie ul{
	list-style-type: none;	
	}
	
.menuPie ul li {
	font-size: 14px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: lighter;
	transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	}
	
.menuPie ul li:hover {
	transform:translate(10px,0px);
	-moz-transform:translate(10px,0px);
	-ms-transform:translate(10px,0px);
	-o-transform:translate(10px,0px);
	-webkit-transform:translate(10px,0px);
	}
	
.logo{
	transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	height: auto;
	width: 100%; 
	max-width:429;		
	}
	
.logo img{
	height: auto;
	width: 90%; 
	max-width:429px;		
	}
	
.logo:hover{
	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	}
	
.logoPie{
	vertical-align: middle;
	display: inline-block;
	margin-left: 7%;
	transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	}
	
.logoPie:hover{
	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	}
	
.dataIan, .dataIan a{
	font-size: 11px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	margin-left: 20px;
	padding-top: 50px;
}





a  {
	
	text-decoration: none;
}

.Recuadros{
	color: rgba(0,0,0,1);
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 15px;
	border: 2px solid rgba(75,83,156,1);
	-moz-border: 2px solid rgba(75,83,156,1);
	-ms-border: 2px solid rgba(75,83,156,1);
	-o-border: 2px solid rgba(75,83,156,1);
	-webkit-border: 2px solid rgba(75,83,156,1);
	box-shadow: 0px 0px 10px #999999;
	background-color: rgba(255,255,255,1);
	margin-right: auto;
	margin-left: auto;
	transition:all ease-in-out 0.2s;
	-moz-transition:all ease-in-out 0.2s;
	-ms-transition:all ease-in-out 0.2s;
	-o-transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
	margin-bottom: 15px;
}	

.Recuadros h3{
	font-size: 21px;
	text-align: center;
	padding-bottom: 15px;
	color: rgba(75,83,156,1);
}

.Recuadros p{
	text-align: left;
}

.Recuadros .VerMas{
	font-size: 15px;
	padding-top: 20px;
	text-align: right;
	font-weight: bold;
	color: rgba(75,83,156,1);
}

.Recuadros:hover{
	transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	
	}

h4{
	margin-bottom: 15px;
	padding-top: 16px;
	font-size: 25px;
}

.carrusel{
	background-color: rgba(134,134,134,1);
	padding-top: 30px;
	}
	
.carrusel img{
	border: 10px solid rgba(255,255,255,1);
	margin-right: 2%;
	margin-left: 2%;
	max-width:250px;
}

.productosP{
	display: none;
}
