

/* *ALL* accordions must specify a width for their content panels. Here, we
 * are overriding the default content panel height (200px) to be something else.
 */

#Acc2 .Content {
	height: 20px;
}

#Acc2 .Content, #Acc3 .Content, #Acc4 .Content, #Acc5 .Content, #Acc6 .Content, #Acc8 .Content {
	height: 30px;
}


/* Specifying the width of an accordion is optional. If not specified, it will
 * expand horizontally as much as it can.
 */
#Acc1, #Acc7, #Acc10 {
	
	width: 160px;  /* contenido del accordion */
	margin: 4px;
	
}


span.AccordionPanelContent {
	display: block;
}

/* Here's an example of an accordion Aqua Gradient theme that uses
 * different class names from the ones used in SpryAccordion.css,
 * to style the different parts of the accordion.
 */
.AquaAccordion {
	border-left: solid 1px #6C9285;  /* los colores del borde del cuadro  */ 
	border-right: solid 1px #6C9285;
	border-bottom: solid 1px #6C9285;
	border-top: solid 1px #6C9285;
	overflow: hidden;
	
	
	/*font-family: "BankGothic Md BT", Times, serif;*/
	font-family: verdana, Times, serif;
	font-size: 12px;
	color: #336666;
	border: 1px;
	
	
}

.AquaAccordion .Tab {
	height: 24px;
	width: 160px;
	background-image: url(/images/ajax.jpg);
	background-repeat: repeat-x;
	background-color: #B2C8BC;   /*  EL COLOR GRIS VERDE  */
	
	/*background-color: #6dc1fc; */  
	border-top: solid 1px #6B9186;   /* lineas del borde ajax appli   */ 
	border-bottom: solid 1px #6B9186;
	margin: 0px;
	padding: 2px;
	

	
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
    font-family: verdana, Times, serif;
	
}

.AquaAccordion .Content {
	overflow: auto;
	margin: 0px;
	padding: 0px;

	
	background-image: url(/images/Spry/gray-gradient.gif);
	
	background-repeat: repeat-x;
	width: 160px;
	height:80px;
	 padding-left: 5px;
	
	
	
}



.AquaAccordion .hover {
	background-image: none;
	background-color: #99CC99;
}

.AquaAccordion .open {
	font-family: verdana, Times, serif;
	
	
	
	
}


.AquaAccordion .closed {
	/* Add properties here. */
}

.AquaAccordion .focused {
	/* Add properties here. */
}




