@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	background-color: #CCCCBA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	vertical-align: bottom;
	list-style-position: outside;
	list-style-type: circle;
}
.style1 {
	font-size: 12px
}
.style2 {
	color: #990000;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: none;
	text-align: left;
	font-variant: normal;
	line-height: 17px;
	color: #333333;
}
-->
.vinoRecuadro{
	background-image: url(../images/nuestros-vinos/recuadro-curvo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 197px;
	height: 241px;
	margin-top:10px;
	margin-left:60px;
}
.vinoRecuadro img{
	margin-top:60px;
}
.vinosBox p{
	color:#b30101;
	font-size:14px;
}

</style>