*{

}

html {
    position: relative;
    min-height: 100%;
}

aa{
float:left;

}

h2 {
	color:#00AC36;
}

h3 {
	color:#00AC36;
}

h1 {
font-size: 36px;
line-height: 50px;
margin-bottom: 10px;
font-family: Yanone Kaffeesatz;
color: #333;
}

.imgprimapag
{
width:898px;
height:350px;
}


.block_header {
background-position: left;
background-repeat: repeat-y;
padding-left: 0px;
font-family: Yanone Kaffeesatz;
text-transform: uppercase;
line-height: 23px;
margin-bottom: 10px;
}

.bottom_line {
	height:40px;
	background-color:#1a00a3;
	background-image: -moz-linear-gradient(#00AC36, #006600); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00AC36), to(#006600));	
	background-image: -webkit-linear-gradient(#00AC36, #006600);	
	background-image: -o-linear-gradient(#00AC36, #006600);
	background-image: -ms-linear-gradient(#00AC36, #006600);
	background-image: linear-gradient(#00AC36, #006600);
	border-bottom:1px solid #000;
	border-top:1px solid #fff;
}

link { color:#fff; margin-top:10px; margin-bottom:0px; color:#999;  text-shadow:1px 1px #000}

body {
 	font-family: Arial, Helvetica, sans-serif;
	background-color:#f1f2f1;
	color:#666666;
	font-size:14px;
	line-height:1.5em;
	
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 170px;
    width: 100%;
	background-color: #f5f5f5;
}

.welcome {
background: url('../pics/line-pat.png');
background-position: left;
background-repeat: repeat-y;
padding-left: 20px;
}

.partner{
padding-left: 20px;
border-left: 1px solid;
}

.separator {
height: 2px;
background-color: #dfdfdf;
background-image: url('../pics/separator.png');
}
.clear {
clear: both;
}

.jumbotron {

	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	-moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 3px #444;
	-webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	box-shadow: 0 2px 1px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 2px #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -moz-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -ms-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: -o-linear-gradient(top, #f1f2f1, #eae8e8);
	background-image: linear-gradient(top, #f1f2f1, #eae8e8);
}

.upmenu {
}

.upmenu-element:hover {
	background-color:green;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 3px;
}

	.menu, .menu ul {
		float:right !important;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.menu {
		font-size:12px !important;
		width:auto;
		padding-left:0px;
		border: 1px solid #fff;
		background-color: #09145e;
		background-image: -moz-linear-gradient(#00AC36, #006600); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#00AC36), to(#006600));	
		background-image: -webkit-linear-gradient(#00AC36, #006600);	
		background-image: -o-linear-gradient(#00AC36, #006600);
		background-image: -ms-linear-gradient(#00AC36, #006600);
		background-image: linear-gradient(#00AC36, #006600);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	}
	
	
	.menu li {
		float: left;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}
	.menu li:last-child {
		border-right: none !important;
		-moz-box-shadow: 0px 0 0 #444;
		-webkit-box-shadow: 0px 0 0 #444;
		box-shadow: 0px 0 0 #444;
		}
	
	.menu  li a {
		font-size:12px !important;
		float: left;
		padding: 8px 30px;
		color: #a8a8a8;
		font-family:Oswald;
		text-transform:uppercase;
		text-decoration: none;
		text-shadow: 1px 1px 0 #121212;
	}
	
	.menu li:hover > a{
		color: #fff;
	}
	
	*html .menu ul li a:hover { /* IE6 only */
		color: #fff;
	}
	.menu :hoover a{color: #fff; background-color:green}
	
	.menu ul {
		font-size:12px !important;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 46px;
		left: 0;
		z-index: 9999;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;  
	}

	.menu li:hover > ul {
		color: #fff;
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	.menu ul ul {

		top: 0;
		left: 165px;
		margin: 0 0 0 0px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	
	.menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	.menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	.menu ul a {    
		padding: 8px;
		font-size:11px;
		width: 140px;
		_height: 8px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	.menu ul a:hover {
		background-color: green;	
		color: #fff;
		text-shadow:0px 1px #333;	
	}
	
	.menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	.menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	.menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #444;
	}
	
	.menu ul li:first-child a:hover:after {
		border-bottom-color: #006600; 
		color: #fff;
	}
	
	.menu ul ul li:first-child a:hover:after {
		border-right-color: #006600; 
		border-bottom-color: transparent; 	
		color: #fff;
	}
	
	.menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #fff;
background-color: transparent;
}

#below_div{
background-color:green;
}

footer{margin: 0px;}

a.woo:hover{color:#fff !important;}

a.woo{text-decoration: none;}

a.woo2{
color: #777777;
text-decoration: none;
font-size: 11px;
}

a.woo2:hover{color: #00AC36;}

.separator_dash {
height: 2px;
background-image: url('../pics/separator_dash.png');
}

.woo2{
color: #777777;
text-decoration: none;
font-size: 11px;
}