/*  960 Grid System ~ Text CSS.  Learn more ~ http://960.gs/  Licensed under GPL and MIT.*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

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:35px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#FFFFFF;
	text-align: center;
	padding-left:0px;
	
}

h2 {
  font-size: 30px;
}

h3 {
	font-size: 28px;
	font-family:  
		Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:#1C2BA2;
}

h4 {
	font-size: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a047f;
	text-align: left;
}

h5 {
  font-size: 20px;
}


h6{
	background:url(../images/h6.png) no-repeat left top;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#1a047f;
	line-height:22px;
	text-align:justify;
	font-weight:normal;
	padding-left:25px;
	margin-top:0px;
	margin-bottom:7px;
}

h7 {
	font-size: 30px;
	font-family:  
		Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:#1C2BA2;
}

/* `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;
}
.txt_destacado {
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}
.txt_general {
	font-size: 16px;
	text-align: justify;
	color: #333;
}
.txt_generalint {
	font-size: 13px;
	text-align: justify;
	color: #000000;
	background-color:#FFF; opacity:0.75;
	padding:10px;
	border-radius:10px;
	
}
strong{
	color:#006;
	font-size: 13px;
	text-align: justify;
	}
.h4 {
}
.h7 {
}
