      			.centrar{
      				position: absolute;
      				top:50%;
      				left:50%;
      				width:400px;
      				margin-left:-200px;
      				height:263px;
      				margin-top:-120px;
      				border:1px solid #979A9A;
              background-color: #ECF0F1;
              border-radius:8px;
      			}
            .campoText{
                padding: 0.4em;
                font-size: 1.1em;
                width: 12em;
                margin-left: 1em;
                margin-bottom: 1em;
            }
            .lblText{
                display: inline-block;
                font-weight: bold;
                margin-bottom: 0.7em;
                font-size: 1.1em;
                color: #273746;
            }
            #contBtns{
                background-color: #D3DCE3;
                display: block;
                height: 6em;
                border-top: 1px solid #979A9A;
                margin-top: 0.4em;
                border-radius: 0px 0px 10px 10px;
            }
            #btnAceptar img,#btnAceptar label{
                float: left;
                display: inline-block;
                font-size: 1.1em;
                font-weight: bold;
            }
            #btnAceptar{
                padding: 0.7em;
                margin: 0.6em;
                float: right;
                margin-right: 2em;
                margin-top: 1.5em;
            }
            #btnAceptar label{
                margin-top: 0.2em;
                margin-left: 0.3em;
            }
            #titLogueo{
                position: absolute;
                left: 2em;
                top: -1.3em;
                display: inline-block;
                width: 4em;
                height: 1.6em;
                background-color: white;
                padding: 0.4em;
                font-weight: bold;
                font-size: 1.1em;
                text-align: center;
                border: 1px solid #979A9A;
                border-radius: 5px;
                box-shadow: 2px 2px 5px #B3B6B7;
            }
            #titApp{
                position: absolute;
                left: 1.5em;
                top: -3.4em;
                font-size: 1.8em;  
                font-weight: bold;
                color: #2C3E50;              
            }