body,html
{
	border:0;
	padding:0;
	width:100%;
	font-family: 'Josefin Sans', sans-serif;
}
#LOGO{
  width: 100%;
}
#hoja {
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 95%;
}
.corte {
  position: absolute;
}
.corte > div {
  background: #fff none repeat scroll 0 0;
  border: 1px solid red;
  height: 100%;
  width: 100%;
  position: relative;
}
.datos-calculadora {
  width:20%;
  float:left;
}
.graf{
	width:80%;
	float:right;
}
.entrada-valores,
.detalles-corte {
  border: 2px solid #b6b6b6;
  padding: 10px;
  background-color: #F7F7F7;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari y Chrome */
}
.entrada-valores div{
	text-align:center;
}
.graf h1{
  color:#D808B8;
}
.graf u{color:red;}
.graf p {font-weight: bold;}
.detalles-corte p {
  background-color: #fff;
  font-weight: bold;
}
.entrada-valores p {
	text-align:center;
}
.entrada-valores button {
	margin-top:9px;
}
.cortes {
  width: 40%;
  margin:0 auto;
  position: relative;
}
#alto-hoja {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 4%;
}
#ancho-hoja {
  text-align: center;
}
#alto-corte {
  color: blue;
  font-size: 15px;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 100%;
  z-index: 2;
}
#ancho-corte {
  color: blue;
  font-size: 15px;
  margin: -7px 0 0;
  position: absolute;
  right: -20px;
  top: 50%;
  z-index: 2;
}