@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-position:top;
    background-repeat:no-repeat;
	background-color:#FFF;
	list-style-image:url(imagens/marcador_li.gif);
}

 a:link {	
	text-decoration: none;
	color: #009B87;
}
 a:visited {
	text-decoration: none;
	color: #009B87;
}
 a:hover {
	text-decoration: underline;
	color: #009B87;
}
 a:active {
	text-decoration: none;
	color: #009B87;
}

	/************************************************
	*** - > propriedades da página
	*************************************************/

#container{
	margin:0 auto;
	width:930px;
}

#topo{
	width:930px;
	height:230px;
}

#topoInterna{
	width:900px;
	height:155px;
}


#destaque{
	width:400px;
	height:300px;
}

#miolo{	
	margin-left:0px;
	margin-right:49px;
}

#miolo1{
	width:380px;
	float:left;
	padding-top:15px;
	padding-left:15px;
	padding-right:10px;
	
}

#miolo2{
	width:380px;
	height:400px;
	float:right;
	padding-top:15px;
	padding-left:15px;
}

#miolo3{
	width:380px;
	float:right;
	padding-top:15px;
	padding-left:0px;
	padding-right:15px;
	background-image:url(imagens/bg_programacao.gif);
	background-repeat:no-repeat;
}

#news{
	width:390px;
	
	padding-left:15px;
	padding-right:15px;
}

#rodape{
 	width:870px;
	height:660px;
	margin-left:49px;
	margin-right:49px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(imagens/logos.gif);
	background-position:center;
}

#linha {
clear:both;
}

#galeria{
	width:80px;
	height:60px;
	margin:2px;
	float:left;
	background-color:#CCCCCC;
}


	/************************************************
	*** - > propriedades de texto
	*************************************************/

.titulo {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #009B87;
	border-bottom:thin;
	border-bottom-style:solid;
}

.tituloIndex {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #009B87;
}

.texto {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height:20px;
	color: #009B87;
	text-align:left;
}
