body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img1.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#header {
	width: 800px;
	height: 203px;
	margin: 0 auto;
	text-align:left;
}
/* Logo */

#header #logo {
	float: left;
}

#header #logo * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#header #logo h1 {
	padding: 100px 0 0 0;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#header #logo h2 {
	letter-spacing: 1px;
	font-size: 1em;
}
#header #menu{
	float:right;
	width:480px;
}
#header #menu #ajuste {
	height: 148px;
	vertical-align: middle;
	display: table-cell;
}

#header #menu #anuncio {
	height: 60px;
	width: 470px;
	margin: auto;
}


#header #menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
#header #menu ul li {
//	display: inline;
 	float:left; 
}

#header #menu ul li a {
	display: block;
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
}
#header #menu ul ul{
	width:100px;
}
#header #menu ul ul li a {
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
}
#header #menu a:hover, #header #menu .active a {
	background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}
/* Submenu */
#header #menu ul ul {
	border:1px solid #000000;
	padding:5px;
	position:absolute;
	list-style:none;
	background-color:#333333;
	margin-top: 30px;
	top: 147px;
}
#header #menu ul ul li {
	float:none; 
 	width:110px;
	}
#header #bajo {
	clear: both;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: x-small;
}

/* Contenedor */

#contenedor {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
}

/* Izquierda */

#izquierda {
	float: left;
	width: 500px;
}

#izquierda h2 {
	margin-top: 0;
	font-size: 2.2em;
	color: #CCCCCC;
}

#izquierda p, #izquierda ul, #izquierda ol {
	line-height: 160%;
}

#izquierda .credits {
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #210100;
	border-left: 2px solid #8A0600;
}

#izquierda .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Derecha */
#derecha {
	float: right;
	width: 260px;
}

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

#derecha li {
	margin-bottom: 20px;
}

#derecha li li {
	margin-bottom: auto;
}

#derecha li ul {
	padding-left: 20px;
	list-style: square inside;
}

#derecha h2 {
	padding-bottom: 5px;
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 20px;
	background: url(images/img3.gif) no-repeat 5px 6px;
	border-bottom: 1px solid #2C2C2C;
}
/* Pie */

#pie {
	clear: both;
	width: 800px;
	height: 15px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
}

#pie p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}
#contenedor #derecha h2  {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#contenedor #derecha #conectado ul  li{
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
#contenedor #derecha #conectado ul  {
	padding-top: 0px;
}
#trabajo .subdom   {
	float: left;
	width: 60px;
	font-weight: bold;
}
#trabajo .nombre   {
	clear: right;
}
#contenedor #derecha #logon #ajaxform label {
	width: 15em;
}
.Formulario {
	background-color: #333;
	text-align: left;
	background-image: none;
	height: 500px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}

.Formulario  #form1 label {
	clear: left;
	width: 10em;
	display: block;
	float: left;
	margin-top: 1em;
	text-align: right;
	margin-right: 0.5em;
}
.Formulario  #form1 label.error {
	font-size: medium;
	width:300px;
	color:#0F0;
	font-weight: bold;
}
.Formulario  #form1 input ,.Formulario  #form1  select{
	float: left;
	margin-top: 1em;
	text-align: left;
}
.Formulario  #form1 input.error,.Formulario  #form1  select.error{
	border: thin solid #F00;
}
.Formulario  #form1 span.tRadio {
	display: block;
	margin-top: 1em;
}
.Formulario  #form1 .grupoRadio input {
	float: none;
}
.Formulario  #form1 .grupoRadio {
	display: inline;
}
