html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #cfcfcf;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

*{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

#geral2{
	width: 520px;
	margin-left: -260px;
	position: relative;
	height: auto;
	left: 50%;
	top: 30px;

}
#logo2{
	text-align: center;
	margin-bottom: 30px;
}


#geral {
	width: 1000px;
	margin-left: -500px;
	position: relative;
	height: auto;
	left: 50%;
	margin-top: 0px;
}
#esquerda {
	position: relative;
	width: 210px;
	float: left;
	
	height: auto;
}
#cidade{
	position: relative;
	height: 80px;
	width: 500px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #295ea8;
	padding-right: 10px;
		-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#frosario{
	position: relative;
	height: 20px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
}
.cidade {
	font-size: 18px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	height: 32px;
	width: 290px;
	padding-left: 10px;
	float: left;
	margin-top: 5px;
}
#cidade input {
	height: 32px;
	width: 130px;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
#logo {
	margin-left: 10px;
	position: relative;
}
#sobre {
	position: relative;
	width: 190px;
	margin-left: 15px;
	margin-top: 60px;
}

#box_sobre {
	font-size: 12px;
	color: #242424;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 165px;
	line-height: 18px;
	margin-top: 10px;
			-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#menu {
	font-size: 12px;
	color: #242424;
	background-color: #FFF;
	padding-top: 10px;

	padding-bottom: 10px;

	width: 190px;
	line-height: 18px;
	margin-top: 10px;
	text-align: center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
#menu a{
	font-size: 12px;
	color:#3745DF;
	font-weight: bold;
	text-decoration: none;
	}
	#menu a:hover{
	text-decoration: underline;
}


#centro {
	position: relative;
	width: 522px;
	height: auto;
	float: left;
	background-color: #295ea8;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 10px;
			-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#centro h2 {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
#direita {
	float: left;
	width: 210px;
	position: relative;
	height: 400px;
	margin-top: 48px;
}
#banner {
	height: 90px;
	width: 190px;
	float: left;
	margin-top: 10px;
	position: relative;
}

#caixa_tweets {
	width: 500px;
	position: relative;
	height: auto;
	background-color: #f9f9f9;
	padding: 10px;
	border: 1px solid #d1dae7;
				-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.carregando {
	width: 20px;
	height: 20px;
	text-align: center;
	position: fixed;
	margin-top: -20px;
	background-color: #FFF;
	border: 0px solid #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: -20px;
	left: 50%;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:5px;
	top: 50%;
	box-shadow: 0px 0px 10px #888;
}
/* Links ---------- */
#centro a:link {
	color:#3745DF;
	text-decoration:none;
}

#centro a:hover {
	text-decoration:underline;
}

/* Header ---------- */
#hd {
	text-align:center;
	padding:40px 0;
}
#hd h1 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:153.9%;
}

/* Tweets ---------- */
.tweet {
	background-color:#EFEFEF;
	margin-bottom:10px;
	padding:10px;
	min-height:50px;
	border:1px solid #295ea8;
	text-align:left;
	font-size:12px;
	
}
.tweet img {
	float:left;
	display:block;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #BBB;

}
#details {
	margin-top:5px;
	color:#666;
	font-size:93%;
}
#details a:link, a:visited {
	color:#777;
}
#details li {
	display:inline;
}
#details li#who {
	background:url(/img/person.gif) 0% 50% no-repeat;
	padding-left:13px;
	padding-right:10px;
}
#details li#when {
	background:url(/img/clock.gif) 0% 50% no-repeat;
	padding-left:13px;
	padding-right:10px;
}

.estado {
	font-size: 18px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	height: 32px;
	width: 55px;
	padding-left: 5px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	text-transform: uppercase;
}

#reply {
	position: relative;
	float: right;
	margin-right: -5px;
	margin-top: -5px;
}


#reply a{}

#reply a:hover{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#reply img{
	float:left;
	display:inline;
	padding-right:0px;
	margin-right:0px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #BBB;
	padding-left: 2px;
}

.legenda{
	font-size: 10px;
}

.contato {
	width: 300px;
	margin-bottom: 5px;
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.texto {
	height: 200px;
	width: 500px;
}

.enviar {
	font-size: 18px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	height: 32px;
	width: 100px;
	margin-top: 10px;
	margin-left: 400px;
	
}

#desc {
	
	font-size: 12px;
	padding: 10px;
	width: 500px;
	margin-left: -250px;
	position: relative;
	height: auto;
	left: 50%;
	text-align: center;
	
}

#banner2 {
	margin-left: 48px;
	position: relative;
	height: 60px;
	width: 468px;
	float: left;
}

.dd{
	font-size: 12px;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}
#det {
	float: left;
	padding-right: 7px;
}


