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

*
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

body
{
	padding-top: 0px;
	margin-top: 0px;
}


#faixa_cima
{
	width: 100%;
	height: 50px;
	
	background-color:#990033;
	
	clear: both;
	
	margin-top: 0px;
	padding-top: 0px;
	
}

#faixa_baixo
{
	width: 100%;
	height: 50px;
	
	background-color:#990033;
	
	clear: both;
	
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

#tes_logo
{
	margin-top: 10px;
	margin-left: 10px;
	
	clear:both;
}

#corpo
{
	width: 800px;
	
	clear:both;
	
	margin-left:auto;
	margin-right: auto;
	
	text-align: center;
}

#video_list
{
	clear: both;
	
	width: 100%;
	
	margin-top: 20px;
	
	text-align: center;
}

.video
{
	clear: both;
	
	
	width: 600px;
	height: 260px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
	/* border: 1px solid #990033; */
	
	background-color:#CCCCCC;
	
	
	text-align:center;
	
}

.video_video
{
	float: left;
	width: 330px;	
	
	margin: 10px 0px 0px 10px;
	
}

.video_texto
{
	float: left;
	
	width: 200px;
	
	margin-top: 10px;
	margin-left: 10px;
	
	text-align:justify;
}