body {
  margin: 0 auto;
  padding: 0;
  background: #d4ccaa url(fondo.jpg) repeat-y scroll center top;
}
.Caja {
  position: relative;
  z-index: 0;
  margin-top: 180px ! important;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  min-width: 55px;
  min-height: 55px;
}
.CajaSup {
  margin: 0px;
  padding: 0px;
  width: 980px;
  height: 75px;
  background-image: url(CajaSup.png);
  background-position: left top;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  
  /*hack IE solo el Ie ignora los comentarios*/  /* a�ado hack guion bajo solo para ie 6 */
  // _background: none; /* Eliminamos el fondo cargado por el CSS general */  // _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="./res/CajaSup.png",sizingMethod="image");  // _background-repeat:no-repeat;

  
}
.CajaCen {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-image: url(CajaCen.png);
  background-position: left top;
  background-repeat: repeat-y;
  width: 980px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  position: relative;
    /*hack IE asi que aprovecho los comentarios para redefinir fallos ie*/
  /* anulo el hack de enmedio porque si no no funcionan los enlaces en IE * /
   // background: none;
  // filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="./res/CajaCen.png",sizingMethod='scale');
  // background-repeat: no-repeat;
  /* */
  /*hack IE asi que aprovecho los comentarios para redefinir fallos ie*/
}
.CajaInf {
  width: 980px;
  height: 50px;
  background-image: url(CajaInf.png);
  background-position: center bottom;
  float: left;
  
   /*hack IE el resto navegadores lo consideran comentarios */  /* a�ado hack guion bajo solo para ie 6 */
  // _background: none;  // _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="./res/CajaInf.png",sizingMethod="image");  // _background-repeat: no-repeat;
}
.Cuerpo {
  margin: 0px 15px;
  padding: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.mimenu {
  border:  none;
  margin: 0;
  padding: 35px 40px 0px;
  list-style-type: none;
  display: block;
  z-index: 10;
}
.mimenu li {
  border:  none;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0% 50%;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}
.mimenu ul li {
  clear: both;
}
.mimenu a {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 25px;
  display: block;
  background-image: url(MenuItem.png);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin-right: 2px;
  margin-left: 2px;
  color: #373b35;
  line-height: 29px;
}
.mimenu a:hover {
  top: -3px;
  color: #339933;
  height: 28px;
  background-position: 0 -29px; 
}

.mimenu .PagActual {
  top: 3px;
  color: #339933;
  height: 25px;
  background-position: 0 -56px; 
}

.mimenu .PagActual:hover {
  top: 0px;
  color: #00CC66;
  height: 26px;
  background-position: 0 -56px; 
}








a:link {
	text-decoration: none;
 	color: #444444;
}

a:visited {
	text-decoration: none;
	color: #444444;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

.current {
	font-weight: bold;
 	color: #000000;
	background-color: #eeeeee;
}

.cthumb {
	background-color: #dddddd;
	border: 0px;
}

.thumb {
	background-color: #eeeeee;
	border: 0px;
}

.image { border: 1px solid #aaaaaa;}
a:link .image {  border-color: #aaaaaa;}
a:visited .image {  border-color: #aaaaaa;}
a:hover .image { border-color: #ffffff;}

.mthumb { border: 1px solid #aaaaaa;}
a:link .mthumb {  border-color: #aaaaaa;}
a:visited .mthumb {  border-color: #aaaaaa;}
a:hover .mthumb { border-color: #ffffff;}

.slideImage { border-width: 4px; border: 4px solid; border-color: #aacf8b;}
a:link .slideImage { border-color: #aacf8b;}
a:visited .slideImage { border-color: #aacf8b;}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #CCCCCC;
}

.title a:link {
	text-decoration: none;
	color: #888888;
}

.title a:visited {
	text-decoration: none;
	color: #888888;
}

.title a:hover {
	text-decoration: none;
	color: #000000;
}

.infotable {
	border: 1px solid #eeeeee;
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #eeeeee;
}

.infotable table {
	border-collapse: separate;
}

.infotable table td {
	border: 0px;
}

.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #888888;
}

.comment {
	color: #888888;
	font-weight: bold;
	font-size: 100%;
}

.smalltxt {
	color: #aaaaaa;
	font-size: 90%;
}

.xsmalltxt {
	color: #aaaaaa;
	font-size: 80%;
}

.newlabel {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}
