BODY {
	color : #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(../images/body.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #121212;
} 



.left {
	float: left;
	width: 400px;
	padding: 5px;
	font-size: 1.1em;
	color:#000000;
	margin-left: 5px;
	text-align: center;
}
.center {
	float: left;
	width: 300px;
	padding: 5px;
	font-size: 1.1em;
	color:#000000;
	margin-left: 20px;
}
.right {
	float: right;
	width: 500px;
	padding: 5px;
	font-size: 12px;
	color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
}




#contenedor{
	text-align: center;
	width: 950px;
	background-color : #ffffff;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#head {
	width: 950px;
	height: 376px;
}
#navegator {
	background-color: #333;
	height: 30px;
	width: 950px;
	background-image: url(../images/gradient-dark.png);
	background-repeat: repeat-x;
}

#body01 {
	width: 950px;
	text-align: left;
}
#indice {
	width: 890px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#pie{
	clear : both;
	color : #333;
	text-align : left;
	margin : 10px 10px 0px 10px;
	padding-bottom:10px;
	background-image: url(file:///E|/wamp/www/images/d.gif);
	font-size: 11px;
}

H1{
	font-size: 12px;
	color: #5E9908;
	background-repeat: repeat-x;
	margin-bottom: 6px;
	padding-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
} 
h2 {
	font-size: 12px;
	color: #259086;
	text-transform: uppercase;
}
h3 {
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/gradient-dark.png);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 5px;
	background-color: #666;
}

.curved {
	-moz-border-radius:15px;
	-webkit-border-radius:3px;
	behavior:url(../border-radius.htc);
}
#contenedor table tr td p strong {
	text-align: left;
}
hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
	
#tabs {
	float:left;
	width:100%;
	background:#000;
	font-size:93%;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
.smalltxt {
	font-size: 10px;
	text-align: left;
}
h4 {
	font-size: 12px;
	color: #5E9908;
	background-repeat: repeat-x;
	margin-bottom: 6px;
	padding-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

