﻿/* Gestione della testata */

.BodyTestata
{
    position: relative;
	width: 800px;
	height: 130px;
	top: 0px;
	left: 0px;
	text-align: left;
}

.DivTestata
{
	position: relative;
	width: 800px;
	height: 130px;
	top: 0px;
	left:0px;
    text-align: left;
	
}

.DivTestataFrame
{
	position: static;
	width: 799px;
	height: 129px;
}

.DivLogo
{
	position:relative;
	float:left;
	
}

.DivVideo
{
	position:relative;
	top: 0px;
	float:left;
}

/* Gestione della testata */