		/*section-buttons*/
        .section-buttons{margin:10px 0 0;}
        .section-buttons:after{
	        content:"";
	        display:block;
	        clear:both;
        }
        .section-buttons a{
	        background-color:#fff;
	        background-image:-o-linear-gradient(top, #ffffff, #eff8ff);
	        background-image:-moz-linear-gradient(top, #ffffff, #eff8ff);
	        background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eff8ff));
	        width:100%;
	        font:bold 20px/38px Arial, Helvetica, sans-serif;
	        text-decoration:none;
	        border:1px solid #eee;
	        border-radius:1px;
        }
		.section-buttons a.btn-INGRESAR{float:left;}
		.section-buttons a.btn-RECUPERA{float:left;}
        .section-buttons a.btn-OK{float:left;}
        .section-buttons a.btn-EMAIL{float:left;}
		.section-buttons a.btn-CANCEL{float:right;}
        .section-buttons a.btn-DELETEUSER{float:right;}
        .section-buttons a.btn-Compromisos-pendientes{float:left;}
        .section-buttons a.btn-Compromisos-atrasados{float:right;}
        .section-buttons span{
	        border:1px solid #fff;
	        display:block;
	        padding:0 0 0 44px;
        }
		.section-buttons a.btn-INGRESAR span{background:url(../../../img/locked.png) no-repeat 1px;}
		.section-buttons a.btn-RECUPERA span{background:url(../../../img/recover2.png) no-repeat 1px;}
		.section-buttons a.btn-EMAIL span{background:url(../../../img/Mail3.png) no-repeat 1px;}
        .section-buttons a.btn-OK span{background:url(../../../img/1360180426_button_ok_70.png) no-repeat 1px;}
        .section-buttons a.btn-Compromisos-pendientes span{background:url(../../../img/1357160617_folder_green_scheduled_tasks_30.png) no-repeat 1px;}
        .section-buttons a.btn-Compromisos-atrasados span{background:url(../../../img/1357160619_folder_red_scheduled_tasks_30.png) no-repeat 1px;}
		.section-buttons a.btn-CANCEL span{background:url(../../../img/1360180424_gtk-cancel_70.png) no-repeat 1px;}
        .section-buttons a.btn-DELETEUSER span{background:url(../../../img/delete_user_70.png) no-repeat 1px;}