.cuerpo { 
background-color : #000; 
position : absolute; 
top : 160px; 
left : 100px; 
width : 800px; 
padding : 0 0 0 0; 
margin : 0; 
}
.contenido-bg { 
background : #000 url('../art/bg-contacto.png') no-repeat top left; 
width : 800px; 
height : 500px; 
padding : 0; 
margin : 0; 
z-index : 15;
text-align : justify; 
font : normal 12px "Trebuchet MS", Futura, Arial, Helvetica, sans-serif; 
color : #ffffff;
}
.infobox{
color: #ccc;
width: 480px;
text-align: left;
margin-top: 10px;
}
#home{
float: left;
margin: 8px;
margin-left:0;
}
.fisicbox{
width : 450px;
height : 80px;
padding: 10px 0px 0px 0px;
text-align: center;
font-family :  Helvetica, sans-serif;
font-size : 12px;
color: #eeeeee;
margin: 0px;
border: 0;
}
.casilla {
width: 250px;
color: #FFCC33;
background: transparent;
font-family :  Arial, Helvetica, sans-serif;
font-size : 12px;
border: 0;
border-bottom: 1px dotted #333;
display: inline;
margin-left: 6px;
}
.enviar{
background: url('../art/enviar.png') no-repeat top left;
background-position: 0px -22px;
width : 50px;
height : 22px;
cursor: pointer;
border: 0px;
}
.enviar:hover{ 
background-position: 0px -0px; 
}
.borrar{
background: url('../art/borrar.png') no-repeat top left;
background-position: 0px -22px;
width : 50px;
height : 22px;
cursor: pointer;
border: 0px;
}
.borrar:hover{ 
background-position: 0px -0px; 
}

textarea{
color: #fff;
background-color : transparent;
border: 1px solid #252525;
font: normal 12px "Trebuchet MS", Futura, Arial, Helvetica, sans-serif;
width : 450px;
height : 80px;
padding: 2px 2px 2px 2px; 
margin-top:10px;
overflow : auto;
SCROLLBAR-FACE-COLOR:#000000;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #333333;
SCROLLBAR-ARROW-COLOR: #cccccc;
SCROLLBAR-TRACK-COLOR: #888888;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
margin-bottom: 8px;
}
#infomail{
width : 450px;
}

a.contactomail, a.contactomail:visited, a.contactomail:active, a.contactomail:focus, a.contactomail:link {
color: #ffffff;
text-decoration : none;
}
a.contactomail:hover{
color: #FFCC33;
text-decoration : none;
}
