td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#7D7D7D;
}
form
{
	margin:0px;
}
.top
{
	color:#7D7D7D;
	font-size:10px;
}
a.top {

	text-decoration: none;
	color:#7D7D7D;
}
a.topmenu {

	text-decoration: none;
	color:#FFFFFF;
}
a.red
{
	color:#B40000;
	text-decoration:underline;
}
.red
{
	color:#B40000;
}
a.menu {

	text-decoration: none;
	color:#7D7D7D;
}
.menu {

	font-size:9px;
	color:#7D7D7D;
}
a
{
	text-decoration: underline;
	color:#7D7D7D;
}
.green
{
	color:#236338;
}
.t9
{
	font-size:9px;
}
.t10
{
	font-size:10px;
}
.y
{
	color:#D46E00;
}
a.y
{
	color:#D46E00;
	text-decoration:underline;
}
a.light
{
	color:#AEA67A;
	text-decoration:underline;
}



.1
{
	color:#D35602;
}
a.1
{
	color:#D35602;
	text-decoration:underline;
}
a.11
{
	color:#D35602;
	text-decoration:none;
}
.2
{
	color:#A14508;
}

a.2
{
	color:#A14508;
	text-decoration:underline;
}
.2
{
	color:#985A04;
}
.copy
{
	color:#FEBC5F;
}
a.copy
{
	color:#FEBC5F;
	text-decoration:underline;
}
.t10
{
	font-size:10px;
}

/* truco para imagenes */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -100px;
visibility: hidden;
color: #FFFF00;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50;
left: 150px; /*position where enlarged image should offset horizontally */

}