/* General */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(./themes/site_themes/sol_vis/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: 50% 0%;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* Layout */

div#container {
	width: 960px;
	margin: 0 auto;
}

div.header {
	width: 960px;
	margin-bottom: 35px;
	background-color: transparent;
	color: #FFFFFF;
	background-image: url(./themes/site_themes/sol_vis/bg_header.gif);
	background-repeat: no-repeat;
	height: 349px;
	position: relative;
}

div.left {
	width: 626px;
	padding-right: 24px;
	float: left;
	border-right: 1px dotted #b5b5b5;
}

div.right {
	width: 244px;
	float: left;
	padding-left: 24px;
}

div.full {width: 960px;}

div.footer {
	width: 960px;
	clear: both;
	height: 50px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #b5b5b5;
}

div.videos {
	clear: both;
	height: 209px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #333;
	color: #CCCCCC;
}

div.videos-big {
height:315px;
font-size: 14px;
line-height: 20px;
}

#eventos {
	margin-bottom: 35px;
}

#eventos li {
	
	background-color: #e6e6e6;
	padding-top: 15px;
	clear: both;
	height: 40px;
	font: 13px/15px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #f0f0f0;
}

div.registrate {
	margin-top: 35px;
}

.video-player {
	float: left;
	margin-right: 10px;
}

/* Typography */

a {
	text-decoration: none;
        color: red;
}

a.red {
	color: red;
}

div.videos a {
	color: #9ddadf;
}

div.header h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -1000px;
}

h2 {
	font-size: 22px;
}

h3 {
	color: #fff;
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
}

div.videos-big h3 {
font-size: 24px;
line-height: 28px;
}

div.videos img {
	float: left;
	margin-right: 10px
}

div.videos-big img {margin-right:20px;}

.videos-desc {
	margin: 10px;
}

div.videos-big .videos-desc {margin: 20px;}

span.intro {
	margin-bottom: 35px;
	padding-bottom: 10px;
	display: block;
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #b5b5b5;
}

span.date {
	background-color: #333;
	color: #FFFFFF;
	display: block;
	width: 35px;
	height: 45px;
	padding:10px 0 0 10px;
	float: left;
	margin:-15px 10px 0 0;
	text-align: left;
	font: 11px Helvetica, Arial, sans-serif;
}

span.date-n{
	font-weight: bold;
	font-size: 18px;
}

/* Navigation */
ul#nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 286px;

}


ul#nav li {
	display: block;
	float:left;
	font-size: 13px;
}
	
ul#nav li a{
	display: block;
	color: #fff;
	height:43px;
	width: 100px;
	border-left: 1px solid #000;
	padding-left: 15px;
	padding-right: 15px;
	border-right-color: #000;
	padding-top: 14px;
}

ul#nav li a:hover{
	background-color: #000;
}

 
ul#nav li a.selected{
	color: #666;
	background-color: #fff}


hr {
	margin: 20px 0;
	height: 30px;
	border: 1px dotted silver;
	border-width: 1px 0 0 0 ;
}



