@charset "utf-8";
/* CSS Document */

html, body{
background:#000000;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-variant:normal;
font-weight:normal;
}
.clear{
clear:both;
overflow: hidden;
width: 100%;
}
#bg01{
width:100%;
}
#bg02{
width:100%;
height:400px;
background:#2B2B2B url(../imas/bg_djwm.png) repeat-x top left;
}
#bgDesatacadas{
width:100%;
background:#2B2B2B;
}
#bg04{
width:100%;
}
#main{
width:100% !important;
margin:50px auto 5px auto !important;
color:white;
font-size:12px;
text-align:center;
}
h1, h2, h3, h4, h5, h6 {
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.enviar{
width:460px;
height:30px;
border:0;
background:#414141;
color:white;
padding:5px;
font-size:12px;
cursor:pointer;
text-decoration:none;
text-transform:uppercase;
}
.enviar:hover{
background:#9C050D;
}

.loaderIndex{
background:url(../imas/loaderIndex.gif) no-repeat center;
width:100%;
height:200px;
}
img{
padding:5px;
margin:5px;
background:#414141;
}
/**************************** DIV CONTACTO TOP SITE ****************************/
#FormContacto1{
background:#333333;
width:100% !important;
height:360px;
text-align:center;
}
/**************************** PIE PAGINA ****************************/
#footer{
margin:0 auto;
width:450px;
color:#999999;
font-size:10px;
}
#footer p.copy{
float:left;
}
#footer p.links{
float:right;
text-align:right;
}
#footer .links a{
color:#999999;
text-decoration:none;
}
#footer .links a:hover{
text-decoration:underline;
}