.baody {
	margin: 27px;
	font-family: Georgia, Monospace;
	/*background-color: rgb( 249, 248, 245 )*/
	/*padding: 0;*/
}

.iniputi-simple { 
   	width: 8rem;
   	background-color: #f2f2f2;
	border: 0.5px solid #fce1e1;
	border-radius: 0.3em;
   	color: #343D46;
}
.select-simple { 
   	background-color: #f2f2f2;
	border: 0.5px solid #fce1e1;
	border-radius: 0.3em;
   	color: #343D46;
}
.click-simple {
	cursor: pointer;
   	background-color: #ecf1ec;
	border-radius: 0.3em;
}
.boton-simple {
	cursor: pointer;
   	background-color: #ecf1ec;
	border-radius: 0.3em;
	padding: .1em .4em .1em .4em;
	margin: 3px;
}

.membrete-top {
	
}
.togoleador{
	cursor: pointer;
	color: blue;
}
.togoleable{
	display: none;
}
.select-minimal { 
	/* styling */
	background-color: white;
	border: thin solid blue;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;

	/* reset */

	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none; 
	background-image:
	    linear-gradient(45deg, transparent 50%, gray 50%),
	    linear-gradient(135deg, gray 50%, transparent 50%),
	    linear-gradient(to right, #ccc, #ccc);
	background-position:
	    calc(100% - 20px) calc(1em + 2px),
	    calc(100% - 15px) calc(1em + 2px),
	    calc(100% - 2.5em) 0.5em;
	background-size:
	    5px 5px,
	    5px 5px,
	    1px 1.5em;
	background-repeat: no-repeat;
}

