/*aviso*/
#divAviso
{
	width: 100%;
	position: fixed;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	text-align: center;
	left: 0px;
	z-index: 9999999;
	border: #ffb9bc 1px solid;
	background-color: #fdf0f0;
	top: -250px;
	font-size: 11px;
	font-family: Verdana;
	display:none;
}

.avisotxt
{
    overflow: hidden;
    width: 700px;
    margin: 0px auto;
    padding: 10px;
    text-align: left;
}
.texto
{
    float: left;
    width: 350px;
}
.avisotxt a
{
    float: left;
    height: 75px;
    width: 75px;
    background-position: 0;
    background-repeat: no-repeat;
}
.icon_ie
{
    background-image: url("../images/ie6nomore-explorer.png");
}
.icon_safari
{
    background-image: url("../images/ie6nomore-safari.png");
}
.icon_chrome
{
    background-image: url("../images/ie6nomore-chrome.png");
}
.icon_firefox
{
    background-image: url("../images/ie6nomore-firefox.png");
}
.avisos-img
{
    height: 31px;
    width: 34px;
    float: left;
    background-position: 0;
    background-repeat: no-repeat;
    background-image: url("../images/aviso-icon2.png");
}