/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute;
	visibility:hidden;
	}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}
/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	clear: both;
	}
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* group container(s) */
.dbx-group {
	width:210px;
	padding:0 0px 10px;
}
* html .dbx-group {
	width: 210px;
	padding-bottom:0;
}
.dbx-box { margin-bottom:20px}
/* handles */
.dbx-handle {
	position:relative;
	margin:0;
	padding:2px 0 0;
	background:#de9e00 url(images/fdo-tit-sidebar.gif) repeat-x top left; 
	text-align:center;
	color:#fff !important;
	font-size:16px !important;
	height:24px;
	line-height:22px;
}
#recent-posts .dbx-handle { color:#de9e00 !important; background:#000 url(images/fdo-last-posts.gif) top left repeat-x;  }
#featured-posts .dbx-handle { color:#de9e00 !important; background:#000 url(images/fdo-last-posts.gif) top left repeat-x;  }
#categories .dbx-handle { color:#ffffff !important; background:#e84f4f url(images/fdo-tit-categories.gif) top left repeat-x;  }
#blogs-list .dbx-handle { color:#ffffff !important; background:#e84f4f url(images/fdo-tit-categories.gif) top left repeat-x;  }
#search .dbx-handle { color:#ffffff !important; background:#e6b43b url(images/fdo-tit-search.gif) top left repeat-x;  }
#polls .dbx-handle { color:#ffffff !important; background:#e6b43b url(images/fdo-tit-search.gif) top left repeat-x;  }
#banners .dbx-handle { color:#de9e00 !important; background:#000 url(images/fdo-last-posts.gif) top left repeat-x;  }
#recent-posts ul li, #recent-comments ul li, #polls ul li { display:block}

* html .dbx-handle { 
	width: 176px; 
}
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
}

/* toggle images */
a.dbx-toggle, a.dbx-toggle:visited {
	display:none; visibility:hidden
}

/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
}
* html .dbx-tooltip { width:210px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}
/* inner content area */	
.dbx-content {
	margin: 0;
	padding:5px 5px 9px 10px;
	overflow: hidden;
}
.dbx-content div{
	overflow: hidden;
	height: 100%;
}
/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:4px;
	padding:0;
	overflow:hidden;
}
.dbx-box-closed .dbx-content * {
	display:none;
	overflow: hidden;
}

/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}
/* Calendar */
#calendar_wrap { width:206px; height:210px; background:url(images/fdo-calendar.jpg) 0 0 no-repeat;}
#calendar .dbx-content { padding:3px 0 5px 2px; }
#wp-calendar { margin-left:10px;  text-align:center; }
#wp-calendar  caption { * display:block; padding:10px 10px 15px 20px; * padding:10px 10px 15px 10px; color:#000; font-size:12px; font-weight:bold}
#wp-calendar thead tr th{ font-size:11px !important; color:#000; font-weight:bold}
#wp-calendar tbody tr td { font-size:10px !important; padding:2px 5px; color:#000;}
#wp-calendar tbody tr td a { font-size:10px !important;  color:#b1342b;}
#wp-calendar tfoot tr td a { display:block; padding-top:11px; color:#b1342b !important; font-size:10px !important}

/* Nube de tags */
#tag_cloud .dbx-content  { }
#tag_cloud .dbx-content .dbx-content-padd { padding-top:10px; * padding:10px;}
#tag_cloud .dbx-content a { float:left; padding:0 5px 10px 0; * padding:2px 5px 10px 0;}

/* Search*/
#search .dbx-content .dbx-content-padd{ padding:5px 10px 0px; }

#newsletter .dbx-content { padding-top:100px; background:url(images/newsletters.jpg) 50% 10px no-repeat;}