@charset "utf-8";

/* CSS Login usuarios */


#contenedorlogin {

 background: transparent url(/images/bodyusuarios.png) no-repeat;
 width:300px;
 height:130px;
 position:relative;
 border: 0px solid #000000;
 border-radius: 5px;
}


#contenidologin {

 background: transparent;
 width:300px;
 height:130px;
 position:absolute;
 border: 0px solid #000000;
 border-radius: 5px;
 left: 0px;
 top:0px;

}

#nombreusuario {

 background: transparent;
 width:300px;
 height:20px;
 position:absolute;
 top:0px;
 text-align: center;
 border-radius: 5px; 
 font-weight:bold;
 line-height: 18px;

}

#avatarusuario {

 background: transparent;
 width:70px;
 height:70px;
 position:absolute;
 top:22px;

}

#cuadrologin {

 background: transparent;
 width:228px;
 height:88px;
 position:absolute;
 top:12px;
 line-height: 20px;
 left: 72px;

}



#grupologin {

 background: transparent;
 width:300px;
 height:18px;
 position:absolute;
 top:112px;
 text-align: center;
 border-radius: 5px; 
 font-weight:bold;
 line-height: 20px;

}