div.sticky-queue {
	position:fixed;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-topleft:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	padding: 5px;
	background: url(http://az412100.vo.msecnd.net/img/sticky/backStickys.png) repeat left top;
	z-index: 999;
}
div.sticky-note {
	/*padding-right:20px;*/
	margin: 0;
	/*vmc*/
	overflow:hidden;
}

/* para los textos, este sera el que se reemplaza dependiendo el contenido */

div.sticky {
	/*min-width:260px;*/
	min-width:20px;
	font-size:12px;
	display:none;
	padding:10px;
	position:relative;
	color: #999999;
	text-shadow: 0px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1); 
	word-wrap: break-word;
	background-color: #FFFFFF;
	border: 1px solid #C6C6C6;
}
div.sticky-info, div.sticky-alerta, div.sticky-error {
	font-size: 14px;
	color: #737373;
}
div.sticky-alerta {
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left 5px;
}
div.sticky-error {
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left 5px;
}

/* para los textos, este ser� el que se reemplaza dependiendo el contenido */

div.sticky img.sticky-close {
	position:absolute;
	top: 3px;
	right: 3px;
	height: 8px;
	width: 8px;
	cursor: pointer;
}

.top-right{
	right:20px;
}
.top-left{
	left:20px;
}
.top-center {
	width: 100%;
	display: block;
    min-height: 30px;
    padding: 0 !important;
    border: none !important;
    background-color: none !important;
    top: 50px !important;
    background-image: none !important;
}

.border-top-center {
	background-image: url("http://az412100.vo.msecnd.net/img/sticky/black75.png") !important;
	background-repeat: repeat;
	background-position: left top;
	background-color: transparent !important;
    border: none !important;
    color: #FFFFFF !important;
    font-size: 26px !important;
    line-height: 170%;
    margin-bottom: 2px;
    text-align: center;
    font-weight: bold;
    text-shadow: none !important;
}
.top-right, .top-left, .top-center {
	top:55px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px
}
.bottom-right{
	right:20px
}
.bottom-left{
	left:20px
}
.bottom-right,.bottom-left{
	bottom:25px;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-topleft:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-top-left-radius:2px
}
/*.border-top-right,.border-top-left{
	border-top:1px solid #999;
}
.border-bottom-right,.border-bottom-left{
	border-bottom:1px solid #999;
}*/

/* custom */

div.sticky, div.sticky-video, div.sticky-queue div.sticky-musica div.sticky-queue {
	width: auto;
	padding: 5px;
	background: #1e1e1e; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e1e1e 0%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e1e1e 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e1e1e 0%,#2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e1e1e 0%,#2d2d2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e1e1e 0%,#2d2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-topleft:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-top-left-radius:2px;
}
div.sticky img.sticky-close, div.sticky-video img.sticky-close, div.sticky-musica img.sticky-close {
	position:absolute;
	right: 5px;
    top: 5px;
	height: 10px;
	width: 10px;
	cursor: pointer;
	/*background-image: url(http://az412100.vo.msecnd.net/img/sticky/closeStickyMultimedia.png);*/
	background-repeat: no-repeat;
	background-position: center center;
}
div.sticky img.sticky-minimize, div.sticky-video img.sticky-minimize, div.sticky-musica img.sticky-minimize {
	position: absolute;
	top: 5px;
	right: 25px;
	height: 10px;
	width: 10px;
	cursor: pointer;
	background-image: url(http://az412100.vo.msecnd.net/img/sticky/stickyMinimize.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div.sticky img.sticky-maximize, div.sticky-video img.sticky-maximize, div.sticky-musica img.sticky-maximize {
	position: absolute;
	top: 5px;
	right: 25px;
	height: 10px;
	width: 10px;
	cursor: pointer;
	background-image: url(http://az412100.vo.msecnd.net/img/sticky/stickyMaximize.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div.sticky div.sticky-note, div.sticky-video div.sticky-note, div.sticky-musica div.sticky-note {
	margin: 15px 0 0 0;
}

.border-top-center img.sticky-close {
	position:absolute;
	right: 10px !important;
    top: 10px !important;
	height: 12px !important;
	width: 12px !important;
	cursor: pointer;
	background-image: url(http://az412100.vo.msecnd.net/img/sticky/closeStickyCentral.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.sticky-ampliar {
	position: absolute;
	left: 5px;
	top: 3px;
}

.sticky-ampliar img:hover, img.sticky-close:hover, img.sticky-maximize:hover, img.sticky-minimize:hover {
	background-color: #51A6D8;
}
div.sticky {
	min-width: 44px;
}

/* custom */
