/*
 * 	INSERT FONDS
 * ----------------------------------------------
 * font-family: 'Strait', sans-serif;
 * font-family: 'Droid Sans', sans-serif;	//	400,700
 */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
     
    table {border-collapse: collapse; border-spacing: 0;}
    caption, th, td {text-align: left; font-weight: normal;}
    form legend {display: none;}
    blockquote:before, blockquote:after, q:before, q:after {content: "";}
    blockquote, q {quotes: "" "";}
    ol, ul {list-style: none;}
    hr {display: none; visibility: hidden;}
     
    :focus {outline: 0;}
    
	/*	CSS	*/
	body{
		background-color:#3a67a3;
		font-family: 'Droid Sans', sans-serif;
		font-size:1em;
		background-image: url(images/bg.png);
	}
	.clear{
		clear:both;
		float:none;
	}
	#label{
		width:100%;
		text-align:center;
		margin:0 auto;
		padding-top:15%;
		font-size:6.0em;
		color:#ffffff;
	}
	#hx_topbar{
		background-color:#284872;
		border-bottom:1px solid #203a5b;
		width:100%;
		min-height:1px;
	}
	#hx_topbar a.logo{
		color:#ffffff;
		padding:8px 16px;
		text-decoration:none;
		background-color:#000000;
		float:left;
		font-family: 'Strait', sans-serif;
	}
	#hx_topbar input{
		font-family: 'Open Sans', sans-serif;
		width:90%;
		border:none;
		padding:8px 12;
		font-size:1.4em;
		font-weight:300;
		background-color:#284872;
		color:#ffffff;
		margin-left:6px;
	}
	
	#cWelcome{
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
		font-size:1.9em;
		color:#ffffff;
	}
	/*	INSERT BY APP.MANAGER	*/
	#hx_content{
		width:90%;
		margin:5% auto;
		text-align:center;
	}
	.htmlcontent{
		padding-top:24px;
		background-color:#ffffff;
		text-align:left;
	}
	#hx_loginbox .hx_err{
		width:30%;
		margin:0 auto;
		background-color:#711414;
		padding:24px 24px;
		color:#ffffff;
		text-transform:uppercase;
	}