body {
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

.Estilo {
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}
.Estilo1 {
	color: Gray;
	font-size: x-small;
}

.Estilo2 {
	color: Gray;
	font-size: small;
}

.Estilo3 {
	font-size: medium;
}

.Estilo4 {
	color: Black;
	font-family: Futura Lt BT, Verdana, Arial;
	font-size: 18px;
}

.Estilo5 {
	font-family: Futura Lt BT, Verdana, Arial;
	font-size: 12px;
	color: White;
}
.Estilo6 {
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}

A:link {color: Black;text-decoration: none;font-size: small;}
A:visited {color: Black;text-decoration: none;font-size: small;}
A:active {color: Black;text-decoration: none;font-size: small;}
A:hover {text-decoration: none;	color: Gray;font-size: small;}

A.link_b:link {color: Black;text-decoration: none;font-size: small;}
A.link_b:visited {color: Black;text-decoration: none;font-size: small;}
A.link_b:active {color: Black;text-decoration: none;font-size: small;}
A.link_b:hover {	text-decoration: none;	color: Aqua;	font-size: small;}
 
A.link_s:link {	color: Black;	text-decoration: none;	font-size: 15px;}
A.link_s:visited {	color: Black;	text-decoration: none;	font-size: 15px;}
A.link_s:active {color: Black;text-decoration: none; font-size: 15px;}
A.link_s:hover {	text-decoration: none;	color: Aqua;	font-size: 15px;}


ima {color: Black;background: Black;border: Black;}
.marco3 {
   padding:8px 8px 20px 8px;
   background-color: #ffffff;
   width: 100px;
   border: 1px solid #999999;
} 

.blur{
   background-color: #ccc; /*shadow color*/
   color: inherit;
   margin-left: 2px;
   margin-top: 2px;
   width: 100px;
}
.shadow, .content{
   position: relative;
   bottom: 2.5px;
   right: 2.5px;
}
.shadow{
   background-color: #666; /*shadow color*/
   color: inherit;
}
.content{
   background-color: #fff; /*background color of content*/
   color: #000; /*text color of content*/
   border: 0px solid #000; /*border color*/
   padding: .0em 0ex;
}
.content IMG{
   border: 1px solid #000000;
} 