/* CSS Document */


		.accordion_toggle {
			display: block;
			height: 23px;
			width: 100%;
			background: url(../images/bullet_flechaazul.gif) no-repeat top left #fff;
			padding: 5px 0 0 0;
			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;
		}
		.titulo_acordeon {
		
		padding: 0 0 0 15px;
		color:#000;
		font-size:1.2em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold
		
		}
		
		.accordion_toggle_active {
			background: url(../images/bullet_flechaazul.gif) no-repeat top right #d87300;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			.accordion_content ul li {padding: 0 5px 8px 8px;}
			.accordion_content li { background: url(../imagenes/bullet_flechaazul.gif) no-repeat 0 5px; padding: 0 0 8px 8px; display:block}
		.vertical_accordion_toggle {
			display: block;
			float:left;
			height: 30px;
			width: 100%;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			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) no-repeat top right #e0542f;
			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;
			}



