/* CSS */

font {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 9pt;
	text-decoration: none;
}
a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
}
body {
	background-color: #5A7EDC;
	margin:0;
	overflow-y:hidden; 
	overflow-x:hidden;
	

}


#principal {
			width: 780px;  
			height: 420px;
			position: absolute;
			top: 50%;
			left: 50%; 
			background: #f7f7f7;
			margin-top: -210px;
			margin-left: -390px;
			
}
#principalVideo {
			width: 780px;  
			height: 420px;
			position: absolute;
			top: 50%;
			left: 50%; 
			background: url(../images/arteVideo.jpg) no-repeat;
			margin-top: -210px;
			margin-left: -390px;
			
}

.centerVideo{
			position:absolute; z-index:1; left: 192px; top: 60px; height: 361px; width: 591px; overflow-y:scroll; overflow-x:hidden;
}

.videoContent{position:relative; width:560px; margin-left:2px; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#D1BF98;}
