/*
body {
  background-color: #FAF9F3;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small;
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #AE0000;
}

.text1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
}

.derecha {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
  text-align: right;
  float: right;
  vertical-align: top;
}

.miembrode {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  text-align: right;
}
*/

/* INICIO MENU ------------------------------------------------------------- */

	#container {
	  background-color: #96B5C5;
		margin: 0 auto 0 auto;
		/*border-bottom: 1px solid #96B5C5;
		border-left: 1px solid #96B5C5;
		border-right: 1px solid #96B5C5;*/
	}
	
	#bottom_container {
		clear: both;
		width: 100%;
	}
	
	h1 {
	  background-color: #FFFFFF;
		color: #000000;
		font-size: 5px;
		font-weight: bold;
		margin: 5px 0 5px 0;
		text-align: left;
	}
	
	.accordion_toggle {
		display: block;
		height: 24px;
		/*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a; */
		padding: 0 10px 0 10px;
		line-height: 24px;
		color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		outline: none;
		font-size: 12px;
		color: #0080C0;
		/*border-top: 1px solid #96B5C5;*/
		cursor: pointer;
		margin: 0 0 0 0;
	}
	
	.accordion_toggle_active {
		/*background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
		/* color: #ffffff; */
		/*border-top: 1px solid #96B5C5;*/
	}
	
	.accordion_content {
		overflow:hidden;
		text-align: left;
		display: none;
	}	

/* FIN MENU ---------------------------------------------------------------- */

