﻿@charset "utf-8";


/* Registro */

#registro { margin:0 auto; padding:25px; }
#titulo-registro { margin-bottom:4px; color:#556f8e; font-size:1.5em; border-bottom: dotted 1px #556f8e; }
#titulo-registro .subtitulo { color:#f4ac00; font-size:1em; }

#registro #texto { font-size:0.8em; }

#registro #formulario-registro { margin:60px auto; width:620px; }
#registro #formulario-registro .campo1 { float:left; width:100px; height:20px; margin-right:10px; font-size:0.8em; font-weight:bold; text-align:right; }
#registro #formulario-registro .campo2 { float:left; width:500px; height:20px; }
#registro #formulario-registro .campo2 input { width:505px; border:solid 1px #cecece; }
#registro #formulario-registro .campo2 input.corto { width:150px; }

#registro #formulario-registro input.btnSubmit { width:137px; height:19px; background:url(../img/btnLargo1.gif) no-repeat; border:none; font-size:0.9em; text-align:center; font-weight:bold; padding-bottom:2px; }