/* @override 
	http://localhost:8500/quito2009/live/style.css
	http://static.ak.connect.facebook.com/connect.php/en_US/css/FB.Connect-css/connect-css
*/

@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #474c51;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header{
	height: 85px;
	display: table;
}
.twoColFixRt #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 80px 10px;
}
.twoColFixRt #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
}
.twoColFixRt #mainContent { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link,a:visited, a:active{
	color: #372a43;
}


#navbar {
	background: #031037;
    width: 100%;
	height: 32px;
	display: table;
	margin-top:-3px;
}

#navbar ul {
	
margin-top: 6px;
margin-left: -35px;	
}

#navbar li{
	float: left;
	margin-right: 1px;
	list-style-type: none;
	}
	
#navbar li a:link, a:visited{
	padding: 5px 15px 5px 15px;
	background: #031037;
	color: #fff;
	text-decoration: none;
	
}	

#navbar li a:hover{
	background: #395878;

	
}	

.video-title{
	display: block;
	
}
.leermas{
	
	display: block;
	padding-top: 10px;
}

.page-item{
	display: block;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

h2 {
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

.content-item {
	width: 100%;
	display: table;
	padding: 10px;
	line-height: 18px;
	border-bottom: 1px dotted #666;
}
.content-item img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f2f2f2;
	padding: 5px;
}



.video-item{
padding: 5px 2px 10px 5px;
	margin-bottom: 5px;
	background: #f9f9f9;
	
}
.video-item:hover{
	background: #d4d4d4;
	
}

.video-item img{
margin-top: 10px;
margin-left: 10px;
background: #fff;
padding: 10px;
}
.widget{
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
}

.widget a:link, a:visited{
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
.widget a:hover{
	
	text-decoration: underline;
}

.widget .widget-title{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	font-size: 1.1em;
	display: block;
	margin-bottom: 5px;
	background: #291c51;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}




#footer{
	height: 90px;
	background: #1c2b47;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 12px;
	color: #fff;
}



.content img{
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #f9f9f9;
	padding: 6px;
	float: left;
	
}


#fbcomments{
	margin-top: 30px;
	 border-top: 5px solid #f6f6f6;
	
}

#utube-player{

	padding-top: 20px;
}

#youtube-content{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.player{
	background: #666;
	padding: 10px;
}

#stripe{
	height: 150px;
	display: table;
}

#stripe li{
	list-style-type: none;
	
	
}

.scroll-stripe{

	width: 250px;
	overflow: auto;
	height: 600px;
	padding: 10px;
	clear: none;

}
.video-row{
	width: 150px;
	height: 140px;
}


#latest ul{
	margin-left: -20px;
}
#latest li{
	padding-bottom: 3px;
	 font-size: 11px;
}





