td {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #666666;
}

.title {
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
	color: 993333;
	text-decoration: none;
	line-height: 30px;
	width: 100%;
	display: block;
	letter-spacing: 2px;
}

.menu a{
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
	color: 993333;
	text-decoration: none;
	line-height: 33px;
	width: 100%;
	display: block;
	letter-spacing: 8px;

}

.menu a:hover{
	background-image: url(../images/menu_back2.jpg);
}

.menuenglish a{
	text-decoration: none;
}

.menuenglish a:hover{
	text-decoration: none;
	background-image: none;
}

.red a{
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	color: 993333;
	text-decoration: underline;
}

.red a:hover{
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	color: 993333;
}

.shadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.titlered {
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	color: 993333;
}

.titlegreen {
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	color: 8FA65D;
}

.window {
scrollbar-arrow-color: 8FA65D;
scrollbar-base-color: white;
scrollbar-darkshadow-color: white;
scrollbar-track-color: white;
scrollbar-face-color: F4F4F4;
scrollbar-shadow-color: white;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: white;
margin: 0px;
padding-top: 5px;
background-color: #FFFFFF;
}

a {
	font-family: "trebuchet ms";
	font-size: 8.5pt;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;

}

div.img{
  margin: 5px;
  border: 1px solid #ccc;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
 }
 
div.img img{
  display: inline;
  margin: 5px;
  border: 0px;
 }

div.img a{
	position:relative;
}

div.img a:hover{
  border: 0px;
  position:relative;
}

div.img a span{
	display:none
}

div.img a:hover span{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background:#FFFFFF;
	color:black;
	border:1px dotted black;
	width:90px;
	padding:2px;
	z-index: 1000;
}

.campo{
  border: 1px solid #FFCCCC;
  font-size: 8pt;
}
