/* Global Styles */



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

	color: #2F3893;
	background-color: #ffffff;



}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #2F3893;
	text-align: left; /* this overrides the text-align: center on the body element. */
	left: 10px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}



.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	text-align: left;
	border: 0px solid #2F3893;
	height: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;



} 

.twoColFixLtHdr #header {
	background: #ffffff;
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #2F3893;

} 

.oneColFixCtrHdr #header {

	background: #ffffff;
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #2F3893;
} 

.oneColFixCtrHdr #formulario {
	width: 700px;
	background: #ffffff;
	text-align: right;
	margin-left: 60px;

}

.twoColFixLtHdr #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 */

}

.oneColFixLtHdr #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 */

}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 10px 10px;
	margin: 0px 0 0 0;
	font:100% Verdana, Arial, Helvetica, sans-serif;
	border-right: 0px solid #2F3893;
	border-top: 0px solid #2F3893;

}

.twoColFixLtHdr #mainContent {
	margin: 0px 0 0px 265px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 10px 0px;
	background: #ffffff;
	border-bottom: 0px;
	border-left: 1px solid #2F3893;

} 

.oneColFixCtrHdr #header {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-bottom: 1px solid #2F3893;
	background: #ffffff;

}

.oneColFixCtrHdr #mainContent {

	background: #ffffff;

	padding: 20px 20px;

}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #2F3893;

} 

.twoColFixLtHdr #subheader {

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background: #2F3893;

	border-bottom: 0px solid #ffffff;

	margin: 0px 20px 0 20px;

} 

.twoColFixLtHdr #footer p {

	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 */

}

.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;

}

	

td {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	color:#2F3893;

	}

	

hr {

	height:1px;

	color: #2F3893;

	border: none;

	}

	

a {
	color: #2F3893;
	text-decoration:underline;

	}

	

a:hover {

	text-decoration:none;

	}

	

/* ID Styles */



#navigation a {

	font:11px georgia;

	color: #2F3893;

	font-weight:bold;

	text-decoration: none;

	letter-spacing:0.1em;

	line-height:16px;

	display:block;

	padding:10px;

	border: 1pt solid #2F3893;

	border-right-width: 0px;

	border-left-width: 0px;

	}

	

#navigation a:hover {

	color:#2F3893;

	border: 1pt dotted red;

	border-right-width: 0px;

	border-left-width: 0px;

	}

	

#sidebarHeader {

	padding: 0px 4px 14px 4px;

	}



#logo {

	font:18px georgia;

	color: #2F3893;

	line-height:24px;

	letter-spacing:0.4em;

	}



#tagline {

	font:12px georgia;

	color: #2F3893;

	line-height:18px;

	letter-spacing:0.4em;

	}

	

#dateformat a {

	color:#000000;

	font:11px georgia;

	color: #2F3893;

	letter-spacing:0.2em;

	text-decoration:none;

	font-weight:bold;

	}

	

#dateformat a:hover {

	color: #2F3893;

	}



/* Class Styles */



.bodyText {

	font:11px arial;

	color:#2F3893;

	line-height:20px;

	letter-spacing:0.1em;

	margin-top:0px;

	}

	

.pageName{

	font:22px georgia;

	color: #2F3893;

	line-height:20px;

	letter-spacing:0.1em;

	}

	

.subHeader {

	font:16px georgia;

	color: #2F3893;

	font-weight:bold;

	letter-spacing:0.1em;

	line-height:16px;

	}	

	

.sidebarHeader {

	font:14px georgia;

	color: #2F3893;

	font-weight:bold;

	letter-spacing:0.1em;

	line-height:16px;

	}	

	

.detailText {

	font:11px arial;

	color:#2F3893;

	line-height:16px;

	letter-spacing:0.1em;

	}

	

.smallText {

	font:10px arial;

	color:#2F3893;

	}

	

.style1 {
	color: #2F3893
}

.style1ingles {color: #FF00FF}

.style1frances {color: #FF0000}

.style2 {
	color: #2F3893
}

.style2ingles {color: #00ffff}

.style2frances {color: #ffff00}

.Estilo2 {font-size: 60%}

.frances {
	color: #FF0000
}

.ingles {
	color: #FF00FF
}



	
.style3 {
	font-size: 80%;
	font-style: italic;
}

.style4 {font-size: 100%}

