  #window{
	  width:1035px;
	  height:804px;
	  max-height:804px;
	  max-width:1035px;
	  margin-left:auto;
	  margin-right:auto;
	  margin-bottom:1%;
	  position:relative;
	  font-family:Tahoma, Geneva, sans-serif;
	  }
  
  #menu1{
	  position:absolute;
	  height:138px;
	  width:1035px;
	  z-index: 0;
	  visibility: visible;
	  }
 
  
  #body{
	  height:666px;
	  width:1035px;
	  background-image:url(../img/body1.jpg);
	  background-repeat:no-repeat;
	  background-position:top;
	  max-height:666px;
	  max-width:1035px;
	  position:absolute;
	  z-index: 1;
	  top: 139px;
	  visibility: visible;
	  
	  }
  
  #Caja_1{
	  font-size:11px;
	  text-align:justify;
	  color:#666;
	  padding:1%;
	  z-index:2;
	  position:absolute;
	  left:64px;
	  top:0px;
	  z-index: 5;
	  width:376px;
	  height:479px;
	  }
  #Footer{
	font-size:10px;
	text-align:justify;
	color:#666;
	padding:1%;
	z-index:2;
	position:absolute;
	left:64px;
	top:480px;
	z-index: 5;
	width:376px;
	height:80px;
	  }
  #img_caja{
	  position:absolute;
	  left:495px;
	  top:0px;
	  z-index: 5;
	  width:442px;
	  height:666px;
  	  }
  
  #gic{
	  top:610px;
	  left:961px;
	  height:75px;
	  width:58px;
	  color:#999;
	  font-size:9px;
	  position:absolute;
	  font-family:Tahoma, Geneva, sans-serif;
	  z-index:1;
	  visibility: visible;
  	  }
  
	  
  .Texto_A{
	  
	  left:0px;
	  top:0px;
	  font-size:11px;
	  text-align:justify;
	  color:#666;
	  position:relative;
	  margin:4%;
	  padding-top:4%;
	  z-index:2;
	  }
  .Texto_Direccion{
	  left:35px;
	  top:-60px;
	  font-size:10px;
	  color:#666;
	  position:relative;
	  margin:2%;
	  z-index:10;
	  visibility:visible;
	  }
 
  .Magenta {
	  color: #F0F;
	  font-weight: bold;
	  border-top-width: 1px;
	  border-right-width: 1px;
	  border-bottom-width: 1px;
	  border-left-width: 1px;
	  border-top-style: none;
	  border-right-style: none;
	  border-bottom-style: dashed;
	  border-left-style: none;
	  border-top-color: #999;
	  border-right-color: #999;
	  border-bottom-color: #999;
	  border-left-color: #999;
  }
  .Fucsia{color:#939;}
  .GrisClaro{color:#999;}
  .125 {font-size:125%;}
  .85{font-size:90%}
  a:link, a:visited, a:active, a:hover {
	  text-decoration: none;
	  color:#939;
	  font-weight: bold;
	  border-bottom-width: 1px;
	  border-top-style: none;
	  border-right-style: none;
	  border-bottom-style: dashed;
	  border-left-style: none;
	  border-bottom-color: #999;
  
  }
  
  li {margin-bottom:4px;}
  img a:link, a:visited, a:active, a:hover { text-decoration:none; border:0px; border-bottom-style:none; border-width:none}
  
#simplegallery1{ 
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border:#FFF solid 4px;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
font-size:10px;
color:#F69;
padding-left:10px;
padding-top:15px;
}

#simplegallery1 .gallerystatus {
text-align: center;
font-size:10px;
color:#F69;
}






/* ACORDEON */






Accordion {
	overflow: hidden;
	border: #FFF 1px solid;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	border-bottom-style:dashed #3F0 1px;
}


.AccordionPanelTab {
	background-color:#F4F4F4;
	border-left: none;
	border-right: none;
	border-bottom:1px dashed #999;
	margin: 0px;
	padding: 3px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height:55px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color:#F9F;
	color:#FFF;
	border-left: none;
	border-right: none;
	border-bottom-style:dashed #3F0 1px;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color:#F30;
	border-bottom:dashed #000 1px;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color:#F60;

}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color:#FFF;	
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color:#F6C;
	color:#FFF;
}


