
#accordion {
	float:left;
	background-attachment: scroll; 
	background-color:#EFEFEF;
	background-repeat:repeat;
	color:#000;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-color:#999999;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
	text-align:justify;
	width:350px;
	margin-top:5px;
	font-size:13px;
	
}

#div,#accordion h3{
	background:url(../../../../plantillas/img/menos2.png) no-repeat; 
	background-position:320px 0px;
	border-left:1px  #999999;
	border-right:1px  #999999;
	border-top:1px  #999999;
	margin-top:8px;
	width:347px;
}
 
#accordion h3.hover {
	background-color: #e3e2e2;
}

#accordion h3.active {
	background:url(../../../../plantillas/img/mas2.png) no-repeat; 
	background-position:320px 0px;
	margin-top:8px;
	
}

.cuerpo_contenido{
background:#efefef;
	padding:10px 5px 10px 10px;
	float:left;
	margin-left:1px;
}

.contenedor_contenido {
	margin-bottom:15px;
	margin-right:5px;
}
