@charset "windows-1251";
note {
}
#vi{
	float: left;
	height: 250px;
	width: 250px;
	margin-bottom: 15px;
}
#vi img {
	border-radius:5px 15px 250px 15px;
	height: 150px;
	width: 150px;
}
#vi .povorot45 {
	-moz-transform: rotate(-45deg);  /* Firefox */
	-o-transform: rotate(-45deg);  /* Opera */
	-webkit-transform: rotate(-45deg);  /* Safari y Chrome */
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); /* IE */
	position: relative;
	top: -60px;
	left: -5px;
	font-size: 22px;
	color: #333333;
	float: right;
	margin-left: 1px;
	line-height: 32px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0789a8;
}