	
		/*
			Vertical Accordions
		*/
		.acordeon_vertical{
	font-weight: bold;
	font-size: 10px;
	color: #000;
	font-family: verdana;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
		}
		.accordion_toggle {
	height: 22px;
	width: 100%;
	background: url(../images/bg_menu_off.png);
	padding: 4px 0px 0px 0px;
	font-size: 10px;
	cursor: pointer;
	background-repeat: repeat-x;
	color: #FFF;
		}

		.accordion_toggle:hover {
	color: #FFFF33;
	background-image: url(../images/bg_grad2_rojo.png);
	background-position:center;
	background-repeat: repeat-x;
}
		
		.accordion_toggle_active {
			height: 22px;
			width: 180px;
			background: url(../images/bg_menu.png);
			font-size: 12px;
			cursor: pointer;
			color:#009
		}
		.accordion_content{
	text-align:left;
	vertical-align: middle;
		}

		.accordion_content li{
	height:18px;
	font-size:7pt;
	background-image:url(../images/bg_submenu_off.png);
	background-position:center;
	background-repeat: repeat-x;
	padding: 3px 0 0 0;
		}
		
		.accordion_content li:hover{
	cursor:pointer;
		}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg);
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
 
		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg);
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
 
		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
 
			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
 
			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}

 

