body {
	font-family:'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 10pt;
	color: #666;
	line-height: 16pt;
	letter-spacing: 0.08em;
	overflow-y:scroll;
	background-color: #e5e5e5;
	background-image: url(fondo.png);
}

p {
	margin-top: 0px;
	margin-bottom: 4px;
}

td img {
	margin-top: 4px;
}
#principal {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 50px;
	padding: 20px;
	width: 1000px;
	background-color: #313539;
	border: thin solid #e5e5e5;
	border-radius: 4px;
  box-shadow: 4px 4px 10px #666;
  min-height: 700px;
}

#herramientas {
	margin:auto;
	margin-bottom: 20px;
	min-width: 1000px;
	display:flex;
	width:96%;
	align-items: center;
	justify-content: flex-end;
}

#mensaje {
	cursor: pointer;
	position: fixed;
	z-index: 100;
	margin-top: 40px;
	margin-left: 50%;
	left: -200px;
	padding: 20px;
	width: 400px;
	height: 40px;
	background-color: #f8f6ee;
	border: thin solid #e3ded0;
	border-radius: 4px;
	box-shadow: 4px 4px 10px #666;
}

#login {
	width: 600px;
	height: 350px;
	margin: auto;
	margin-top: 40px;
	border: 1px solid #999;
	border-radius: 6px;
	padding: 20px;
	background-color: #f5f5f5;
}

#contenedor {
	width: 98%;
	min-height: 520px;
	margin: auto;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #000;
	background-color: rgba(23, 23, 23, 0.75);
	/* box-shadow: 4px 4px 10px #111; */
}

#nombre {
	margin: auto;
	margin-top: 20px;
	width: 800px;
	min-height: 200px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: rgba(23, 23, 23, 0.50);
	/* box-shadow: 4px 4px 10px #111; */
}

#direcciones {
	margin: auto;
	margin-top: 20px;
	width: 800px;
	min-height: 200px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: rgba(23, 23, 23, 0.50);
	/* box-shadow: 4px 4px 10px #111; */
}

#telefonos {
	margin: auto;
	margin-top: 20px;
	width: 800px;
	min-height: 200px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: rgba(23, 23, 23, 0.50);
	/* box-shadow: 4px 4px 10px #111; */
}

#emails {
	margin: auto;
	margin-top: 20px;
	width: 800px;
	min-height: 200px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: rgba(23, 23, 23, 0.50);
	/* box-shadow: 4px 4px 10px #111; */
}

#bancos {
	margin: auto;
	margin-top: 20px;
	width: 800px;
	min-height: 200px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: rgba(23, 23, 23, 0.50);
	/* box-shadow: 4px 4px 10px #111; */
}

.div_titular {
	width: 942px;
	border: 1px solid #999;
	border-radius: 6px;
	margin: auto;
	margin-top: 10px;
	padding: 8px;
	background-color: #fff;
}

#saludo {
	border: none;
	background-color: transparent;
}

#saludo td {
	font-size: 8pt;
}

table {
	border-collapse: collapse;
	border: none;
}

iframe {
	width: 960px;
	border: 1px solid #999;
	border-radius: 6px;
	margin: auto;
	margin-top: 10px;
}

a {
	text-decoration:none;
	color:#9bbc15;
}

.cab_naranja {
	cursor: default;
	background-color: #DE6F43;
	color: #fff;
	font-weight: 600;
}

.cab_naranja td {
	padding: 2px 6px 2px 6px;
}

.cab_verde td {
	padding: 2px 6px 2px 6px;
}

.cab_verde {
	cursor: default;
	background-color: #9bb93c;
	color: #fff;
	font-weight: 600;
}

.cab_verde2 {
	cursor: default;
	background-color: #9bb93c;
	color: #fff;
	font-weight: 600;
}

.cab_azul1 {
	cursor: default;
	background-color: #4ea9de;
	color: #fff;
	font-weight: 600;
}

.cab_azul1 td {
	padding: 2px 6px 2px 6px;
}

.cab_azul2 {
	cursor: default;
	background-color: #0f6191;
	color: #fff;
	font-weight: 600;
}

.cab_azul2 td {
	padding: 2px 6px 2px 6px;
}

.lista {
	border:solid 1px #CCC;
	background-color:#f5f5f5;
	cursor: default;
}

.lista td {
	padding: 2px 6px 2px 6px;
}

.lista:hover {
	background-color:#fff;
	color:#dd5d2c;
}

.seleccion:hover {
	color: #000;
}

button.boton {
	font-family:'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 9pt;
	color: #333;
	letter-spacing: 0.075em;
	border-radius: 4px;
	border: 1px solid #999;
	cursor: pointer;
	display: flex;
	flex: 0 0 fit-content;
	align-items: center;
	padding:4px 15px 4px 10px;
	background-color:#f3f3f3;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-left: 10px;
}

a.boton {
	font-family:'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 9pt;
	color: #333;
	letter-spacing: 0.075em;
	border-radius: 4px;
	border: 1px solid #999;
	cursor: pointer;
	display: flex;
	flex: 0 0 fit-content;
	align-items: center;
	padding:4px 15px 4px 10px;
	background-color:#f3f3f3;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-left: 10px;
}

a.boton img {
	margin-right: 6px;
}

a.boton:hover {
	color:#dd5d2c;
	background-color: #fff;
}

a:hover {
	text-decoration:none;
	color:#dd5d2c;
}

.filtros {
	display: flex;
	align-items: center;
	flex: 1 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #999;
	padding:1px 15px 1px 10px;
	border-radius: 4px;
}

.filtros form {
	display: flex;
	align-items: center;
}

.filtros input[type=text] {
	margin-left: 8px;
}
.filtros select {
	margin-left: 8px;
}

.filtros input[type=image] {
	margin: 0px 0px 6px 20px;
}

form input[type=image] {
	margin: 10px 0px 0px 0px;
}
.cajatexto {
	font-family:'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 300;
	letter-spacing: 0.04em;
	font-size:10pt;
	line-height: 15pt;
	padding: 4px 8px 4px 8px;
	color: #333;
	border: #999 thin solid;
}

.niveles {
	font-size: 9pt;
	padding: 8px;
	position: sticky;
	border: thin solid #ccc;
	width: 148px;
	height: 150px;
	overflow-y: scroll;
	border-radius: 2px;
	background-color: #fff;
	line-height: 14pt;
}

.beneficiarios {
	font-family:'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	font-size:9pt;
	line-height: 10pt;
	visibility: hidden;
	margin-top: 20px;
	margin-left: 40px;
	min-height: 50px;
	min-width: 200px;
	padding: 8px;
	position: absolute;
	z-index: 999;
	background-color:#fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	/* box-shadow: 4px 4px 10px #666; */
}

.cajamodifica {
	font-family:'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 300;
	letter-spacing: 0.04em;
	font-size:9pt;
	line-height: 12pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	color: #333;
	border: #999 thin solid;
}

.col1 {width: 8.33%;}
.col2 {width: 16.67%;}
.col3 {width: 25%;}
.col4 {width: 33.33%;}
.col5 {width: 41.67%;}
.col6 {width: 50%;}
.col7 {width: 58.33%;}
.col8 {width: 66.67%;}
.col9 {width: 75%;}
.col10 {width: 83.33%;}
.col11 {width: 91.67%;}
.col12 {width: 100%;}
