/* CSS Document */
#cuado_superior{
background:url(../img/cuadro_sup.jpg) no-repeat;
width:533px;
height:10px;
overflow:hidden;
}
#cuadro_contenido{
background:#666666;
width:520px;
overflow:hidden;
padding-left:13px;
}
#cuadro_inferior{
background:url(../img/cuadro_inf.jpg) no-repeat;
width:533px;
height:10px;
overflow:hidden;
}
.nombrecampo{
width:130px;
float:left;
}
.formu{
width:375px;
background:#cbcbcb;
color:#333333;
}

.formuarea{
width:375px;
background:#cbcbcb;
color:#333333;
height:73px;
}

.boton_enviar{
border:none;
float:right;
margin-right:10px;
background:url(../img/enviar.jpg) no-repeat;
width:82px;
height:28px;
cursor:pointer;
}

.boton_enviar:hover{
	filter:alpha(opacity=70); 
    -moz-opacity:0.7; 
    opacity: 0.7;
}
