/** 
 *
 *
 */
 
 
#sidebar {
    width: 300px;
    float: right;
    margin: 0;
    font-size: 12px;
}

#sidebar .box,
#sidebar .clearfloat {
    margin-bottom: 15px;
}

#sidebar .box p {
  margin: 0 0 5px 0;
}

#sidebar h1 {
    font-size: 16px;
    color: #6699cc;
    margin: 0 0 5px 0;
    border-bottom: 1px solid;
}

#info {

}
#info p {
    font-size: 14px;
    margin: 0 0 2px 1px;
}
#info .links {
  margin-top: 10px;
  padding-left: 0;
}
#info .links a {
    width: 32px;
    height: 32px;
}
#info .imdb a {
  display: block;
  float: left;
  margin-right: 2px;
  background: url(images/icons/imdb.png) no-repeat;
  text-decoration: none;
}
#info .ce a {
  display: block;
  float: left;
  margin-right: 2px;
  background: url(images/icons/cinestrenos.png) no-repeat left;
  text-decoration: none;
}

#sidebar li {
    margin-left: 15px;
    margin-bottom: 4px;
    padding: 2px;
    list-style: square outside;
    border-bottom: 1px dotted #fff;
    color: #AABFD4;
}
#sidebar li:hover {
    list-style: none inside;
    margin-left: 0;
    padding-right: 15px;
    background-color: #AABFD4;
    border-color: #AABFD4;
}
#sidebar li a {
    display: block;
    color: #555;
}
#sidebar li a:hover {
    color: #fff;
    text-decoration: none;
}
#sidebar li ul li:last-child {
    padding: 2px 0;
    list-style-type: none;
}



#sidebar .contfixed {
    top: 0;
    z-index: 9;
}

#sidebar .adv-sb {
  padding-top: 10px;
  text-align: right;
  background-image: url('images/adv-h.gif');
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}

#sidebar .sb-opacity {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#selector {
    width: 300px;
    z-index: 9;
}
#selector .scrolling {
    min-height: 399px;
}
#selector li {
    padding: 3px 0;
}
#selector li a {
	display: block;
    border-bottom: 1px dotted #1a1a1a;
	color: #1a1a1a;
	text-decoration: none;
}
#selector li a:hover {
	color: #6699cc; 
}


/* tags of post */

#tags {
    text-align: left;
}
/* */


/* profile - author */

#profile p {
  margin: 0;
  font-size: 12px;
  color: #666;
  text-align: justify;
}

#profile a {
  color: #666;
  border-bottom: 1px dotted #666;
  text-decoration: none;
}

#profile .author {
  font-size: 18px;
  font-weight: bold;
}

#profile .ext-link {
  border-bottom: none;
  background-image: url(http://www.miradas.net/mdc/resources/ext-link.gif);
}

/* */
