#twitter_update_list {
	width:100%; 
	border:solid 2px #ddeef6;
}
#twitter_update_list ul{
	margin:0px;
}
#twitter_update_list li {
	margin:10px;
	list-style:none;
}
#twitter_update_list li a {
	color:#0000CC;
}
#colun1 p a{
	color: #069;
}
#colun1 p a:hover{
	text-decoration: underline;
}
#colun2 div.item {
    border-top: solid black 1px;      
    margin: 10px; 
    padding: 2px; 
    width: auto;
	min-height:120px!important;
	padding-bottom: 20px;
}
#colun2 span.thumbnail {
    float: left;
    margin-right: 20px;
    padding: 2px;
    border: solid silver 1px;  
    font-size: x-small; 
	text-align: center
}    
#colun2 span.title {
	font-weight: bolder;
	font-size: 1.2em;
	display:block;
	padding: 3px 0;
	float: left;
	width: 100%;
	border-bottom: dotted 1px #06C;
	margin: 7px 0 5px;
	clear: both;
}
#colun2 span.attr { 
	float: left;
	*float: none;
	display: block;
	width: 120px;
}
#colun2 p { 
	display: block;
	float: left;
	height: 85px;
	width: 170px;
	overflow: hidden;
}
#colun2 img {
	border: 1px;  
}    
#colun2 a {
	color: #005CA1; 
	text-decoration: none;  
}
.black{
	position: fixed;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
	background: #000;
	z-index: 9990;
	display: none;
}
.video-loader{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 318px;
	margin-top: -159px;
	margin-left: -250px;
	background-color: #FFF;
	z-index: 9991;
	display: none;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#video{
	width: 480px;
	height: 295px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -10000px;
	margin-left: -240px;
	z-index: 9992;
	display: block;
}


/* --- Galeria de Fotos ---- */

#galfotos ul li{
	display: block;
	float: left;
	margin: 10px 5px 10px 0;
}