/*===CLEAR==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h3, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
/*
ol, ul {
	list-style: none;
}*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*===============================================*/

/*==Grid====================*/
body{text-align: center;}
#tudo{ 
	position: relative;
	width: 870px;
	margin: 0 auto;
	text-align: left;
}

#cabecalho{	height: 100px;	padding: 30px 30px 0;}

#conteudo{margin: 0 30px;}

#logo{ float: right; margin-right: 20px;}


#abas-menu{ height: 45px;}
#abas-menu h2{ display: inline; margin: 0; padding: 0;}
#abas-menu h2 a{
	display: block;
	float: left;
	width: 216px;
	height: 30px;
	margin-right: 5px;
	padding-top: 15px;
}
#abas-menu h2.grande a{ width: 370px;}

#abas-conteudo{
	padding: 5px 15px 0 5px;
}

#coluna-a{ float: right; margin: 10px 20px 0;}

#lista-colegios{ margin-left: 40px;}
#lista-colegios strong{ color: #98B0BF; font-size: 0.8em; display: block; margin-top: 10px;}
#lista-colegios h2{ font-size: 0.9em; margin-left: 15px; padding: 2px 0;}
#lista-colegios a{ color: #1A5883; font-weight: bold; text-decoration: none;}

#rodape{ padding: 10px; clear: both; }
/*==========================*/

/*==Theme====================*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: .8em;
	color: #003252;
	
	background-color: #D1D9E6;
	background-image: url(../img/fnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#tudo{ 
	background-image: url(../img/fnd-bolhas.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/*--Abas-----*/
#abas-menu h2 a{
	text-align: center;
	text-decoration: none;
	color: #666666;
	
	background-image: url(../img/aba-desativada.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
}
#abas-menu h2.grande a{background-image: url(../img/aba-desativada-2.jpg);}

#abas-menu h2 a:hover, #abas-menu h2 a.ativa{color: #89A4B6; background-image: url(../img/aba-ativada.jpg); }
#abas-menu h2.grande a:hover, #abas-menu h2.grande a.ativa{background-image: url(../img/aba-ativada-2.jpg); }
#abas-conteudo{
	/*line-height: 1.4em;
	color: #666;
	*/
	height: 660px;
	
	background-color: #FFF;
	background-image: url(../img/crv-r.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
/*-----------*/

#rodape{ font-size: .7em; text-align: center;  color: #FFFFFF; background-color: #003252;}
#rodape a{ color: #FFFFFF;}
#rodape a:hover{ text-decoration: underline;}

h1, h2, h3, h4, h5, h6, strong{ font-weight: bold;}
h1{padding: 0; margin: 0; font-size: 2em; color: #FFF;}
p{ margin: .8em 0;}
ul{list-style-type: circle;}
h1 span.cidade{ display: block; font-size: .7em; padding-top: 5px; line-height: 1.3em;}
/*==========================*/

/*Tooltip and Pointer CSS*/
#tooltip{
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 2px 5px;
	color: #333;
	display: none;
	font-size: .7em;
}	

