
	
	.dragableBox{	/* The RSS box */
		background-color:#FFF;
		margin:0px 11px 11px 0px;
		border:1px solid #CCCCCC;
		padding: 2px;
		position: relative;
		z-index: 100;
	}
	
	.dragableBoxRight{	/* The RSS box */
		background-color:#FFF;
		margin:0px 0px 11px 0px;
		border:1px solid #CCCCCC;
		padding: 2px;
		position: relative;
		z-index: 0;
	}

	.dragableVoidBox{	/* The RSS box */
		background-color:#FFF;
		margin:0px 11px 11px 0px;
		xborder:1px solid #FFFFFF;
		padding: 2px;
		position: relative;
		z-index: 0;
	}
	
	.dragableVoidBoxRight{	/* The RSS box */
		background-color:#FFF;
		margin:0px 0px 11px 0px;
		xborder:1px solid #CCCCCC;
		padding: 2px;
		position: relative;
		z-index: 0;
	}

	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		xborder:1px solid #9DADFF;
		overflow: hidden;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		background: #e8e8e8;
		height:20px;
		font-weight:bold;
		padding: 2px 0px 0px 8px;
		color: #000000;
		font-size:9pt;
	}
  .dragableBoxHeaderStaticNovedades {
		background:url(/img/bg_cab_modulo_nov.png) no-repeat;
		height:20px;
		font-weight:bold;
		padding: 6px 0px 0px 40px;
		color: #FFFFFF;
		font-size:9pt;
  }

	.dragableBoxHeader p {
    margin: 3px;
  }
	.dragableBoxHeaderStatic {	/* Header inside RSS box */
		background:url(/img/bg_cab_modulo_static.png) no-repeat;
		height:20px;
		font-weight:bold;
		padding: 6px 0px 0px 40px;
		color: #FFFFFF;
		font-size:9pt;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		font-size:8pt;
		line-height:20px;
	}
	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
	}
	.boxItemHeader{	/* Title of items inside dragable boxes */
  	font-size: 9pt;
		margin:0px;
		padding: 0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		margin:0px;
		color:#FF6600;
		text-decoration:underline;
	}
	.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
	  color: #000000;
		font-size:8pt;	
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#FF6600;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
  	padding:7px;
		font-size: 9pt;
		line-height: 14pt;
		clear:both;
		overflow: none;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		margin:0px 11px 11px 0px;
		padding: 2px;
		border:1px dotted #FF6600;
	}
	
	.closeButton{	/* Close button */
	  margin: 3px;
  	margin-top: 0px;
  	padding: 0px;
		background-color:#FFFFFF;
	}

	.closeButton_over{	/* Close button - mouse over */
  	margin: 3px;
  	margin-top: 0px;
  	padding: 0px;
		background-color: #ffFFFF;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
	  display: none;
		border-top:3px double #317082;
		height:14px;
		background-color:#E2EBED;
		padding:2px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#BFBFBF;
		text-decoration:none;
		padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		text-decoration:underline;
	}
	form{	/* No borders in forms */
		display:inline;
	}
	#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
		float:right;
		width:300px;
		background-color:#FFF;
		border:2px solid #317082;
		padding:2px;
		margin-right:2px;
		margin-top:2px;
	}

  .cajas {
    border: 1px solid #000000;
    width: 130px;
  }
  
  .editarcaja {
    float: left;
    width: 135px;
  }
  
  input.botoncaja {
    border: 1px solid #000000;
    background: #ff6600;
    color: #FFFFFF; 
    font-weight: bold;
    padding: 0px;
    display: block;
    text-align: center;
    margin: 0px auto 0px auto;
  }
