Body{
	background: Black;
	color: White;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#main{
	vertical-align: middle;
	text-align: center;
}
#H1{
	vertical-align: middle;
	text-align: center;
}
.Products{
	background-color: White;
	color: Black;
	padding-bottom: 10px;
}
.tono1{
	height: 10px;
	font-size: 11pt;
	font: bold;
	color: Maroon;
	background-color: #FCF6F6;
	vertical-align: middle;
}
.tono2{
	height: 10px;
	font-size: 11pt;
	font: bold;
	color: Maroon;
	background-color: #EFD1D1;
	vertical-align: middle;
}
.tono3{
	height: 10px;
	font-size: 11pt;
	font: bold;
	color: Black;
	background-color: white;
	vertical-align: middle;
}
.lista{
	border: thin solid #FFE4E1;
}
.tin{
	background-image: url(images/borderin.gif);
	background-repeat: no-repeat;
}
.out{
	background-image: url(images/borderout.gif);
	background-repeat: no-repeat;
}
.opc{
	background-image: url(images/borderout.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
	text-align: center;
}
a.azul:link, a.azul:visited{
	vertical-align: bottom;
	text-align: center;
	color: #BB0000;
	font-size: 11pt;
	height: 35px;	
	text-decoration: none;
}
a.azul:hover, a.azul:active{
   background-color: #F4A4A4;
	vertical-align: bottom;
	text-align: center;
   color: #BB0000;
	font-size: 11pt;
	text-decoration: none;
}