* {
	margin: 0;
	padding: 0;
}

body, html {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	/*text-align:center;*/
	background:#323139;
	height:100%;
	overflow:auto;	
}

a {
	text-decoration:none;
	color:#000;
}
.aviso{
	font-weight:bold;
	background-color:red;
	color:white;
	margin:5px 0;
}
#main, #main-media {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	/*min-width: 1024px;
	min-height: 500px;
	overflow: hidden; */
}

#no-flash {
     background-color: #343737;
     height: 100%;
     color: #fff;
     }
     #no-flash #top {
          height: 50%;
          background-color: #90949b;
          }

     #no-flash #content  {
          background: url('../img/splash/bg_content.gif') repeat-x;
          position: absolute;
          top: 50%;
          width: 100%;
          margin-top: -205px;
          }
          #no-flash  .wrapper {
               background: url('../img/splash/bg_wrapper_content.jpg') no-repeat center;
               height: 376px;
               padding-top: 34px;
               }
               #no-flash  h1 {
                    background: url('../img/splash/logo.gif') no-repeat center;
                    height: 100px;
                    margin-top: 59px;
                    text-indent: -9999em;
                    margin-bottom: 30px;
                    }
                    
               #no-flash  p {
                    text-align: center;
                    line-height: 25px;
                    font-size: 11px;
                    }
                    #no-flash  p a {
                         color: #fff;
                         font-weight: bold;
                         text-decoration: underline;
                         }
                         #no-flash   p a:hover {
                              text-decoration: none;
                              }
               
               #no-flash  p.flash {
                    margin-top: 15px;
                    }
					
		