body {
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D6F3F7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #336699;
}
a:link {
	color: #D35C08;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D35C08;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #D35C08;
}

/* box foto con ombra */
.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in2 {
  display:block; 
  background:#777; 
  border:1px solid #999; 
  position:relative;
  padding:1px;
  margin:1px;
  }
.in {
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.inBg {
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:15px;
  font-weight:normal;
  }  

.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
  
.rtin {
  left:5px;
  }

.narrow {width:8em;}
.normal {width:180px;}
.wide {width:18em;}
.image {width:115px; padding:0;}
.imageBg {width:550px; padding:0;}

/* fine box ombra */