@charset "utf-8";
/* CSS Document */
/*  CAPAS CONTENEDORAS  */
 
#izquierda  {
  width: 170px;
  float: left;
  }
 
.derecha {
	width: 648px;
	float: left;
  }
  .derecha1 {
	width: 600px;
	float:left ;
  }
 
/*  ELEMENTOS DEL MENU LATERAL  */
 
#menu0 {
  padding:0;
  margin:0 auto;
  list-style-type:none;
  width:160px;
  height:312px;
  }
#menu0 li a {
  height:30px;
  width:160px;
  float:left;
  border-bottom:2px solid #fff;
  overflow: hidden;
  }
#menu0 li a img {
  border:0;
  }
#menu0 li a:hover {
  height:120px;
  }
 
/*  ELEMENTOS DEL MENU SUPERIOR */
 
#menu22 {
  padding:0;
  margin:0 auto;
  list-style-type:none;
  height:120px;
  width:354px;
  }
#menu22 li a {
  width:30px;
  height:120px;
  float:left;
  border-right:2px solid #fff;
  overflow: hidden;
  }
#menu22 li a img {
  border:0;
  }
#menu22 li a:hover {
  background:#eee;
  width:160px;
  }
 
/*  ELEMENTOS DE LA GALERIA DE IMAGENES */
 
#galeria {
	background: url(images/perf12.jpg) no-repeat right top;
	padding: 0;
	list-style-type: none;
	height: 300px;
	width: 648px;
	/* [disabled]border: 1px solid #888; */
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
  }
 #galeria li {
	width: 33px;
	height: 20px;
	float: left;
	border-left: 2px solid #000;
  }
#galeria li img {
	height: 20px;
	width: 33px;
	border: 0;
  }
#galeria li:hover {
  background:#eee;
  width:400px;
 height: 300px;
  }
#galeria li:hover img {
  width:400px;
  height: 300px;
  }

#galeria1 {
	background: url(images/camp12.jpg) no-repeat right top;
	padding: 0;
	list-style-type: none;
	height: 300px;
	width: 648px;
	/* [disabled]border: 1px solid #888; */
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
  }
#galeria1 li {
	width: 33px;
	height: 20px;
	float: left;
	border-left: 2px solid #000;
  }
#galeria1 li img {
	height: 20px;
	width: 33px;
	border: 0;
  }
#galeria1 li:hover {
  background:#eee;
  width:400px;
  height: 300px;
  }
#galeria1 li:hover img {
  width:400px;
  height: 300px;
  }
