body{
	  background: transparent url(../img/bg_body_bottom.jpg) repeat-x scroll left top;
}
label{
	margin-top: 10px;
	color:#583997;
}
h1{
	color:#fff;
	text-shadow: 1px 1px 1px #000000;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 28px;
	font-family: Arial;
}
h3{
	color:#fff;
	text-align: right;
	margin-top: 14px;
	text-shadow: 1px 1px 1px #000000;
	font-size: 20px;
	font-family: Arial;
}
h4{
	color:#583997;
}
#logo{
  position: relative;
  top:32px;
  background: url(../img/logo.png) no-repeat 0 0;
  width: 200px;
  height: 70px;
  left:20px;
}
@media (max-width: 767px) {
  #logo{
    position: relative;
    top:32px;
    left:10px;
    background: url(../img/logo_peque.png) no-repeat 0 0;
    width: 42px;
    height: 70px;
  }
}
.titulo{
	padding-left: 0px;
	padding-right: 0px;
	background: rgba(107,76,170,1);
background: -moz-linear-gradient(top, rgba(107,76,170,1) 0%, rgba(69,37,130,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,76,170,1)), color-stop(100%, rgba(69,37,130,1)));
background: -webkit-linear-gradient(top, rgba(107,76,170,1) 0%, rgba(69,37,130,1) 100%);
background: -o-linear-gradient(top, rgba(107,76,170,1) 0%, rgba(69,37,130,1) 100%);
background: -ms-linear-gradient(top, rgba(107,76,170,1) 0%, rgba(69,37,130,1) 100%);
background: linear-gradient(to bottom, rgba(107,76,170,1) 0%, rgba(69,37,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#452582', GradientType=0 );
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
color:#fff;
}
.main-calculadora{
	margin-top: 20px;
	padding-bottom: 0px;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );


	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
border-radius: 5px 5px 2px 2px;
-moz-border-radius: 5px 5px 2px 2px;
-webkit-border-radius: 5px 5px 2px 2px;
border: 0px solid #000000;
}

.img-principal{
	height:630px;
}
.cuadro{
	background-color: #fff;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #dbd8db;
}
.resultado{
	font-size: 20px;
	margin-top: 10px;
}
#imagen-resultado{
	  padding-top: 10px;
}
.resultado span{
	background-color: #583997;
	color:#fff;
	font-size: 25px;
	padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
}
.btn-nutricia{
	margin-top: 15px;
	margin-bottom: 20px;
	color:#fff !important;
	background-color: rgba(88,57,151, 0.9) !important;
	background-image: none !important;
    filter: none !important;
	background-image: initial !important;
	border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border: 1px solid #523997;
}
.btn-nutricia-anterior{
	margin-top: 15px;
	margin-bottom: 20px;
	color:#16aae2 !important;
	background-color: rgba(255,255,255, 0.8) !important;
	background-image: none !important;
    filter: none !important;
	background-image: initial !important;
	border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border: 1px solid #ebe6eb;
}
.error{
	color:#F00;
	display: inline-block;
}
input[type=checkbox]{
  position: relative;
  top: 3px;
  margin-right: 5px;
}
table{
	color:#583997;
}

.btn{
	font-size: 20px;
}
.table{
	margin-bottom: 0px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#header {
  background: url(../img/bg_header.jpg) repeat-x left top;
  font-size: .8em;
}
#header {
  position: relative;
  height: 118px;
  width: 100%;
  margin-bottom: 60px;
}
#header .slogan {
  position: absolute;
  left: 245px;
  top: 56px;
  width: 130px;
  height: 36px;
  background: url(../img/slogan.png) no-repeat 0 0;
}
#header .titulo-header{
	position: absolute;
	right: 190px;
	top:60px;
	font-size: 18px;
	color: #fff;
  text-shadow: 1px 1px 1px #000000
} 
#header .imagen-header{
	position: absolute;
	right: 10px;
	top:20px;
	font-size: 14px;
	color: #fff;
  text-shadow: 1px 1px 1px #000000
} 
#header .imagen-header img{
	width: 100%;
}
@media (max-width: 767px) {
  #header .titulo-header{
  	right: 10px;
  	top:95px;
  }
}