/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color:#1095E2;
}
.Estilo1 {
	font-family: "Courier New";
	font-size: 16px;
	color: #FF3300;
}
.Estilo2 {
	color: #FFFFFF;
	font-family: "Comic Sans MS", "MS Sans Serif";
	font-size: 18px;
}
.Estilo3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Estilo4 {
	font-size: 14px;
	color: #FFFFFF;
}
.Estilo5 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.Estilo6 {font-family: Arial, Helvetica, sans-serif}
.Estilo7 {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
.Estilo8 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: underline;
	color: #CCFF00; font-size:18px;
}
a:active {
	text-decoration: none;
	color: #000066;
}
.Estilo9 {font-size: 16px}
.table{ border-bottom-color:#FF3300; border-bottom-style:double; border-width:3px;
border-left-color:#FF3300; border-left-style:double;
border-right-style:double; border-top-style:double;
border-color:#FF3300;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
}
.transparencia {
   opacity: .80;
   -moz-opacity: .80;
   filter:alpha(opacity=80);
  }
