/*  
 stylesheet
*/

div.htmlcontent {
	padding-bottom: 40px;
}
div.bloqueHtml h1 {
	color: #003366;
	font: normal 3em Times New Roman;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}

div.bloqueHtml h2 {
	clear: both;
	color: #003366;
	font: bold 1.8em Times New Roman;
	font-style: italic;
	margin: 0 0 10px 0;
	text-align: center;
}
div.bloqueHtml div {
	text-align: center;
}

div.bloqueHtml p, div.htmlcontent ul {
	margin: 0;
}


ul#video-player-list {
	list-style-type: none;
	margin: 30px auto;
	width: 680px;
}
ul#video-player-list li {
	float: left;
	width: 150px;
	height: 120px;
	list-style-type: none !important;
	margin: 10px !important;
}
ul#video-player-list li a span {
	display: block;
	margin: 0 0 3px 0;
}
ul#video-player-list li a {
	color: #003366;
}
ul#video-player-list li a img {
	border: 1px solid #003366;
}

