/****************************************************************
  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 0 10px 0;
	padding:0;
	border:none;
	clear: both;
	background-image: url('images/bg_dbx-box.png') !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_dbx-box.png');

	}
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* group container(s) */
.dbx-group {
	width:110px;
	padding:0 0px 10px;
}
* html .dbx-group {
	width: 110px;
	padding-bottom:0;
}

.dbx-group ul {
	font-size: 1em;
}

/* handles */
.dbx-handle {
	position:relative;
	margin:0;
	padding: 6px;
	/*padding: 16px 24px 7px 10px;*/
	/*background:url(images/sidep-handle.png) no-repeat 0 0; */
}
* 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:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(images/sidep-toggle.png) no-repeat;
	position:absolute;
	top:12px;
	right:3px;
	text-indent:-50px;
	text-decoration:none;
}
a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position:0 0;
}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0 -20px;
}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position:-20px -20px;
}

/* 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 10px 9px 10px;
	/*background: url(images/sidep-bottom.png) no-repeat 0 100%;*/
	overflow: hidden;
}
/* 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;
}

/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}

/* ARROYO */

#sidebar .dbxid1 h3 a, #sidebar .dbxid1 a {
	color: #FFF;
}

.dbxid1  {
	width: 322px;
	background-image: url('images/noticias_content_bg.png') !important;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/noticias_content_bg.png');
	background-position: right top;
	color: #FFF !important;
}

.dbxid1 .dbx-content  {
	width: 275px !important;
	font-size: 1.3em;
}

.dbxid1 .dbx-handle-cursor  {
	width: 278px;
}

#sidebar .dbxid2 {
	color: #FFF;
}

#sidebar .dbxid2 #alo_easymail_widget_form table {
	width: 100%;
}

#sidebar .dbxid2 #alo_easymail_widget_form td {
	font-size: 1.36em;
	color: #FFF;
	vertical-align: top;
}


#sidebar .dbxid2 #alo_easymail_widget_form input[type="text"] {
	border: none;
	background-color: #FFF;
	color: #000;
	padding: 2px;
	width: 100%;
}


#sidebar .dbxid2 #alo_easymail_widget_form input[type="submit"] {
	float: right;
	border: none;
	color: #FFF;
	background-color: #333;
	margin-top: 10px;
	padding: 5px;
	cursor: pointer;
}

#sidebar .dbxid2 #alo_easymail_widget_form input:hover[type="submit"] {
	background-color: #983222;
}

.dbxid3  {
	background: url('images/nube_top.png') !important;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nube_top.png');
	background-position: left top;
	background-repeat: no-repeat !important;
	color: #666 !important;
	padding-top: 49px;
	margin: 20px 0 !important;
}

#sidebar .dbxid3 h3 {
	color: #333;
	margin-left: 10px;
	padding-bottom: 0 !important;
	margin-top: -1px;
}

#sidebar .dbxid3 h3 .dbx-toggle  {
	margin-right: 10px;
}

#sidebar .dbxid3 .dbx-content {
	background: url('images/nube_bottom.png') !important;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nube_bottom.png');
	background-position: bottom left !important;
	background-repeat: no-repeat !important;
	color: #666 !important;
	margin-top: 0 !important;
	padding: 0 0 34px 0;
}

#sidebar .dbxid3 .dbx-content div {
	background: #B3DFF2;
	padding: 10px;
}

#sidebar .dbxid3 .dbx-content a {
	color: #136182 !important;

}

#sidebar .dbxid2 h3 .dbx-toggle {
	margin-right: 0;
}

#sidebar .dbxid4 {
	background-image: none !important;
	padding: 0 !important;
}

#sidebar .dbxid4 h3 {
	background-color: #999;
	border-bottom: 1px solid #666;
	height: 30px;
	margin-left: 0;
	padding-left: 10px;
	padding-bottom: 0 !important;
	margin-top: -1px;
}

#sidebar .dbxid4 .dbx-content {
	margin: 0 !important;
	padding: 0 !important;
}

#sidebar .dbxid4 .dbx-content ul {
	list-style: none !important;
	list-style-image: none !important;
	font-size: 1.3em;
}

#sidebar .dbxid4 .dbx-content ul li {
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
	border-bottom: 1px dashed #999;
}

#sidebar .dbxid4 .dbx-content ul li a {
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 5px 0 7px 0 !important;
}
