﻿/*
================================================================================
DWG - CURSOS
================================================================================
css/estilo.css :: estilos CSS
--------------------------------------------------------------------------------
Criacao: 22/02/11				  |  Autor: Guilherme Bezrutchka <guilhermeb@vegait.com.br>
--------------------------------------------------------------------------------
Ultima Alteracao: 23/02/11		  |  Autor: Guilherme Bezrutchcka <guilhermeb@vegait.com.br>
--------------------------------------------------------------------------------
		Criacao do arquivo
================================================================================
				ALTERACOES MAIS ANTIGAS NO RODAPE DO ARQUIVO
================================================================================
*/
html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
*
{
	padding: 0;
	margin: 0;
}
body
{
	width: 100%;
	height: 100%;
	margin: 0;
	background: #eaeaea url(  '../img/bg-body.jpg' ) repeat-x top;
}
#master
{
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	}
#container
{
	width:990px;
	height:auto;
	margin:0 auto;
	position:relative;
	z-index:3;
	overflow:hidden;
	

	}
#menu
{
	width:990px;
	height:105px;
	margin:0 auto;
	margin-bottom:10px;
	}
#banner
{
	width:965px;
	height:330px;
	margin:0 auto;
	margin-bottom:5px;
	}
#conteudo
{
	width:850px;
	height:auto;
	margin: auto;
	margin-bottom:60px;
	overflow:hidden;
	}
#destaque-left
{
	width:250px;
	height:auto;
	float:left;
	margin-right:30px;
	}
#destaque-right
{
	width:540px;
	height:auto;
	float:right;
	}
.ttl
{
	margin-bottom:15px;
	}
#cursos
{
	width:100%; 
	height:auto;
	margin:40px 0px 40px 0px;
	text-align:center;
	}
ul a
{
	font:bold 15px  Arial, Helvetica, sans-serif;	
	color:#474647;
	text-decoration:underline;
	background:url(  '../img/ico-ul.jpg' ) no-repeat left;
	padding-left:15px;
	
	}
ul a:hover
{
	background:url(  '../img/ico-ul-hover.jpg' ) no-repeat left;
	color:#e07120;
	}
#proximas-turmas
{
	width:100%;
	height:auto;
	}
#proximas-turmas .td-cursos
{
	width:100%;
	height:25px;
	border:none;
	text-align:left;
	}
#proximas-turmas .td-horarios
{
	height:25px;
	background-color:#ee862b;
	color:#fff;
	font:bold 13px  Arial, Helvetica, sans-serif;	
	text-align:left;
	border:1px solid #ffa200;
	}
#proximas-turmas td
{
	height:25px;
	color:#474647;
	font:normal 13px  Arial, Helvetica, sans-serif;	
	border:none;
	text-align:left;
	padding-left:10px;
	border:1px solid #ffa200;
	}
#proximas-turmas a
{
	font:bold 13px  Arial, Helvetica, sans-serif;	
	color:#474647;
	text-decoration:underline;
	}
#proximas-turmas a:hover
{
	font:bold 13px  Arial, Helvetica, sans-serif;	
	color:#fe912f;
	text-decoration:none;
	}
#mapa
{
	text-align:center;
	width:460px;
	margin:0 auto;
	margin-bottom:30px;
	}
#contato
{ 

   font: bold 13px Arial, Helvetica, sans-serif; 
   color:#474647;
   margin: 0 auto;
	}
.th-cursos
{
	width:276px;
	height:177px;
	float:right;
	margin:0px 0px 0px 20px;
	}
	



/*-------------------------------------GERAL--------------------------------------*/
p
{
	font:normal 13px  Arial, Helvetica, sans-serif;	
	color:#474647;
	line-height:20px;
	margin-bottom:10px;
	text-align:justify;
	}
a
{
	font:bold 13px  Arial, Helvetica, sans-serif;	
	color:#474647;
	text-decoration:underline;
	}
a:hover
{
	text-decoration:none;
	}
h1
{
	
	font:bold 15px  Arial, Helvetica, sans-serif;	
	color:#fe912f;
	margin-bottom:5px;


	}
ul
{
	margin-bottom:10px;
	font:normal 13px  Arial, Helvetica, sans-serif;	
	color:#474647;
	}
	
li
{
    list-style: none;
    	margin-bottom:10px;
    	
	}
	
.lista-cursos li
{
    background:url(  '../img/ico-ul.jpg' ) no-repeat left;
		padding-left:15px;
}
input
{
    border: 1px solid #fe912f;
    background-color: #fff;
    padding: 3px 3px 3px 3px;
    font: normal 13px Arial, Helvetica, sans-serif; 
    color:#474647;
    }
    
textarea
{
    border: 1px solid #fe912f;
    background-color: #fff;
    padding: 3px 3px 3px 3px;
    font: normal 13px Arial, Helvetica, sans-serif; 
    color:#474647;
    }
/*-------------------------------------RODAPE-------------------------------------*/
#rodape
{
	width:100%;
	height:116px;
	margin:0 auto;
	text-align:center;
	margin-top:-116px;
	z-index:2;
	position:relative;
	background:url(  '../img/bg-rodape.jpg' ) repeat-x bottom;
	overflow:hidden;
	}
#container-rodape
{
	width:990px;
	height:auto;
	padding-top:10px;
	overflow:hidden;
	margin:0 auto;
	bottom:0;
	position:relative;
	text-align:center;
	z-index:2;
	background:url(  '../img/bg-container-rodape.jpg' ) repeat-x bottom;
	}
#container-rodape p
{
	font-size:11px;
	color:#fff;
	float:left;
	margin:10px 0px 0px 220px;
	}
/*
================================================================================
							ALTERACOES ANTERIORES
================================================================================
Data Alteracao: 23/02/11	  	|  Autor: Guilherme Bezrutchka <guilhermeb@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criacao do arquivo
--------------------------------------------------------------------------------
================================================================================
*/
