body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}
.module .details img {
display: none;
}

body {
	background-color: #000;
	margin:0;
	text-align:left;
}

iframe{
   /* -moz-transform:    rotate(180deg);
    -o-transform:      rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform:     rotate(180deg);
    transform:         rotate(180deg);
	*/
	opacity:0.8;
}

#contenedor {
	text-align: left;
	height: 350px;
	width: 400px;
	padding:25px;
}

#contenedor-twitter {
	position:absolute;
	margin-bottom: 30px;
	margin-left:30px;
	width:400px;
}

.titulo {
	margin-top:20px;
	font-size:16px;
}


a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #79FCFF;
	text-decoration: none;
}

