﻿@charset "utf-8";
/* CSS Document */

#twitter_div {
	float:left;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../fundos/cntt_twiter61.png) ;
	background-repeat: no-repeat;
	font-size: 0.9em;
	margin-top: 2px;
	padding-top: 0px;
	padding-right:15px;
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5AA5BC;
	width:330px;
	height: 170px;
	margin-bottom: 20px;
}
#twitter_div #twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twitter_div #twitter_update_list li {
	color: #0C93BA;
	margin-top: 3px;/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1E8F7;
	padding-bottom: 30px;*/
}
#twitter_div a {
	text-decoration: none;
	color: #DDA84E;
}
#twitter_div a:hover {
	color: #D78E42;
}
#twitter_div p {
	text-align: right;
}
/* Uncomment this section if you want the time tags to be hidden

#twitter_div ul li a {
	visibility: hidden;
}
#twitter_div ul li span a {
	visibility: visible;
} 

*/


/*
#twitter_div {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 3px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5AA5BC;
	width: 330px;
}
#twitter_div #twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twitter_div #twitter_update_list li {
	color: #0C93BA;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1E8F7;
	padding-bottom: 10px;
}
#twitter_div a {
	text-decoration: none;
	color: #DDA84E;
}
#twitter_div a:hover {
	color: #D78E42;
}
#twitter_div p {
	text-align: right;
}
/* Uncomment this section if you want the time tags to be hidden

#twitter_div ul li a {
	visibility: hidden;
}
#twitter_div ul li span a {
	visibility: visible;
} 

*/
