/* Titulo 1 */
h1 {
	font-family: "Helvetica";
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin-bottom: 4px;
	margin-top: 4px;	
}

/* Titulo 2 */
h2 {
	font-family: "Helvetica";
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* Titulo 3 */
h3 {
	font-family: "Helvetica";
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-bottom: 10 px;
}

/* Titulo 4 */
h4 {
	font-family: "Helvetica";
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-bottom: 6px;
	margin-top: 6px;
}

/* Titulo 5 */
h5 {
	font-family: "Verdana";
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin-bottom: 6px;
}

/* Titulo 6 */
h6 {
	font-family: "Verdana";
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-bottom: 6px;
}

span.subtitulo {
	font-family: "Verdana";
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-bottom: 6px;
	/*margin-top: 6px;*/
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  font-size: 18px;
  display: inline;
}

p.description_thumb {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: #222222;
	margin-bottom: 6px;	
	margin-top: 6px;
	margin-right: 6px;	
	margin-left: 6px;	
}

