#barratop
{
    background:url(imagenes/cabezerapag.png) no-repeat;
    background-size: auto;
    width:900px;
    height: 24px;
    margin: 0 auto;
}
#contenedor
{
    margin: 0 auto;
    width: 900px;
    padding:0;
    overflow:hidden;
    background: url(imagenes/fondocontenido.png) repeat-y;
}
.logo
{    
    background: url(imagenes/logozabezera.png) no-repeat;
    background-size: auto;
    width: 619px;
    height: 137px;
    float: left;
}
body
{
    margin:0 20px;
	 padding:0;
	 font-family:Helvetica;
	 font-size:12px;
	 background:url(imagenes/fondo.jpg);
}
#registro
{	
    width: 269px;
    margin-left: 11px;
	background-image:url(imagenes/fondoformualrio.png);
	background-repeat:repeat-y;
	float:left;
}
input.text, select.text, textarea.text 
{
   background: rgb(135,129,184);
   border: 1px solid #393939;
   border-radius: 3px 3px 3px 3px;
   color: #393939;
   font-size: 12px;
   padding: 5px;
   width:200px;
   margin: 0 15px;
}
.registrarse
{
	margin:0 60px;
}
#rectan
{    
    float: left;
   width: 604px; 
   height: 28px;    
    border-radius: 8px;
   background:rgb(135,129,184);
}