﻿
.blanco
{
	width: 99%;
	_width: 100%;
	_height: 80%;
	padding-left: 12px;
	_padding-left: 16px;
	padding-bottom: 50px;
	top:0px;
	background-color:#f7f8f7;
	background: #fff;
	display: inline-table;   
	border-radius:5px;
}
.Gridblanco
{
	width: 98%;
	background-color:#f7f8f7;
	background: #fff;
	border-radius:5px;
}

.content {
  border: 1px solid #ccc;
  overflow: hidden;
}

.toggle-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

.inner-content {
  display: none;
}
