/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	color: #374f99;	
}


h1, h2 {
	/* line-height: 36px; */
	margin-bottom: 18px;
}

h1, h2, h3, h4 {
	margin-top: 18px;
}

/* h3, h4, h5, h6 {
	line-height: 18px;
} */

h1 {
	font-size: 22px;
	top: 5px;
}
h2 {
	font-size: 16px;
	top: 8px;
}
h3 {
	font-size: 15px;
	top: 1px;
}
h4 {
	font-size: 12px;
	top: 2px;
}
h5 {
	font-size: 15px;
	top: 4px;
}
h6 {
	font-size: 13px;
	top: 5px;
}


a {
	color: #950200;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 25px 0;
	/* padding: 0 0 10px 0; */
}

#content p {
	line-height: 1.75em;
}

#content img {
	border-color: #D6D6D6;
	border-style: solid;
}

#content ul {
	margin: 20px 0;
	padding: 15px 20px;
	background-color: #F2F2F2;
	border: 1px solid #d6d6d6;
}

#content ul.mapa_str {
	border: 0;
	background: 0;
}

#content ul.mapa_str ul {
	margin: 20px 0;
	padding: 15px 20px;
	background-color: #F2F2F2;
	border: 1px solid #d6d6d6;
}

#content ul li {
	list-style: none outside url(none);
	background: transparent url(../images/li_item.gif) no-repeat left 5px;
	padding: 1px 0 2px 14px;
	color: #231F20;
	font-weight: normal;
}


input {
  	/* font-size: 11px; */
  	background-color: white;
  	color: black;
} 

input:focus {
  	border: 2px #5663A9 solid;
}  

div#content img {
  	/* margin: 0 0 10px 20px;
  	float: right; */
}

a img {
  	border: 0;
}

ul, li {
  	margin: 0;
  	padding: 0;
}

img, div, a {
  	/* behavior: url(css/iepngfix.htc) */ /* IE PNG Fix v1.0, (c) 2004-2008 Angus Turnbull http://www.twinhelix.com */
}

/**************** UTILS ****************/

.no_display {
  display: none;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}


/**************** TABLES (for fck too) ****************/

.form_table1 {
	/* border: 1px solid #F2F2F2; */
}

.form_table1 td {
	padding: 2px 4px;
	vertical-align: top;
}

.form_table1 tr.rowl td {
	vertical-align: middle;
	
}

.form_table1 tr table tr.rowl {
	/* background-color: #D9D9D9; */
	border-bottom: 1px #F2F2F2 solid;
}

.form_table1 tr table tr.rows {
	/* background-color: #F2F2F2; */
}

.form_table1 tr table tr.rowl td {
	/* background-color: #D9D9D9; */
	border-bottom: 1px #D9D9D9 solid;
}


.form_table1 p {
	margin: 0 0 4px 0;
}

#content .form_table1 ul {
	background-color: transparent;
}

#content .form_table1 ul li {

}

.form_table1 h2 {
	padding: 5px 10px 0 10px;
	margin: 0;
	font-weight: bold;
}

.form_table1 h3 {
	padding: 0 10px 5px 10px;
	margin: 0;
	color: #231F20;
	text-transform: none;
	
}

p.pinputs {
	margin: 0;
	padding: 0;
}
