/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
}

/* 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-bottom: 10px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") 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 tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-transform: uppercase;
	color: #333333;
	font-size: 90%;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") 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 content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
}


.AccordionPanelOpen .AccordionPanelTab {

}


.AccordionPanelTabHover {

}
.AccordionPanelOpen .AccordionPanelTabHover {

}
.AccordionPanelContent a {
	font: 10px/10px Lucida, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	display: block;
	height: 1%;
	background: url(transparent);
	padding: 4px 10px 4px 25px;
}
.AccordionPanelContent a:hover {
	color: #CC00CC;
}
.AccordionPanelContent a.activo {
	background: url(../imgcss/animActivo.gif) no-repeat 6px 0px;
}
.AccordionPanelContent li {
	padding-bottom: 2px;
}
/*  -------- ROLL OVER --------------------------
---------------------------------------------
---------------------------------------------
---------------------------------------------
---------------------------------------------
 */.AccordionPanelTab a {
	display: block;
	height: 21px;
	width: 180px;
	text-indent: -9999px;
}
/* ---------------en exposicion */
.expo a {
	background: url(../imgcss/navX.gif) 0px 0px;
}
.expo a:hover {
	background: url(../imgcss/navX.gif) -180px 0px;
}
body.exposicion .expo  a, body.exposicion .expo a:hover {
	background: url(../imgcss/navX.gif) -360px 0px;
}
/* ------- articulos */
.arti a {
	background: url(../imgcss/navX.gif) 0px -21px;
}
.arti a:hover {
	background: url(../imgcss/navX.gif) -180px -21px;
}
body.articulos .arti  a,body.articulos  .arti a:hover {
	background: url(../imgcss/navX.gif) -360px -21px;
}
/* ------- Doc */
.docu a {
	background: url(../imgcss/navX.gif) 0px -42px;
}
.docu a:hover {
	background: url(../imgcss/navX.gif) -180px -42px;
}
body.documentos .docu  a,body.documentos .docu a:hover {
	background: url(../imgcss/navX.gif) -360px -42px;
}
.contact /* ------- Cont */
 a  {
	background: url(../imgcss/navX.gif) 0px -63px;
}
.contact  a:hover  {
	background: url(../imgcss/navX.gif) -180px -63px;
}
body.contacto  .contact   a,body.contacto  .contact  a:hover {
	background: url(../imgcss/navX.gif) -360px -63px;
}
/* ------- Mapa */
.map a {
	background: url(../imgcss/navX.gif) 0px -84px;
}
.map a:hover {
	background: url(../imgcss/navX.gif) -180px -84px;
}
body.mapa .map  a,body.mapa  .map a:hover {
	background: url(../imgcss/navX.gif) -360px -84px;
}
/*  -------- bastones y esquinas --------------------------
---------------------------------------------
---------------------------------------------
---------------------------------------------
---------------------------------------------*/
.exposicion #nav1  {
	background: #FFFFFF url(../imgcss/navCurvExpo.gif) no-repeat right 28px;
}
.articulos #nav1  li.baston {
	background: url(../imgcss/navBastonArti.gif)  repeat-y right;
}
.articulos #nav1 {
	background:  #FFFFFF url(../imgcss/navCurvArti.gif) no-repeat right  28px;
}
.documentos #nav1  li.baston {
	background: url(../imgcss/navBastonDoc.gif)  repeat-y right;
}
.documentos #nav1 {
	background:  #FFFFFF url(../imgcss/navCurvDoc.gif) no-repeat right 28px;
}
.contacto #nav1  li.baston {
	background: url(../imgcss/navBastonCont.gif)  repeat-y right;
}
.contacto #nav1 {
	background:  #FFFFFF url(../imgcss/navCurvCont.gif) no-repeat right 28px;
}
.mapa #nav1  li.baston {
	background: url(../imgcss/navBastonMap.gif)  repeat-y right;
}
.mapa #nav1 {
	background:  #FFFFFF url(../imgcss/navCurvMap.gif) no-repeat right 28px;
}
a.seo {
	position: absolute;
	left: 50%;
	top: 50px;
	font-size: 10px;
	text-transform: lowercase;
	color: #333333;
	text-decoration: none;
}
