@CHARSET "ISO-8859-1";

body {
	background-color: #000000;
	}



#containerTotal
{


width:autoDefault;


height: 793px;

margin:auto;

background: #3A3A3A;

}


#container
{

width:990px;


height: 793px;

margin:auto;

background-image: url(../img/fondowebdegradado.png);

background-repeat: repeat-y 100;

}


#header {
	width: 850px;
	height: 100px;
	margin: auto;
  	background: #ffffff;
	}

#header_left {
	width: 605px;
	float: left;
  	background: #ffffff;
	}

#header_right {
	width: 239px;
	float: right;
  	background: #ffffff;
	}


#subheader {
	width: 850px;
	margin: auto;
  	border-top: 2px solid gray;
  	background: #000000;
	}

#header2 {
	border-left: 1px solid white; 
  	border-right: 1px solid white;

  	width: 128px;
	float: left;
	margin: 0px;
	height: 35px;
	color: silver;
  	background: #3A3A3A;
	}


#header3 {
  	border-right: 1px solid white;

	float: right;
	height: 35px;
	color: white;
  	background: #000000;
	}


#page {
	width: 850px;
	height: 655px;
	margin: auto;
	background-color: #000000;
}

table.headertable {
border-collapse:collapse;
border-width: 0px 0px 0px 0px;
margin:0;
padding:0;
}

table.headertable td {
border-width: 0px 0px 0px 0px;
margin:0;
padding:0;
}


#left {
		
  	border-left: 1px solid white; 
  	border-right: 1px solid white;
  	border-top: 1px dotted silver; 

  	float: left;
  	width: 128px;
 	height: 100%;
  	background: #3A3A3A;
  
  	overflow-y: scroll;
  	overflow-x: hidden;
}

#top {
  	border-right: 1px solid white;
	border-top: 1px dotted silver; 

	background: #3A3A3A; 
	margin: 0px auto;
	float: right;
	width: 719px;
	height: 400px;
}

#middle {
  	border-right: 1px solid white;

  	float:right;
  	width: 719px; 
  	background: #676767;
  	height: 225px;
	/* padding-top: 10px;
	padding-left: 10px; */

	font-family: arial;
	font-size: x-small;
	color: silver;
}


#middle a:link {
	color: silver;
	text-decoration: none;
}
#middle a:visited {
	color: #3A3A3A;
	text-decoration: none;
}
#middle a:active {
	color: orange;
	text-decoration: none;
}
#middle a:hover {
	/* font-size: small; */
	color: #676767;
	background: silver;
	text-decoration: none;
}

#middleBaseLeft {
	float:left;
	width: 175px;	
	background: #676767;
	height: 30px;

	padding-left: 5px;
	word-spacing: 10px;
	font-family: arial;
	font-size: x-small;
	text-align: left;
	textDecoration: underline;
	color: silver;

	border-top: 1px dotted silver; 
}

#middleBaseLeft span.seleccionado {
	background-color: Orange;
	color: Black;
	textDecoration: none;
}
#middleBaseLeft a:link {
	color: silver;
}
#middleBaseLeft a:visited {
	color: silver;
}

#middleBase {
	float:right;
	width: 539px;	
	background: #676767;
	height: 30px;

	/* padding-left: 600px; */
	word-spacing: 10px;
	font-family: arial;
	font-size: x-small;
	text-align: right;
	textDecoration: underline;
	color: silver;

	border-top: 1px dotted silver; 
  	border-right: 1px solid white;
}

#middleBase span.seleccionado {
	background-color: Orange;
	color: Black;
	textDecoration: none;
}

#middleBase a:link {
	color: silver;
}
#middleBase a:visited {
	color: silver;
}
