@charset "utf-8";
/* CSS Document */

  .menu_esp{
	height:100px;
	background: #D0FFCA;
	}
	
  .menu_checar{
	width:1080px;
	height:100px;
	margin:0 auto;
	}
  .logo{
	height:60px;
	width:50px;
	float:left;}
	.item_entrada{
		width:120px;
		height:40px;
		float:left;
		padding:30px;
		color:#04A800;
		text-align:center;
		font-size:25px;
		display:block;
		margin-left:50px;
		}
	.item_salida{
		width:110px;
		height:40px;
		float:left;
		padding:30px;
		color:#04A800;
		text-align:center;
		font-size:25px;
		display:block;
		}
	.item_entrada:hover, item_salida:hover{
	-webkit-transform:scale(1.05,1.05); /* Chrome, Safari, Opera */
	transform:scale(1.05,1.05);
	color:#FFF;
	text-shadow:1px 1px #666;
	background:#006633;
	border-radius:3px;
	text-decoration:none;}
	.item_salida:hover{
	-webkit-transform:scale(1.05,1.05); /* Chrome, Safari, Opera */
	transform:scale(1.05,1.05);
	color:#FFF;
	text-shadow:1px 1px #666;
	background:#006633;
	border-radius:3px;
	text-decoration:none;}
	.item_sel{
		background:#04A800;
		color:#FFF;	}
    .entrada{
		width:300px; height:50px; font-size:24px; text-align:center;}
	.boton_guardar{
		width:300px; height:50px; font-size:20px;}
