A:link {
	text-decoration:none;
	color:#000;
}

A:visited {
	text-decoration:none;
	color:#000;
}

A:active {
	text-decoration:none;
	color:#000;
}

A:hover{
	text-decoration:underline;
	color:#000;
}

body {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:12px;
  margin:0;
  padding:0;
  color:#35383D;
}

.cuerpo {
  background:#F3F2E8 url(../images/fondo1.gif) repeat scroll 0 0;
}

li {
	margin-left:-20px;

}

.div_plano {
	background:#FFF none repeat scroll 0 0;
}

.div_titulo_caja {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#EEE none repeat scroll 0 0;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px solid #E1DFD0;
  padding:5px;
  padding-left:10px;
  color:#109DD0;
  font-weight:bold;
  font-size:14px;
}

.div_contenido_caja {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFF none repeat scroll 0 0;
	border:none;
	padding:10px;
}

.div_contenedor_global {
	position:relative;
	top:20px;
	left:20px;
	background:none;
	border:none;
    margin:0 auto 0 auto; width:836px;	
}

.div_contenedor_arriba {
	position:relative;
	width:836px;
	height:110px;
	background:#FFF none repeat scroll 0 0;
	background-image:url(../images/cabecera.png);
	background-repeat:no-repeat;
	background-position:center;
	padding:2px;
	border:1px solid #E1DFD0;
}

.div_contenedor_izda {
	position:relative;
	background:none;
	border:none;
	width:160px;
	height:600px;
	float:left;
	top:20px;
	left:0px;
}

.div_contenedor_central {
	position:relative;
	width:660px;
	height:650px;
	top:20px;
	left:20px;
	float:left;
	border:1px solid #E1DFD0;
	background:#FFF none repeat scroll 0 0;
}

.div_caja_menu_usuario {
	position:relative;
	width:160px;
	height:165px;
	top:0px;
	border:1px solid #E1DFD0;
	background:#FFF none repeat scroll 0 0;
}

.div_caja_menu_noticias {
	position:relative;
	width:160px;
	height:145px;
	top:20px;
	border:1px solid #E1DFD0;
	background:#FFF none repeat scroll 0 0;
}

.div_contenedor_centro{
	position:relative;
	width:836px;
	height:680px;
	padding:2px;
}

.div_contenedor_abajo {
	position:relative;
	width:836px;
	height:10px;
	padding:2px;
}

#nombre_usuario, #nombre_grupo{
	color:#b1aFa0;
	font-size:12px;
}
