﻿.as{
	border: 0px solid red;
	width: 10%;
	height: 500px;
	line-height: 100px;
	float: left;
	cursor: pointer;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.as img{
	width: 100px;
	margin: 190px 0 0 0;
}

.as img:hover{
	background: #f7f7f7;
}

.producto{
	border: 0px solid red;
	width: 80%;
	margin: 15px 0 15px 0;
	float: left;
}

.imagen-producto{
	width: 100%;
	text-align: center;
}

.imagen-producto img{
	width: 70%;
}

#banner{
	width: 100%;
	text-align: center;
	color: #964646;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	padding: 15px 0;
}


@media screen and (max-width: 900px){
	.imagen-producto img{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.as{
		width: 100%;
		height: auto;
		text-align: center;
	}
	.producto{
		width: 100%;
	}
}