body {
	/*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	background:url("../images/back2.jpg") repeat fixed;	
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ol,ul,dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img {border: none;}/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link , .login a:link{
	color:#B71234;	
	text-decoration:none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited ,.login a:visited{
	color: #B71234;
	text-decoration: none;
}
a:hover, a:active, a:focus, .login a:hover {text-decoration: none;}
a:hover, .login a:hover{color:orange;}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	margin-right:6%;
	margin-left:6%;
	width: 80%;
	/*max-width: 1300px; a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 0px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background:#CCC;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

.banner{
	
	background:white;
	text-align:left;
	
}										
												

/* ~~ This grouped selector gives the lists in the .content area space ~~ */

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
}
ul.nav li {
	/*border-bottom: 1px solid #9A9A9A; /* this creates the button separation */
}

ul.nav li h4{
	padding:2% 0 2% 4%;
	text-align:left;		
}
ul.nav li h4,.login p{
	color:#006888;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 1% 1% 1% 3%;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	/*color: #000;*/
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #f2f2f2;
	color: #000000;
	border-radius: 20%;
}


/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */

.login_alert,.login_alert2{

	color: #FF8000;	
		
}

.login_alert{
	
	font:normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	
}

.separador_0px{clear:both; height:0px;}

.fieldset{
	
	color:#01B289;
	margin:0;
	
}
