.browser-error {
	background: none no-repeat scroll 10px center #808080;
    border-bottom: 1px solid #A29330;
    color: #000000;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    left: 0;
    opacity: 0.87;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 111111;
}

.browser-error div {
	background: none repeat scroll 0 0 #808080;
    height: 30%;
    position: fixed;
    width: 100%;
    height: 100%;
}

#browser-error p {
    color: #FFFFFF;
    font-size: 15pt;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    position: fixed;
    top: 27%;
    width: 100%;
    text-align: center;
}

#parrafo-error > img {
    height: 120px;
    position: relative;
    top: 40px;
    width: auto;
}