
		
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 38px;
			width: 190px;
			background: url(imagen/menu5.jpg);
						line-height: 38px;

			font-family:Arial,Verdana,Helvetica;
			font-weight: bolder;
			text-decoration: none;
			text-align:center;
			padding:0px;
			outline: none;
			font-size: 13px;
			color: #041600;
					cursor: pointer;
					
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(imagen/menu4.jpg) ;
			color: #ffffff;
			font-family:Arial,Verdana,Helvetica;
			font-weight: bolder;
			text-decoration: none;
			text-align:center;
			
			
		}
		
		.accordion_content {
			background-color: #21548b;
			color: #444444;
			overflow: hidden;
					height: 38px;
		}
			
		.accordion_content ul{
			
list-style-type: none;
text-align:left;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
width: 190px; /*width of menu*/
}

.accordion_content ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.accordion_content ul li a{
font: normal 11px Verdana;
font-weight: bolder;
color:#3C3C3C;
background: url(imagen/menu3.jpg);
display: block;
padding:4px 0;
line-height: 28px;
padding-left: 25px; /*link text is indented 8px*/
text-decoration: none;
}

.accordion_content ul li a:visited{ 
color:#3C3C3C;
}

.accordion_content ul li a:hover{ /*hover state CSS*/
color:#3C3C3C;
background: url(imagen/menu6.jpg);}

.accordion_content ul{
list-style-type: none;
text-align:left;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				background-color: #21548b;
				font-family:Arial,Verdana,Helvetica;
				color:#ffffff;
				font-size: 13px;
			font-weight: bolder;
			text-decoration: none;
				padding: 5px 5px 5px 5px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 80px;
			padding: 0 10px 0 10px;
			line-height: 30px;
			
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			
			
			cursor: pointer;
			margin: 0 0 0 0;
		}

		
		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			
  			
		/*
			Horizontal Accordion
		*/
		
		
		
		
		
    	