div#test-accordion{
    border: 0px solid #343230;
	padding:10px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:665px;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;
	background-position:center bottom;
	cursor: pointer;
	margin-bottom:1px;
	border-top:0px solid #5d5852;
	background-image: url(../../gramos/linea_punteada.png);
	background-repeat: no-repeat;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 16px;
	color:#666;
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image: url(../../gramos/linea_punteada.png);
	background-color:FFF;
	border-top:0px solid #a06b55;
}

div.accordion-content{
	overflow: hidden;	/* required for effect */
	padding:5px;
	color:#666;
	border-bottom:0px solid #000000;
	height: auto;
}
.tex{
	font-family: 'times new roman', times, serif;
color: #292828;
font-size: 22px;
text-align: center;
letter-spacing: -0.2pt;
word-spacing: 2pt;
line-height: 0.9;
}
#div_quotes {
	float: right;
	height: auto;
	width: 425px;
}
#quotes {
	float: left;
	height: auto;
	width: 220px;
	padding-top: 50px;
}

.textotitulos{
	font-family: verdana, sans-serif;
	color: #ED174F;
	font-size: 12px;
	font-weight: bold;
}

.textoresalte{
	font-family: verdana, sans-serif;
	color: #525050;
	font-size: 10px;
	font-weight: bold;
}





/* pages */




  .content {
	width:425px;
	float: right;
}
  .examples { border: 0px solid #333333; margin: 1em 0; }
  .examples p { padding: 5px; margin: 0; }
  .nav {
	background: #ED174F;
	border-top: 0px solid #333333;
	padding: 5px;
}
  .nav a { padding: 0 5px; color:#a9a9a9; text-decoration: none;}
  .nav a.highlight { color: #e7e7e7; font-weight: bold; }		

.textnormal{
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 11px;
	text-align:left;
}
