@import url("reset.css");

html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;        
    margin: 0;
    padding: 0;
    height: 100%; 
    width: 100%;
}

p {
    padding: 10px;
}

#wrapper {
    background: #134165 url("../images/bg.png");
    -moz-box-shadow: inset 0 0 250px #000000; 
    -webkit-box-shadow: inset 0 0 250px #000000; 
    box-shadow: inset 0 0 250px #000000;    
    width: 100%;    
    min-width: 1000px;
    max-width: 2000px;
    min-height: 600px;
    margin: 0 auto;
    height: 100%;    
}

#header {    
    width: 100%;
    padding: 7px 0;
    width: 100%;
    color: white;
    font-size: 11px;
    text-align: center;
    clear: both;
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.3); 
    -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.3); 
    box-shadow: inset 0 0 30px rgba(0,0,0,0.3);    
}

#contentliquid {    
    width: 100%;        
}

#content {    
    width: 80%;        
    margin: 0 auto;  
}

#footer {
    margin: -31px auto 0;
    height: 30px;
    width: 100%;
    color: white;
    font-size: 11px;
    text-align: center;
    clear: both;
    min-width: 1000px;
    max-width: 2000px;
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.3); 
    -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.3); 
    box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
}

#footer a {		
    color:#FFE0E3;
    transition:all 0.2s ease-in; 
    -webkit-transition:all 0.2s ease-in; 
    -moz-transition:all 0.2s ease-in; 
    -o-transition:all 0.2s ease-in;
}
	
#footer a:hover {
    color:white;
    border-bottom:1px solid transparent;
}
                
.logo{
    width: 400px;
    height: 230px;
    background-image:url(../images/logo.png); 
    margin: 50px auto 20px auto;
}

/* estilos contador */
#countdown {
    margin:20px 0;
    text-align:center;
}
		
#countdown .countdown_section {
    display:inline-block;
    text-align:center;
    width:100px;
    font-size:12px;
    font-weight:bold;
    color:rgba(255,255,255,0.5);
    text-transform:uppercase;
}
	
#countdown .countdown_amount {
    background-image: -webkit-linear-gradient(top,#040404 0,#212121 100%); 
    background-image: -moz-linear-gradient(top,#040404 0,#212121 100%); 
    background-image: -ms-linear-gradient(top,#040404 0,#212121 100%); 
    background-image: -o-linear-gradient(top,#040404 0,#212121 100%); 
    background-image: linear-gradient(top,#040404 0,#212121 100%);
    -webkit-box-shadow:inset 0 1px 1px #3a3b3f, 0 0 10px rgba(0,0,0,.3); 
    -moz-box-shadow:inset 0 1px 1px #3a3b3f, 0 0 10px rgba(0,0,0,.3); 
    box-shadow:inset 0 1px 1px #3a3b3f, 0 0 10px rgba(0,0,0,.3);
    border:1px solid #1e1f23;
    color:#dcdcdc;
    font-size:36px;
    padding:13px;
    border-radius:10px;
    display:block;
    height:40px;
    width:50px;    
    margin:10px auto 0 auto;
}

/* == texto PROXIMAMENTE == */
.elem{
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 10px;
    text-shadow: 2px 2px 3px #000,
                 2px 2px 65px #001C32,
                 2px 2px 53px #001C32;
}