@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* 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 {
	width: auto;
	border:0px;
	/*border-bottom: solid 1px gray;*/
	overflow: hidden;
	height:auto;
	float:left;
}

/* 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;
	width:505px; 
	height:auto;
	margin-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.
 */
/*.AccordionPanelTab { 
	background-color:transparent;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height:19px;
	border-bottom:0px;
    color:White;
    width:220px;
	background-position: left bottom;
    background-image: url(../publico/Imagenes/fondosubmenu.jpg); 
    background-repeat: no-repeat; 
   }*/
   
  .AccordionPanelTab
	{
		width:auto;
		overflow:hidden;
		cursor:pointer;
		/*background-color:#C0C0C0;*/
	} 

/* 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;
	color:inherit;
	padding:0px 20px;
	
}
.AccordionPanelContent li 
{
	list-style-type:square;
	
}

/* 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:black;
	color:inherit;
}

/* 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:inherit;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color:inherit;
}

/* 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: black; 
	color:inherit;
}

/* 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:black;
	color:inherit;
}

.titulosEstabIzq
{
	background-image:url(../../../imagenes/barraLeft.jpg);
	height:24px;
	width:13px;
	float:left;
}

.titulosEstab
{
	background-image:url(../../../imagenes/barraCenter.jpg);
	padding-top:4px;
	height:20px;
	width:479px;
	float:left;
}

.titulosEstabDer
{
	background-image:url(../../../imagenes/barraRight.jpg);
	height:24px;
	width:13px;
	float:left;
}

.titulosEstabIzq1E
{
	background-image:url(../../../imagenes/barraLeftT.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:24px;
	width:13px;
	float:left;
}

.titulosEstabIzq1B
{
	background-image:url(../../../imagenes/barraLeftB.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	height:auto;
	width:auto;
	float:left;
}

.titulosEstab1E
{
	background-image:url(../../../imagenes/barraCenterT.png);
	background-position:top left;
	background-repeat: repeat-x;
	padding:4px 0px;
	min-height:16px;
	height:auto;
	width:479px;
	float:left;
}

.titulosEstab1B
{
	background-image:url(../../../imagenes/barraCenterB.png);
	background-position:bottom left;
	background-repeat: repeat-x;
	height:auto;
	width:auto;
	float:left;
}

.titulosEstabDer1E
{
	background-image:url(../../../imagenes/barraRightT.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:24px;
	width:13px;
	float:left;
}

.titulosEstabDer1B
{
	background-image:url(../../../imagenes/barraRightB.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#C0C0C0;
	width:auto;
	float:left;
}

.titulosEstabIzq1
{
	background-image:url(../../../imagenes/barraLeft.jpg);
	background-color:White;
	height:24px;
	width:13px;
	float:left;
}

.titulosEstab1
{
	background-image:url(../../../imagenes/barraCenter.jpg);
	background-color:White;
	padding-top:3px;
	height:21px;
	width:479px;
	float:left;
}

.titulosEstabDer1
{
	background-image:url(../../../imagenes/barraRight.jpg);
	background-color:White;
	height:24px;
	width:13px;
	float:left;
}

.titulosEstabIzq2, .titulosEstabIzq3, .titulosEstabIzq4, .titulosEstabIzq5, .titulosEstabIzq6, .titulosEstabIzq7, .titulosEstabIzq8, .titulosEstabIzq9, .titulosEstabIzq10
{
	background-image:url(../../../imagenes/barraLeftC.png);
	background-color:White;
	height:24px;
	width:13px;
	float:left;
}

.titulosEstab2,.titulosEstab3, .titulosEstab4, .titulosEstab5,.titulosEstab6, .titulosEstab7, .titulosEstab8,.titulosEstab9, .titulosEstab10
{
	background-image:url(../../../imagenes/barraCenterC.png);
	background-color:White;
	padding-top:3px;
	height:20px;
	width:479px;
	float:left;
}

.titulosEstabDer2, .titulosEstabDer3, .titulosEstabDer4, .titulosEstabDer5, .titulosEstabDer6, .titulosEstabDer7, .titulosEstabDer8, .titulosEstabDer9, .titulosEstabDer10
{
	background-image:url(../../../imagenes/barraRightC.png);
	background-color:White;
	height:23px;
	width:13px;
	float:left;
}
