* {
margin:0px;
padding:0px;
}
#favicons-list {
	height:50px;
	width:100%;
	position:relative;
	text-align:center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#favicons-list ul{
	width:100%;
	height:50px;
	text-align:left !important;
	background-image: url(imagenes/favicons_todos.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	#favicons-list li {
	display:inline;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	}
	#favicons-list li a {
	float:left;
	padding:0px !important;
	width:50px;
	height:50px;
	display:inline;
	position:relative;
	text-decoration:none;
	background:none !important;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	}
		#favicons-list li a span {
	display:block;
	width:143px;
	height:50px;
	overflow:hidden;
	background:url(imagenes/favicons-nohover.png) no-repeat;
		}
			#favicons-list li a span strong {
			visibility:hidden;
			}
		#favicons-list li#wsl a {
	width:0px;
	height:50px;
	margin-top:0px;
	background-image: none;
		}
	#favicons-list li a:hover {
	background:none !important;
	padding:0px !important;
	text-decoration:none;
	cursor:pointer;
	z-index:999;
	border:none !important;
	}
	#favicons-list li a:hover span {
	display:none;
	}
	#favicons-list li a em {
	display:none;
	}			
		#favicons-list li a:hover em {
		display:block;
		position:absolute;
		top:7px;
		left:143px;
		width:210px;
		overflow:hidden;
		}
			#favicons-list li#wsl a:hover em {
			width:100px;
			}
			#favicons-list li.end a:hover em {
			left:auto;
			right:10px;
			width:300px;
			text-align:right;
			}
			#favicons-list li.big a:hover em {
			width:300px;
			}
			#favicons-list li a:hover em strong {
			float:left;
			padding:1px 3px;
			background:#333;
			color:#ccc;
			font:9px Verdana, Arial, Helvetica, sans-serif;
			}
			#favicons-list li.end a:hover em strong {
			float:right;
			}
</style>
<style charset="utf-8" type="text/css">/* See license.txt for terms of usage */

.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

/*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
}

.firebugHighlightBox {
    background-color: Blue !important;
}*/

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}

