.vino {
	margin-top: 100px;
}
	@media screen and (min-width: 50.1em){
		.vino {
			font-size:.8em;
		}
	}
.vino .ficha {
	color: black;
	height: 400px;
	font-size: 90%;
}
.vino .ficha h2 {
	padding: 1em;
	border: 2px solid #d65b4a;
	color: #d65b4a;
	text-transform: uppercase;
	text-align: center;
}
.vino .ficha span {
	color: #d65b4a;
	font-weight: 700;
	text-transform: uppercase;
}
.vino .ficha ul {
	border-left: 5px solid #d65b4a;
	margin-left: 0px;
	margin-bottom:20px;
}
.vino .ficha li {
	list-style: none;
	padding-bottom:10px;
}
	@media screen and (max-width: 49.9em){
		.vino .ficha {
			width: 90%;
			margin: 0 auto;
		}
		.vino .ficha ul {
			border: 0;
			padding: 0;
		}
	}

/*	sombra en la box de la botella de vino
	@media screen and (min-width:50em){
		.vino .botella {
			box-shadow:0px 0px 5px rgba(0,0,0,.5);
		}
	}*/

.boton {
	width:250px;
	margin: 0 auto;
}

.boton a {
	padding: 1em;
	color: #d65b4a;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
	border-radius: 8px;
	border: 2px solid #d65b4a;
	font-size:80%;
	transition: .3s ease;
}
.boton a:hover {
	background-color: #d65b4a;	
	transition: .3s ease;
	color: white; 
}

.separador {
	width: 90%;
	height:4em;
	display: block;
	clear:both;
}

.vino .botella {
	height: 400px;
}

.premioLeyenda{
    width: 98%;
    font-style: italic;
    margin-left: 1%;
    text-align: center
}