.text-small-1{
	font-size: 9px;
}
.text-h-1{
	height: 28px;
}
.text-h-2{
	line-height: 13px;
	font-size: 13px;
}
.text-p-1{
	margin-top: 0px;
	margin-bottom: 0px;
}
.img-degrade img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.name-back{
	/*background-image: url(../image/name_fondo.png);*/
	background-repeat: no-repeat;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	height: 100px;
	width: 800px;
	position: absolute;
	background-position: center;
}