body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #d6ffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.fieldForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fffff;
	border: 1px solid #184E48;
	padding: 2px;
}
.ButtonSend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #BDEAE6;
	border: 1px solid #184E48;
	padding: 2px;
}
.ButtonSend:hover {
	background-color: #5ECCC1;
}
#container {
	width: 854px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header #headerTable {
	margin-bottom: 15px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	zoom: 1;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
#mainContent h1  {
	font-size: 22px;
	color: #65160F;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 7px;
}
#mainContent h2  {
	font-size: 20px;
	color: #184E48;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainContent h3 {
	font-size: 16px;
	color: #65160F;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainContent h4 {
	font-size: 14px;
	color: #65160F;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainContent h2 a {
	color: #184E48;
	text-decoration: none;
}
#mainContent h2 a:hover {
	color: #65160F;
	text-decoration: underline;
}
#mainContent h3 a {
	color: #184E48;
	text-decoration: none;
}
#mainContent h3 a:hover {
	color: #65160F;
	text-decoration: underline;
}
#mainContent h4 a {
	color: #184E48;
	text-decoration: none;
}
#mainContent h4 a:hover {
	color: #65160F;
	text-decoration: underline;
}
#mainContent p  {
	zoom: 1;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #000;
	text-align: justify;
}
#mainContent p a {
	color: #184E48;
	text-decoration: none;
	font-weight: bold;
}
#mainContent p a:hover {
	color: #65160F;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent ol {
	font-size: 14px;
	padding-left: 20px;
}
#mainContent ul  {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mainContent ul li a {
	color: #184E48;
	text-decoration: none;
}
#mainContent ul li a:hover {
	color: #184E48;
	text-decoration: underline;
}
#mainContent table tr td a {
	color: #184E48;
	text-decoration: none;
}
#mainContent table tr td a:hover {
	color: #184E48;
	text-decoration: underline;
}

.horizontal_dotted_line { 
	border-bottom: 1px dotted #237068; 
	width: 100%; 
	margin-top: 22px;
	margin-bottom: 22px;
} 
#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebarRight p  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#sidebarRight a {
	color: #184E48;
	text-decoration: none;
}
#sidebarRight a:hover {
	color: #65160F;
	text-decoration: underline;
}
#footer {
	padding-top: 10;
}
#footer h5, #wrapperIndex tr td h5 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #267971;
}
#footer h5 a {
	color: #267971;
	text-decoration: none;
}
#footer h5 a:hover {
	color: #184E48;
	text-decoration: underline;
}

.firma {
	font-weight: bold;
	text-align: right;
	color: #1B6C58;
	padding-bottom: 10px;
}

.cita {
	font-size: 12px;
	font-style: italic;
	margin-top: 7px;
	margin-bottom: 13px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

