/* Home */
 

#nav_main{
z-index:0;
position:absolute;
margin:0 25px;
}

#main {
position:relative;
z-index:100;
float: left;
top:32px;
width: 240px;
left: 460px;
background: none;
color: #141414;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}

#main:after {
height: 0;
background: none;
padding-bottom: 0;
margin-top:0;
}

#main p{
position:relative;
top:-14px;
color:#fff;
font-size:1em;
width:490px;
}

#main h2{
font-size:3em;
width:490px;
margin-top:50px;
margin-bottom:-10px;
}
#main h3{
font-size:1.7em;
font-weight:lighter;
width:490px;
margin-top:25px;
margin-bottom:0px;
border:none !important;
background:none !important;
margin-left:10px !important;
}

#main h3+p{
margin-bottom:-20px;
font-size:14px;
font-weight:extra-light;
text-shadow: none;

}

#main>p>img{
display:block;

}

#footer{
position:relative;
top:100px;
}

#nav_main ul{
	height:236px;}

ul.hcursos{
	list-style: none !important;
	color:#fff;
	width:500px;
	margin-top:15px;
	font-size:1.2em;
}

.hcursos li{
	float:left !important;
	text-align:center;
	padding: 5px 4px;
	width:90px;
	border: 1px solid #8A570A;
	border-radius: 8px;
	background: #2C2212;
	margin:15px 5px 0 18px !important;
}
.hcursos li a{
text-decoration:none !important;
color: #fff !important;
}

.hcursos li:hover{
background: #8A570A;
}

p.border{
	border-bottom:1px dashed #fff;
	width:420px !important;
	margin-left:20px !important;
	margin-top:20px !important;
	padding-bottom:0 !important;
}

