body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-style: normal;
}

		
.textrojo {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #B65336;
	line-height: normal;
	font-size: 16px;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: normal;
}
.textmediun{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: normal;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	background-color: B65336;
	background-position: right;
	left: 4px;
	width: 90%;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	bgcolor: #333333;
	text-align: justify;
}
.tdrojo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	bgcolor: #FFC68C;
	background-color: #B65336;
	color: #FFFFFF;


}
.tdarena{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	bgcolor: #FFC68C;
	background-color: F9F5DC;
}
.tdarenac{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	bgcolor: #FFC68C;
	background-color: #FFFFF0;
}
.tdparrafo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	bgcolor: #FFC68C;
	display: block;
	text-align: justify;
}

a {
	color: #666666;
	cursor: hand;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
a:hover {
	color: #993300;
	cursor: hand;
	font-weight: normal;
	font-variant: normal;
}
.arojo {
	color: #FFFFFF;
	cursor: hand;
	font-weight: normal;
	font-variant: normal;
}
.arojo:hover {
	color: #CCCCCC;
	cursor: hand;
	font-weight: normal;
	font-variant: normal;
}



.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	}
.menu ul{
	background:url(images/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		}
	.menu li a{
		color:#666666;
		display:block;
		font-weight:bold;
		line-height:43px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
	background:#e0e0e0;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:225px;
	z-index:200;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b65336;
	border-bottom-color: #b65336;
	border-left-color: #b65336;		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		width:225px;
		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url(images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}
		

