/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
pre, code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
#txt_formulario {
	color:#000;
	font-size: 12px;
	text-align:right;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FF0;
	padding-left:10px;
	border-bottom: #FF0 2px solid;
}

h2 {  
    font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:right;
	padding-right:10px;
}


h3 {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
}


h4 {  
    font-size: 18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #630;
	text-align:center;
}



h5 {  font-size: 17px;}
h6 {  font-size: 15px;}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {  list-style: decimal;}
ul {  list-style: disc;}
li {  margin-left: 30px;}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure { margin-bottom: 20px;}
