@charset "utf-8";
body { font-family: 'Trebuchet MS'; background-color: #ccc; margin:3px; }

h1 { font-size: 1.4em; color:black; }

.cuerpo	{
	float: left;
	width:100%;
	padding: 2px;
	margin-bottom: 5px;
	border:none;
	background-color:#fff;
	display: block;
	margin: 1em 1%;
}	

.botones {
    border-radius: 100px 100px 100px 100px;
	border: 1px solid #000000;
	margin: 5px;
    text-decoration: none;
    font: bold 1.0em 'Trebuchet MS',Arial, Helvetica;
}

.botones:hover {
    background-color: #FF0000; 
	color:white;
}	

.botones_add {
    border-radius: 100px 100px 100px 100px;
	border: 1px solid #000000;
	margin: 5px;
    text-decoration: none;
    font: bold 1.0em 'Trebuchet MS',Arial, Helvetica;
}

.botones_add:hover {
    background-color: #4CAF50; 
	color:white;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row_calc {
  display: flex;
  height: 40px;
  margin-bottom:2px;
  margin-top:2px;
}

.column {
  flex: 50%;
}

.rowreceta {
  display: flex;
  height: 100%;		
}

.col_ingre-1, .col_ingre-2, col_ingre-3,col_ingre-4 {
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  float: left;
  margin-top:1px;
  margin-bottom:1px;
}
.col_ingre-1 {
  width: 120px;
}
.col_ingre-2 {
  width: 130px;
  text-align:right;
}
.col_ingre-3 {
  width: 150px;
  text-align:center;
}
.col_ingre-4 {
  width: 60px;
  text-align:right;
}

div.linea_receta {
  width: 280px;
  border: 1px solid #BFBFBF;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
  margin-bottom:15px;
}

div.secciones_receta {
  width: 260px;
  border: 1px solid #B1CED8;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
  margin-bottom:15px;
  background-color: #B1CED8;
}

.linea {
  border: 30px;
  dashed grey;
  width: 60%;
  height: 2px;
}

.colreceta-1, .colreceta-2  {
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  float: left;
  margin-top:1px;
  margin-bottom:1px;
}
.colreceta-1 {
  width: 120px;
}
.colreceta-2 {
  width: 100px;
  text-align:right;
}


.col-1, .col-2, .col-3  {
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  float: left;
  margin-top:15px;
  margin-bottom:15px;
}
.col-1 {
  width: 30%;
}
.col-2 {
  width: 40%;
}


.descripcion {
  width: 200px;
  background-color: #FFCD56;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #AAA;
  padding:5px;
}

.valores {
  width: 160px;
  padding:5px;
  background-color: #FFCD56;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #AAA;
}

.unidades {
  width: 50px;
  text-align:center;
  background-color: #ccc;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #AAA;
}

.titulo_principal {
 padding:10px;
}

.titulo_seccion {
 padding:5px;
}

div.caja_cocina {
  width: 480px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #BFBFBF;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
  padding: 10px 10px 20px 10px;
  margin-left:20px;
}

div.caja_formula {
  width: 300px;
  height: 700px;
  padding: 10px 10px 20px 10px;
  border: 1px solid #BFBFBF;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
}


.botonborra {
    border-radius: 200px 200px 200px 200px;
	border: 1px solid #000000;
	margin: 10px;
    text-decoration: none;
    font: bold 1.5em 'Trebuchet MS',Arial, Helvetica;
}

.botonborra:hover {
    background-color: #4CAF50; 
	color:white;
}


[contenteditable="true"].nombre_aroma {
    white-space: nowrap;
    width:200px;
    overflow: hidden;
}