/* GENERALES */
html {
	height:auto;
	position:relative;
}
body {
	font-family: sans-serif;
	font: 1em/1.4 sans-serif;
	width:100%;
}
.clear-fit {
	height:0;
	width:100%;
	clear:both;
}

/* CONTENIDO */
.contenido {
	margin:6em auto;
	max-width:60em;
	width:90%;
}

/* Banners de ayuda */
.banner-top {
	position:fixed;
	top:-232px;
	right:8%;
	transition: all 0.3s ease-in-out;
	z-index:10;	
}
.banner-top:hover {
	top:0;	
}

.banner-mov {
	width:90%;
	max-width:960px;
	margin: 2em auto;
	background-color: #FF4000;
	display:none;
}

.banner-mov p {
	padding:1em;
	color:#FFF;
	font-family: Georgia,Gill Sans,sans-serif;
	font-size:1em;
	text-align:center;
}

.banner-mov p a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

/* Imagen principal */
.foto-ficha {
	float:left;
	width:25%;
	min-width:15em;
}
.foto-ficha img {
	width:100%;
	height:auto;
	display:block;
}

/* Características layaout y texto de la ficha */
.texto-ficha {
	float:left;
	width:60%;
	z-index:1000;
}
.caract-ficha{
	background-color:rgba(0, 94, 146, 0.1);
	margin-top:1em;
	padding:0.7em 1em;	
}
.texto-ficha ul {
	font-size:0.85em;
	margin:0.5em 0 0 0;
}
.texto-ficha ul li {
	margin-bottom:0.2em;	
}

.foto-compra {
	width:35%;
	float: right;
}
.foto-compra p {
	font-size:0.8em;
	margin-bottom: 0;
	margin-top: 5px;
	text-align: center;
}
.foto-compra h2 {
	text-shadow: 1px 1px 1px #444;
}
.buttom-compra{
	background: #ff6600;
	background-image: -webkit-linear-gradient(top, #ff6600, #d15400);
	background-image: -moz-linear-gradient(top, #ff6600, #d15400);
	background-image: -ms-linear-gradient(top, #ff6600, #d15400);
	background-image: -o-linear-gradient(top, #ff6600, #d15400);
	background-image: linear-gradient(to bottom, #ff6600, #d15400);
	text-shadow: 2px 2px 2px #666666;
	font-family: "WWF", Arial;
	color: #ffffff;
	font-size: 1.5em;
	padding: 1%;
	width: 98%;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 30;
    -moz-border-radius: 30;
    border-radius: 30px;
    margin-top: 0.5em;
}
.buttom-compra:hover{
	background: #00a6eb;
	background-image: -webkit-linear-gradient(top, #00a6eb, #68d3ff);
	background-image: -moz-linear-gradient(top, #00a6eb, #68d3ff);
	background-image: -ms-linear-gradient(top, #00a6eb, #68d3ff);
	background-image: -o-linear-gradient(top, #00a6eb, #68d3ff);
	background-image: linear-gradient(to bottom, #00a6eb, #68d3ff);
	text-decoration: none;
}
.buttom-compra h2{
	color:#fff;
	font-size:2em;
	margin-bottom: 0;
	line-height: 1.2em;
}

#slider {
	display:none;
}

/* Botón de compra */
.flat-shadow{
	display: inline-block;
	background: #B4D9F4;
	box-shadow: 0 5px 0 #79bbeb;
	color: #394C5B;
	text-decoration: none;
	padding: .2em 1em;
	border-radius: 3px;
	font-size:1.6em;
	margin:0.4em 0;
}
.flat-shadow:hover{
	background: #96caf0;	
}
/* Lo que contiene el paquete */
.enviamos {
	width:100%;
	float:left;
	margin-top:20px;
	font-family:'WWF', Arial, sans-serif;
}
.peluche-large {
	max-width:541px;
	max-height:335px;
}

/* Texto de la especie */
.mas {
	width:100%;
	margin-top:1em;	
}
/* Ubicación de la especie */
.ubicacion {
	display:block;
	margin:20px 0;
	padding:1em;
	background-color:rgba(0,94,146,0.1);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}
.ubicacion span {
	display:block;
}
.ubicacion .separador-lineas {
	margin:0.6em 0;
}


/* LAYOUT */
@media screen and (max-width: 64em){

}

@media screen and (max-width: 57.5em){

}

@media screen and (max-width: 52em){

}

@media screen and (max-width: 48.75em){
	.banner-top {
		display:none;
	}
	.banner-mov {
		display:block;
	}
	.foto-compra{
		float:none;
		width:100%;
	}
	.texto-ficha{
		width:100%;
		margin-top:2em;
	}
}

@media screen and (max-width: 38.75em){

}

@media screen and (max-width: 34em){

}