/* CSS Document */



*{
margin:0px;
padding:0px;
}

img{
border:none;}

body{
background-color:#1b1b1a;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
}

a{
color:#808080;
text-decoration:none;
outline:0;
}

a:hover{
text-decoration: underline;
}


#outer_head{
width:100%;
background-color:#1d1c1b ;
height:132px
}

#head_wrapper{
height:132px;
background-color:#282623 ;
position:relative;
width:800px;
margin:0 auto;
}

#head_wrapper img{
margin-top:41px;
margin-left:28px;
}

#menu_wrapper{
position:absolute;
right:0px;
top:0px;
}


#main_wrapper_index{
height:481px;
background-color:#58130d;
width:800px; margin:0 auto;
}

/*#main_wrapper{
height:481px;
padding-left:28px;
padding-right:311px;
overflow:hidden;
background-image:url(../img/background_main.jpg);
background-repeat:no-repeat;
}*/

#outer_main{
width:100%;
background-color:#1b1b1a;
background-image:url(../img/bg_main.jpg);
background-repeat:repeat-x;
background-position:top;
overflow:hidden;

}

#main_wrapper {
height:439px;
background-color:#1c0807;
padding:16px 311px 26px 28px;
background-image:url(../img/background_main.jpg);
background-position:bottom;
background-repeat:no-repeat;
width:461px;
margin:0 auto;
}








#main_wrapper p{
margin-bottom:20px;
line-height:15px;
text-align:left;
}

#main_wrapper h3{
margin-bottom:10px;
font-size:13px;
color:#cecece;
}

#main_wrapper img{
margin-left:-12px;
}

#main_wrapper a{
color:#C0C0C0;
text-decoration:underline;
}

#outer_collection{
background-color:#161616;
width:100%;
overflow:hidden;

}

#collection_wrapper{
padding-top:26px;
height:154px;
background-color:#0e0e0e;
padding-left:27px;
padding-right:27px;
position:relative;
width:746px;
margin:0 auto;
}


#outer_footer{
width:100%;
background-color:#191919;
overflow:hidden;
}

#footer_wrapper{
background-color:#230806;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#c0c0c0;
font-weight:bold;
position:relative;
width:800px;
margin:0 auto;
}

#footer{
background-color:#1c0806;
background-image:url(../img/background_footer.gif);
background-repeat:no-repeat;
background-position:top left;
height:60px;
padding-top:44px;
padding-left:28px;
}

#footer ul{
margin-top:5px;
}

#footer ul li{
display:inline;
list-style:none;
}

#footer ul li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#808080;
text-decoration:none;
padding-right:6px;
border-right:1px solid #808080;
}

#footer ul li a:hover{
text-decoration:underline;
}

#footer ul li a.last{
border-right:none;
}

#contact{
width:176px;
height:72px;
position:absolute;
z-index:1;
top:26px;
left:533px;
}

#contact img{
margin-bottom:13px;
}

#contact p{
line-height:15px;
color:#808080;
margin-bottom:15px;
}

#contact p strong{
color:#c0c0c0;}

.websdirect{
position:absolute;
z-index:1;
bottom:27px;
right:18px;
}




#DockMenuDiv {
left:28px;
position:absolute;
top:42px;
visibility:hidden;
height:120px;
}

h2 span{
font-weight:normal;
font-size:12px;
}

h6 span{
font-weight:normal;
}




/*------------------------------------------FORMULARIO-------------------------------------------------*/


table td{
padding:4px;
margin-bottom:5px;
font-weight:bold;
}

input{
border:1PX solid #7b2e2c;
background-color:transparent;
width:298px;
height:18px;
color:#C0C0C0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11PX;
padding-top:2px;
padding-left:2px;
}

textarea{
border:1PX solid #7b2e2c;
background-color:transparent;
width:300px;
height:100px;
color:#C0C0C0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11PX;
padding-top:2px;
padding-left:2px;
overflow:hidden;
}


.imageElement{
display: none;

}