/******************* REDEFINES ******************/
* { padding: 0; margin 0; }
a {
	text-decoration: underline;
	color: #ff6418;
	font-style: italic;
}
a:hover {
	text-decoration: none;
	color: #5b5;
	background-color: transparent;
}
a:visited {
	text-decoration: none;
	background-color: transparent;
}
body {
	font: 90% "Helvetica", sans-serif;
	color: #cccccc;
	margin: 0;
	padding: 0;
	background: #333;
}
form {
	display: inline;
}
h1, h2, h3, h4, h5, h6 {
	color: #ff6418;
	background-color: transparent;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0px 10px;
}
h1 {
	font-size: 160%;
	text-align: center; }
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	border-bottom: none;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	border-bottom: none;
	font-weight: bold;
}
h5 {
	font-size: 80%;
	border-bottom: none;
	font-weight: bold;
}
h6 {
	font-size: 65%;
	border-bottom: none;
	font-weight: bold;
}
hr {
	height: 1px;
	color: #5567c1;
	background-color: transparent;
	border-bottom-color: #5567c1;
}
img {
	border: none;
	vertical-align: middle;
}
input {
	font-size: 90%;
}
table {
	font-size: 100%;
}

/******************* CLASSES ******************/

.floatleft{
	position: relative;
	float: left;
	padding: 0px 40px;
}

.floatright{
	position: relative;
	float: right;
	padding: 0px 40px;
}

.selected{
	font-weight: bold;
}

/******************* DIVISIONS ******************/
#logo{
	margin: 0px 20px;
background: #000000;
	border-bottom: 5px solid #000;
}


#tab {
	width: 760px;
  white-space: nowrap;
  list-style: none;
	background:#555;
	text-align: center;
color: #ff6418;
}
#tab li {
  padding: 0px 10px;
  display: inline;
color: #cccccc;
}
#tab li a {
  color: #cccccc;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
#tab li.selected a {
    color: black;
}
#tab li.plain a:hover {
    color: #888;
}

#main{
	margin: 30px 50px;
	background: url(/techo/images/middle.png) repeat-y;
	width: 800px;
color: #ff6418;
}

#page{
	margin: 0px 19px;
	width: 760px;
	height: 620px;
background: #000000;
color: #ff6418;
}

#content{
	margin: 20px;
	height: 520px;
background: #000000;
color: #cccccc;
}

#footer{
	color: #ff6418;
	z-index: 10;
	border-top: 1px solid #222;
	width: 760px;
	text-align:center;
}

#policy{
		margin: 0px 19px;
		width: 760px;
	background: #000000;
	color: #ff6418;
	}

#date{
	font-style: italic;
}

