
/* CSS Document */

html, body{
	cursor:url(img/default.cur), auto;
}

body a{
    cursor:url(img/hand.cur), auto;
	color:#C90;
}

body {
	background-color:#000;
	color:#999;
}

#facebook {
	width:160px;
	height:200px;
	background:url(img/backFacebook.jpg) no-repeat;
	float:right;
	margin-left: 10px;
	text-align: center;
}

#facebook #lbf{
	margin-top:45px;
	text-align:center;
	width:156px;
	height:75px;
}

#facebook #jlo{
	margin-top:10px;
	text-align:center;
	width:156px;
	height:75px;
}


#facebook a{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#999;
}

#facebook img{
	border:none;
}
#interact{
	float:left;
	width:630px;	
}

#videos{
	float:left;
	margin-left:80px;
	margin-top:0px;
}

#video_head{
	float:left;
	margin-top:15px;
	margin-bottom:5px;
	width:400px;
}

#video_head a{
	background-color: #000;
color: #960; 
border:1px solid #960; 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size:11px;
padding:3px 5px;
margin:5px;
text-decoration:none;
float:right;
}
#video_head a:hover{
	background:#333; 
color: #960; 
border:1px solid #960; 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size:11px;
padding:3px 5px;
margin:5px;
text-decoration:none;
}

#autor{
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:14px;
	float:left;
	padding:6px;
	background:url(img/bg.png) repeat-x;
}

.btn{
	cursor:url(img/hand.cur), auto;
	background-color: #000;
    color: #960; 
    border:1px solid #960; 
    font-family:Verdana; 
    font-size:12px;
    padding:2px 2px;
}

.btn:hover{
	cursor:url(img/hand.cur), auto;
	background:#333;
    color: #960; 
    border:1px solid #960; 
    font-family:Verdana; 
    font-size:12px;
    padding:2px 2px;
}

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollers have typically larger height than width */	
	height: 217px;	 
	width: 630px;
	border-top:1px solid  #666;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	/* this time we have very large space for height */	
	height:220px;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #666;
	margin:0px 0;
	padding:5px;
	font-size:11px;
	font-family:Arial;
	height:200px;
	display:block;
}

/* elements inside single item */
.items img{
	float:left;
	border:none;
	margin-right:10px;
	/*height:180px;
	width:240px;*/
}

.items h2 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#999;
	font-weight:bolder;
}

/* the action buttons above the scrollable */
#actions {
	width:630px;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial;
	font-size:27px;
	color:#666666;
	height:27px;
	vertical-align:top;
}



#actions a {
background-color: #000;
color: #960; 
border:1px solid #960; 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size:12px;
padding:3px 5px;
margin-left:3px;
/*margin:5px;*/
text-decoration:none;
}

#actions a:hover {
background:#333; 
color: #960; 
border:1px solid #960; 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size:12px;
padding:3px 5px;
/*margin:5px;*/
text-decoration:none;
}

.disabled {
	visibility:hidden;
}

.nextPage {
	float:right;
}
.prevPage{
	float:right;
}

#promociones {
	width:160px;
	border-left:1px solid #666;
	text-align: center;
	margin-top:5px;
	float:left;
}

#promociones a{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#999;
	margin-top:10px;
}

#promociones img{
	border:none;
	width:100px;
	height:60px;
}

.promo_completa{
	font-family:Arial;
	font-size:12px;
	float:right;
	width:450px;
	margin-left:10px;
	border-bottom:1px solid #666
}

.promo_completa h2{
	margin:0 0 5px 0;
	font-family:Verdana;
	font-size:16px;
	color:#999;
	font-weight:bolder;
}