/* CSS Document */
.textofoto {
	font-family: verdana, geneva, sans-serif;
	font-size: 7.8pt;
	color: #0066CC;
	font-weight: bold;
	text-align: center;
}

.EstiloPub {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #28166F;	
}
.blur{
   background-color: #ccc; /*shadow color*/
   color: inherit;
   margin-left: 4px;
   margin-top: 4px;
   width: 224px;
}
.shadow,  .content{
   position: relative;
   bottom: 2px;
   right: 2px;
}
.shadow{
   background-color: #666; /*shadow color*/
   color: inherit;
}
.content{
   background-color: #fff; /*background color of content*/
   color: #000; /*text color of content*/
   border: 1px solid #000; /*border color*/
   padding: .5em 2ex;
} 
.content IMG{
	border: 1px solid #000000;
}