@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: 114px;
	margin: auto;
  	border-bottom: 2px solid gray;
  	background: #ffffff;
	}

#header_left {
	width: 750px;
	float: left;
  	background: #ffffff;
	}

#header_right {
	width: 100px;
	float: right;
  	background: #ffffff;
	}


#subheader {
	width: 848px;
	margin: auto;
  	border-left: 1px solid white;
  	border-right: 1px solid white;
  	background: #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;
}


#page {
  	border-right: 1px solid white;
  	border-left: 1px solid white;
  	border-top: 1px dotted silver;

	width: 838px;
	height: 645px;
	margin: auto;
	background-color: #3A3A3A;
	color: silver;
	padding: 5px 5px 5px 5px;
  	overflow-y: scroll;
}

#page table {
	width: 815px;
}

#page_Opera {
  	border-right: 1px solid white;
  	border-left: 1px solid white;
  	border-top: 1px dotted silver;

	width: 848px;
	height: 645px;
	margin:  0px 0px 0px 198px;
	float: left;
	background-color: #3A3A3A;
	color: silver;
}

#page a:link {
	color: red;
	text-decoration: none;
}
#page a:visited {
	color: red;
	text-decoration: none;
}
#page a:active {
	color: orange;
	text-decoration: none;
}
#page a:hover {
	/* font-size: small; */
	color: #676767;
	background: silver;
	text-decoration: none;
}

