td img {display: block;}body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma ;
	font-size: 12px;
	color: #666666;
}
.Estilo1 {
	font-weight: bold;


}
.Estilo2 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-shadow: -1px 0 #EE552C, 0 1px #EE552C, 1px 0 #EE552C, 0 -1px #EE552C;
	
}
.Estilo3 {
	color: #000;
	font-size: 11px;
	color:#FFFFFF;
}
<!--
.Estilo4 {color: #999999}
.Estilo5 {
	font-size: 12px;

}
.Estilo6 { color: #999999; 
			font-size: 10px;
			 }
.Estilo7 { color: #fff; 
			font-size: 22px;
			text-shadow: -1px 0 #EE552C, 0 1px #EE552C, 1px 0 #EE552C, 0 -1px #EE552C;
			 }
-->
.line01 {
	border: none 0;
	border-top: 1px double #EE552C;

	}
.line02 {
	border: none 0;
	border-top: 1px dashed #C79536;
	width:90%;
	
	}
a:link {
	color: #333333;
	text-decoration: none;
	font-size:16px;
}
a:visited {
	color: #333333;
	text-decoration: none;
		font-size:16px;
}
a:hover {
	color: #EE552C;
	text-decoration: none;
		font-size:16px;
}
a:active {
	color: #EE552C;
	text-decoration: none;
	font-size:16px;
}

.titulo1 {
	color: #666;
	font-family: Tahoma ;
	font-weight: bold;
	font-size: 38px;
	
}

ul.vineta1 {
padding-left: 0; 

list-style-type: none; 
 }
 
li.vineta1 {
background: url(../img/v1.jpg) left center no-repeat;
margin-bottom: 10px;
padding-left: 15px;

 } 
 
 
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

svg {
    background:url(http://4.bp.blogspot.com/-IzPWLqY4gJ0/T01CPzNb1KI/AAAAAAAACgA/_8uyj68QhFE/s400/a2cf7051-5952-4b39-aca3-4481976cb242.jpg);
}

svg image {
    transition: all .6s ease;
}

svg image:hover {
    opacity: 0;
}

div.half-grayscale-container {
    background: url(http://4.bp.blogspot.com/-IzPWLqY4gJ0/T01CPzNb1KI/AAAAAAAACgA/_8uyj68QhFE/s1600/a2cf7051-5952-4b39-aca3-4481976cb242.jpg) no-repeat; /* IE6-9 */
}

img.half-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray alpha(opacity=50); /* IE6-9 */
    -webkit-filter: grayscale(50%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.half-grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
