@charset "utf-8";
/* CSS Document */

/**
Hoja de estilos de la barra de BlogsRD. 

(((( POR FAVOR NO EDITAR ESTA HOJA DE ESTILO. ))))
*/
div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	position: absolute;
	padding: 4px;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .90;
	}

div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}

#barra{
	background: url(http://img3.imageshack.us/img3/5226/fondopyv.png) repeat-x scroll 0 0;
	height: 30px;
	margin: 0 0 0 -8px;
	border-bottom: 1px solid #000;
}

#lista-centro{
	display:inline-table;
	margin-left: 10%;
	float:left;
}

#barra ul{
	list-style:none;
	margin-top:0;
}

#barra ul li{
	float: left;
	height: 28px;
	width: 28px;
	margin: 0px 0 1px 5px;
}

#barra a img{
	border: 0px;
}

.logo{
	float: left;
	margin-left: 5%;
}

#barra ul li a{
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);

}

#barra ul li a:hover{
	opacity: 1;
	filter: alpha(opacity=50);

}

.logo-portal{
	float: right;	
	margin-right: 5%;	
}
