﻿h5
{
	font-size: 12px;
}
div.videos
{
	overflow: auto;
}
div.video
{
	clear: both;
	margin: 5px 0 10px 0;
	overflow: auto;
}
div.video a
{
	float: left;
	display: block; 
	width: 320px; 
	height: 240px;
}
div.citacao
{
	float: right;
	width: 260px;
	margin: 0 10px;
	background-color: #eee;
}
div.citacao span.ldquo
{
    width: 30px;
    float: left;
    display: block;
    margin: -10px 0px 0px 0px;
    font: 50px Times, serif;
    font-weight: bold;
}
div.citacao span.rdquo
{
    width: 30px;
    height: 15px;
    float: left;
    margin: -30px 0px 0px 230px;
    font: 50px Times, serif;
    font-weight: bold;
}
div.citacao p
{
    font-weight: bold;
    float: left;
    margin: 10px 5px 5px 5px;
    width: 190px;
    text-align: justify;
    text-indent: 15px;
}
div.autor_citacao
{
	clear: both;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding: 10px 0 5px 0;
}
div.somente_citacao
{
	float: right;
	width: 95%;
	margin: 0 10px;
	background-color: #eee;
}
div.somente_citacao span.ldquo
{
    width: 30px;
    float: left;
    display: block;
    margin: -10px 0px 0px 10px;   
    font: 50px Times, serif;
    font-weight: bold;
}
div.somente_citacao span.rdquo
{
    width: 30px;
    height: 15px;
    float: left;
    margin: -30px 0px 0px 550px;
    font: 50px Times, serif;
    font-weight: bold;
}
div.somente_citacao p
{
    font-weight: bold;
    float: left;
    margin: 10px 5px 5px 5px;
    width: 90%;
    text-align: justify;
    text-indent: 15px;
}
