﻿/* HTML Tags */

body {
	margin: 0;
	background: #fff url(../images/layout/bkgd-geral.png) no-repeat;
	font: 80% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

img {
	border: 0;
}

a {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 180%;
	margin-top: 0;
	color: #c00;
}

h2 {
	font-size: 140%;
	color: #c00;
}

input, select, textarea {
	border: 1px solid #999;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

input[type="radio"] {
	border: 0;
}

/* Divs */

#alignCenter {
	width: 980px;
	margin: 0 auto;
}

#geral {
	width: 980px;
	float: left;
}

#logo {
	width: 137px;
	height: 137px;
	float: left;
	background: url(../images/layout/inaci-logo.png);
}

	#logo a {
		position: absolute;
		width: 137px;
		height: 137px;
	}
	
	#logo h1 {
		display: none;
	}
.hehe {
position:relative;
float:left;
	text-align:right;
	margin-left:640px;
}
.hehe1 {
position:relative;
float:left;
	text-align:right;
	margin-left:800px;
}

#top {
	width: 843px;
	height: 137px;
	float: left;
	background: url(../images/layout/inaci-slogan.png) rigth bottom no-repeat;
}

#menu {
	width: 966px;
	height: 20px;
	float: left;
	padding: 10px 12px;
}

	#menu ul, #cursos-opcoes ul, #cursos-adds ul { /* CSS Duplo */
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu ul li {
		float: left;
	}
	
	#menu ul li a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		padding: 3px 23px;
		border-left: 1px solid #fff;
	}
	
	#menu ul li a:hover {
		text-decoration: underline;
	}
	
	#menu ul li a.first {
		border: 0;
		padding-left: 15px;
	}
	
#header {
	position: relative;
	width: 970px;
	height: 159px;
	margin-left:10px;
	margin-top:20px;
	float: left;
}
#header1 {
	position: relative;
	width: 980px;
	height: 179px;

	float: left;
}
	#cursos-images {
		position: absolute;
		left: 170px;
		top: 10px;
		width: 585px;
		margin-left:38px;
		height: 159px;
		z-index: 1;
	}
	
	#cursos-menu {
		position: absolute;
		left: 10px;
		top: 20px;
		width: 186px;
		z-index: 99;
	}
	
	#cursos-home {
		position: absolute;
		left: 780px;
		top: 10px;
		width: 186px;
		z-index: 99;
	}
	
	#cursos-title {
		display: block;
		width: 186px;
		height: 44px;
		background: url(../images/layout/inaci-cursos-titulo-box.png);
	}
	
	#cursos-opcoes {
		width: 186px;
		background: url(../images/layout/bkgd-menu-cursos-middle.png);
	}
	
		#cursos-opcoes a {
			font-size: 90%;
			text-decoration: none;
			color: #333;
			border-bottom: 1px solid #999;
			width: 178px;
			padding: 5px 0;
			margin: 0 5px;
			display: block;
			text-align: center;
		}
		
		#cursos-opcoes a:hover {
			color: #c00;
		}
	
	#cursos-footer {
		width: 186px;
		height: 44px;
		background: url(../images/layout/bkgd-menu-cursos-footer.png) no-repeat;
	}
	
	#cursos-adds {
		position: absolute;
		left: 810px;
		top: 0;
		width: 140px;
		height: 159px;
		padding-top: 20px;
		background: #600;
		z-index: 3;
	}
	
		#cursos-adds a {
			font-size: 90%;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			width: 130px;
			padding: 10px 5px;
			display: block;
			text-align: center;
		}
		
		#cursos-adds a:hover {
			color: #fff;
		}

#main {
	position: relative;
	width: 960px;
	min-height: 700px;
  	height:auto !important;
  	height: 700px;
	padding: 10px 10px 50px 10px;
	float: left;
}

	#main #home {
		width: 760px;
		float: left;
	}
	
		#main #home h1 {
			border-bottom: 1px solid #c00;
		}

	#main ul li {
		list-style: url(../images/layout/bullet.png);
	}
	
	#cursos-home ul li {
		list-style: none;
	}

	#cursos {
		width: 760px;
		float: right;
	}
	
#footer {
	width: 100%;
	height: 100px;
	clear: both;
	margin: 0 auto;
	border-top: 5px solid #c00;
}

/* Home Styles */

.bloco-home-cursos {
	width: 180px;
	height: 230px;
	float: left;
	margin: 5px;
}

	.bloco-home-cursos h2 {
		margin: 0 0 5px 0;
		border-bottom: 1px solid #c00;
	}
	
	.bloco-home-cursos a {
		font-weight: normal;
		color: #000;
		text-decoration: none;
	}

/* Classes */

.atencao {
	font-wieght: bold;
	color: #f00;
}

.right {
	text-align: right;
}
.img {
	position:relative;
	float:left;
	margin-left:300px;
	}
