/* CSS Hoja de tiempo */

/* Seccion ingreso a hoja de tiempo */

body 							{
								font-family: Arial, Helvetica, sans-serif;
								color: black;
								background-color: #91D3F8;
								text-align: center;
								}

.login-box 						{
								width: 260px;
								height: 150px;
								position: relative;
								color: #ebebeb; /* Texto crema sobre fondo azul */
								margin-left: auto;	
								margin-right: auto;
								font-weight:bold;
								font-size:14px;
								padding: 40px 50px 0 50px;
								background-image: url( 'background.png' );
								border: none;
								}

	
hr								{
								width: 100%;
								color: black;
								background-color: #005581; /*Azul Dessau, util en browsers que soporten webkit */
								text-align: center;
								height: 2px;
								}

.login-box li					{
								padding-bottom: 6px;
								text-align: right;
								}


.login-box li.boton						{
								padding-top: 10px;
								text-align: center;
								
								}


label							{
								padding-top: 3px;
								float: left;
								}

		
input.usuario					{
								/* Correccion para MSIE8 */
								width: 155px;	
								}


ul								{
								border: 0;
								margin: 0;
								padding: 0;
								list-style: none;
								}


.titulos						{
								font-size: 24px;
								font-weight: bold; /* 400=normal, 700=bold */
								text-align: center;
								}


.logo_dessau					{
								display: block;
								margin-left: auto;	
								margin-right: auto;
								padding-top: 3px;
								padding-bottom: 5px;
								}


.logon_boton					{
								width: 260px;
								padding: 1px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 14px;
								font-weight: bold; /* 400=normal, 700=bold */
								text-align: center;
								margin-left: auto;	
								margin-right: auto;
								}
