
a { 
	text-decoration: none; 
	color: #FD0111; 
	outline: none; 
	cursor: pointer; }

h1, h2, h3, h4, h5, h6 { 
	border: 0; 
	margin: 0; 
	font-weight: normal; 
	letter-spacing: 1px; }

#header .logo { float: left; margin: 0px;}
#header .logo a { display: block;  width: 400px; height: 103px; background-image: url(logo.png); }
#header .logo a span { display: none; }

#content { 
	clear: both; 
	margin: 0; 
	padding: 0; 
	font-family: Helvetica,Arial,Verdana,sans-serif; 
	font-size: 80%; 
	line-height: 1.5; 
	color: #222; 
	}

#content .fieldLabel { 
	font-weight: bold; 
	color: #FD0111; 
	}

#content .formularios { 
	width: 100%;
	border: 1px;
	border-color: #CCCCCC;
	font-weight: bold; 
	background-color: #CACACA;
	color: #FD0111; 
	}
#content .formularios table { 
	color: #f99999; 
	background-color: #999999;
	border: 1px solid;
	}
	

#bottom { 	
	font-family: Helvetica,Arial,Verdana,sans-serif; 
	font-size: 80%; 
	line-height: 1; 
	vertical-align:middle;
	color: #000000; 
	}

#bottom .statusBarLabel { 
	font-weight: bold; 
	color: #000000; 
	}

#content .appMenu { 
	position: relative; 
	padding: 10px; 
	float: left; 
	top: 10px; 
	width: 170px; 
	}
	
#content .appMenu h2 { 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 0px; 
	color: #FD0111; 
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 5px;
	}
	
#content .appMenu ul { 
	font-size: 12px; 
	font-weight: normal; 
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
	margin-bottom: 20px; 
	}
	
#content .appMenu ul li { 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none; 
	line-height: 25px; 
	border-bottom: 0px solid #eee; 
	}
	
#content .appMenu ul li.active { 
	background-color: #ddd; 
	border-bottom: 1px solid #ccc; 
	}
	
#content .appMenu ul li a { 
	padding-left: 10px; 
	color: #222; 
	text-decoration: none; 
	display: block; 
	}
	
#content .appMenu ul li a:hover { background:#eee; }


#content .main { position: relative; padding: 20px; float: left; width: 95%; border-left: 1px solid #ddd; margin-left: -1px; }
#content .main h2 { font-size: 20px; margin-bottom: 6px; color: #FD0111; }
#content .main h3 { font-size: 20px; margin-bottom: 10px; }
#content .main h4 { font-size: 16px; border-bottom: 1px solid #eee; margin-top: 20px; margin-bottom: 10px; }

input:focus, select:focus
{ 
background-color: #C0D6D3;
}
