body {
  background-color: lightblue;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
}
.Nombre {
	background-color: #999999;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #CCCCCC;
	width: 800px;
} 

.CampoUsuario{
	font-size: 36px;
}

.Boton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000033;
	background-color: #0066FF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}


.boton2{
font-size:12px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:#00FFFF;
background:#638cb5;
border:0px;
width:180px;
height:40px;
}

.Botonpequeno{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFCC66;

}


.Botoncerrarsesion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
	background-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	height: 30px;
	width: 200px;
	margin: auto;
}


.box{
	height: 300px;
	width: 300px;
	background-color: #FFFF99;
}

.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #FFFFFF;
	background-color: #0000FF;
}



.tabla{
	position: relative;
    left: 15%;
	display: table;
	width: 1200px;
	overflow-y:scroll;
	text-align: left;
	height: 400px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.columna1{
	display: table-cell;
	width: 10%;
}
.columna2{
	display: table-cell;
	width: 50%;
}
.columna3{
	display: table-cell;
	width: 20%;
	text-align: left;
}

.columna4{
	display: table-cell;
	width: auto;
}



.columna1titulo{
	display: table-cell;
	width: 10%;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 24px;
}
.columna2titulo{
	display: table-cell;
	width: 50%;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 24px;
}
.columna3titulo{
	display: table-cell;
	width: 20%;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 24px;
}

.columna4titulo{
	display: table-cell;
	width: auto;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 24px;
}



#contenedor {
	display: table;
	border: 2px solid #000;
	width: 1024px;
	text-align: center;
	margin: 0 auto;
	background-color: #CCCCCC;
}

#contenidos {
	display: table-row;
	text-align: left;
	background-color: #CCCCCC;
	height: 25px;
}


#contenidostitulo {
	display: table-row;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
#columna1{
	display: table-cell;
	vertical-align: middle;
	padding: 1px;
	text-align: left;
	width: 100px;
}

 #columna2, #columna3,#columna4,#columna5,#columna6{
	display: table-cell;
	vertical-align: middle;
	padding: 1px;
	text-align: left;
}



#dato {
	color: #0000FF;
}
