 BODY{
      background: url('images/fondo.gif') center repeat-y;
   }
.tabla {
	border: thin solid #333366;
	list-style-position: outside;
	list-style-type: circle;
}
/* contentpagetitle descripcion de los títulos de la pagina */
.contentpagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #A01212;
	text-align:left;
}

.bordeSuperior {
	BORDER-RIGHT: 0px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 0px solid; BORDER-BOTTOM: 0px solid
}
.bordeContenedor {
	BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid
}
.textoContenedor {
	FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}



DIV.Noticias .bordeSuperior {
	BORDER-LEFT-COLOR: #7c6b8d; BORDER-BOTTOM-COLOR: #7c6b8d; BORDER-TOP-COLOR: #7c6b8d; BORDER-RIGHT-COLOR: #7c6b8d
}
DIV.Noticias .bordeContenedor {
	BORDER-LEFT-COLOR: #7c6b8d; BORDER-BOTTOM-COLOR: #7c6b8d; BORDER-TOP-COLOR: #7c6b8d; BORDER-RIGHT-COLOR: #7c6b8d
}
DIV.Noticias .textoContenedor {
	COLOR: #7c6b8d; BACKGROUND-COLOR: #e6ddee
}


DIV.Directorio .bordeSuperior {
	BORDER-LEFT-COLOR: #8c8d6b; BORDER-BOTTOM-COLOR: #8c8d6b; BORDER-TOP-COLOR: #8c8d6b; BORDER-RIGHT-COLOR: #8c8d6b
}
DIV.Directorio .bordeContenedor {
	BORDER-LEFT-COLOR: #8c8d6b; BORDER-BOTTOM-COLOR: #8c8d6b; BORDER-TOP-COLOR: #8c8d6b; BORDER-RIGHT-COLOR: #8c8d6b
}
DIV.Directorio .textoContenedor {
	COLOR: #8c8d6b; BACKGROUND-COLOR: #e6e7d7
}



.bordetabla {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
ul li a {
	
	text-decoration: none;
	color: #777;
	background: #fff;
	
	
	}
	
	
	.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
