﻿@charset "utf-8";



/***** ESTRUTURA *****/


	#title {
		background: url(../images/background/theme-cursos.png) no-repeat right 0px;

	}

	#title h1{			
		background: url(../images/h/h1-cursos.png) no-repeat 0px 0px;
	}

	.curso {			
		float: left;
		width: 100%;
		margin: 30px 0 0px 0px;
	}

	.curso h2{			
		float: left;
		width: 100%;
		height: 30px;
		margin: 0px 0 0px 0px;
		text-indent: -9990px;
		overflow: hidden;
	}
	.curso ul{			
		float: left;
		margin: 0 0 0 28px;
	}

	.curso ul li{			
		float: left;
		width: 100%;
		background: url(../images/list-style-images/list.jpg) no-repeat 0px 7px;
		padding: 5px 0 0 25px;	
	}
	.curso p{	
		float: left;
		width: 100%;		
		margin: 5px 0 0 25px;	

	}

	.dtm{
		background: url(../images/h/h2-curso-dtm.png) no-repeat 0px 0px;
	}
	.placas{
		background: url(../images/h/h2-curso-placas.png) no-repeat 0px 0px;
	}

	#informacoes {			
		float: left;
		width: 100%;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px dotted #ccc;
	}
	#informacoes h2{			
		float: left;
		width: 100%;
		height: 30px;
		margin: 0px 0 0px 0px;
		text-indent: -9990px;
		overflow: hidden;
		background: url(../images/h/h2-informacoes.gif) no-repeat 0px 0px;
	}

	#informacoes img{			
		float: left;
		margin: 7px 15px 15px 3px;
	}
	#informacoes p {	
		float: left;
		width: 100%;		
		margin: 0px 0 0 3px;	
		padding: 0;

	}
