h3 {
	font-size: 2em;
	padding:0px;
	margin:0px;
	color:#2c3e4e;
}

table {
	/*border:solid 2px #4f88bc;*/
	text-align: center;
	color:#78bae7;
	border-collapse: separate;
	border-spacing: 0;
}

table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

table td {
	width:150px;
	height:80px;
	border:solid 2px #4f88bc;
	background:#FFF;
	font-size: 30px;
}

.encabezado td {
	background:#78bae7;
	color:#FFF;
	font-size: 30px;
}

.encabezado2 {
	width:200px;
	color:#7ca96a;
	font-style: italic;
	font-size:30px;
} 

input {
	width:150px;
	height:100%;
	color:#000;
	border:none;
	font-size: 27px;
}

.ggb_subtitulo{
	font-size: 18px;}

#tabs3, #tabs4 {
	position:relative;
}

#tabs3 input, #tabs4 input {
	background:rgba(255,255,255,0.7);
	border-radius: 5px;
	border:solid 1px #a3a3a3;
	position:absolute;
	height:25px;
	text-align: center;
}

.ok {
	width:100px;
	height:40px;
	background:#6194cd;
	border-radius:5px;
	color:#FFF;
	line-height:40px;
	position:absolute;
	bottom:20px;
	right:20px;
	transition:all 0.3s ease;
}

.ok:hover {
	background:#356CAA;
}