﻿@charset "utf-8";

#ModuloNuevoUsuario { width:725px; margin:45px 20px 20px 30px; font-size:0.8em; }
#ModuloNuevoUsuario h2  { font-size:24px; }
#ModuloNuevoUsuario h3 { color:#9e7241; font-size:18px; }

#registro input { border:solid 1px black; width:164px; font-size:1em; }
#registro input.txtObligatorio { background-color:#f0dcaf; }
#registro input.radio { width:25px; border:none; }
#registro input.check { width:25px; border:none; }
#registro textarea { border:solid 1px black; width:300px; height: 80px; font-size:1em; }

#caja-avatar { width:620px; padding:10px; background-color:#dfc686; border:solid 1px #936332; }
#caja-avatar img { border:solid 1px black; }
#caja-avatar input { border:solid 1px black; width:280px; font-size:1em; }

input.btnSubmit { width:100px; font-weight:bold; font-size:0.8em; background-color:#ff9900; text-align:center; }