.calculadora_container_pesoideal  {
	width: 100%;
	padding-top: 3%;
	padding-left: 3%;
	height: auto;
	padding-right: 3%;
	padding-bottom: 3%;
	display: block;
	float: left;
	border: thin solid #999999;
	margin-top: 30px;
	margin-bottom: 20px;
}
select { border: 1px solid #999999 !important;}
.calculadora_container_pesoideal form .edad {
	width: 46%;
	padding-left: 1%;
	height: 48px;
	font-family: 'Roboto';
	color: #6a695e;
	font-size: 14px;
	float: left;
	display: block;
	border: 1px solid #999999;
	margin-bottom: 0px;
}
.calculadora_container_pesoideal form .cm {
	width: 49%;
	padding-left: 1%;
	margin-left: 5%;
	height: 48px;
	float: left;
	display: block;
	font-family: 'Roboto';
	color: #6a695e;
	font-size: 14px;
	border: 1px solid #999999;
	margin-bottom: 0px;
}

.selectsex	{
	width: 47.5%;
	height: 48px;
	padding-left: 1%;
	font-family: 'Roboto';
	color: rgba(153,153,153,1);
	font-size: 14px;
	float: left;
	display: block;
	border: 1px solid #999999;
	margin-bottom: 0px;
	background-color: rgba(255,255,255,1);
	border-radius: 0px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: right 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.selectcomplex	{
	width: 47%;
	height: 48px;
	padding-left: 1%;
	margin-left: 5%;
	float: left;
	display: block;
	font-family: 'Roboto';
	color:rgba(153,153,153,1);
	font-size: 14px;
	border: 1px solid #999999;
	margin-bottom: 0px;
	background-color:rgba(255,255,255,1);
	border-radius:0px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: right;
	-webkit-appearance:none; 
	-moz-appearance:none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.calculadora_container_pesoideal form label input {
	clear: both;
}
.calculadora_container_pesoideal .calcular_pesoideal {
	clear: both;
	width: 99.5% !important;
	display: block;
	float: none;
	border-style: none;
	border-top-left-radius: 0px;
	height: 47px;
	margin-top: 20px;
	background-color: #30a8ad;
	background-image: url(../img/button-bg-medium.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-position: right bottom;
}
.calculadora_container_pesoideal .calcular_pesoideal:hover {
	background-color:#20959a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.calculadora_container_pesoideal form .selector {
	font-family: 'Roboto';
	font-weight: 300;
	color: #666666;
	font-size: 12px;
	width: 50%;
	display: block;
	float: left;
	padding-bottom: 20px;
	border: none;
	border-style: none;
	padding-top: 20px;
}

.calculadora_container_pesoideal form .selector input {
	color: #999999;
}
.calculadora_container_pesoideal form {
	width: 100%;
	float: left;
	display: block;
}

form a {
	color: #30A8AD;
	font-family: 'Roboto';
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
	left: 53%;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.calculadora_container_pesoideal.pesoideal_small form a {
    left: 0;
}

.calculadora_titular h2 {
	text-align: center;
	font-family: 'Roboto';
	font-weight: lighter;
	color: #FFFFFF;
	display: block;
	font-size: 25px;
	background-color: rgba(68,176,180,0.8);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 72px;
	line-height: 72px;
	position: relative;
	top: 102px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.calculadora_titular	{
	height: 190px;
	display: block;
	width: 100%;
	background-image: url(../img/back_pesoid.jpg);
	background-position: 50% 60%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 16px;
}

.calculadora_container_pesoideal.pesoideal_small .calculadora_titular h2, .calculadora_container_repeso.pesoideal_small .calculadora_titular_repeso h2 {
    border: medium none;
    box-sizing: border-box;
    font-size: 18px;
    height: 60px;
    line-height: normal;
    padding: 10px 5px 0;
}
.calculadora_container_pesoideal.pesoideal_small .calculadora_titular h2 {
    top: 114px;
}
.calculadora_container_repeso.pesoideal_small .calculadora_titular_repeso h2 {
    top: 70px;
}

.calculadora_container_pesoid {
    width: 100%;
    padding-top: 3%;
    padding-left: 3%;
    height: auto;
    padding-right: 3%;
    padding-bottom: 3%;
    display: block;
    float: left;
    border: none;
}
.calculadora_container_pesoid	{
	font-family: 'Roboto';
	color: #6a695e;
	font-size: 17px;
}

h1 {
	color:#30a8ad;
	font-size: 40px;
	font-family: 'Roboto Condensed';
	
}

.contenedor_complex_pesoid {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right-width: thin;
	border-right-color: #666666;
	border-top: thin solid #666666;
	border-left-width: thin;
	border-left-color: #666666;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	float: left;
}
.parrafo_pesoid	{
	display: block;
	float: left;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: 30px;
	width: 37%;
}
.contenedor_complex_pesoid img {
	display: block;
	float: left;
}

.contenedor_general {
	height: auto;
	clear: both;
}
.calculadora_enlace_volver	{
	color: #30a8ad;
	display: block;
	font-family: 'Roboto';
	font-weight: bolder;
	font-size: 20px;
	text-decoration: none;
	padding-top: 100px;
	text-align:center;
}

.calculadora_enlace_volver.pesoideal_small {
    display: none;
}

@media screen and (max-width:768px){
.calculadora_container_pesoideal {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 4%;
	padding-bottom: 4%;
	margin-bottom: 20px;
}
.calculadora_container_pesoideal form .edad {
	width: 97%;
	margin-bottom: 20px;
	padding-left: 2%;
	height: 60px;
}
.calculadora_container_pesoideal form .cm {
	margin-left: 0px;
	width: 97%;
	margin-bottom: 20px;
	padding-left: 2%;
	height: 60px;
}
.selectsex	{
	float:none;
	clear: both;
	width:99%;
	padding-left: 2%;
	height: 60px;
	background-size: 60px 60px;
}
form a {
	display: block;
	left: 0px !important;
	position: relative;
	font-size:15px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.selectcomplex	{
	width: 99%; 
	clear: both;
	float: none;
	margin-top: 20px;
	margin-left: 0;
	padding-left: 2%;
	height: 60px;
	background-size: 60px 60px;
}
.calculadora_container_pesoideal form .calcular_pesoideal {
	height: 60px;
}


.calculadora_titular h2	{
	border: none;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: normal;
	height: 57px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}
.contenedor_general .contenedor_complex_pesoid img {
	clear: both;
	float: none;
	margin: auto !important;
}
.contenedor_general .contenedor_complex_pesoid .parrafo_pesoid {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
	clear: both;
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
}
.calculadora_container_repeso  {
	width: 100%;
	padding-top: 3%;
	padding-left: 3%;
	height: auto;
	padding-right: 3%;
	padding-bottom: 3%;
	display: block;
	float: left;
	border: thin solid #999999;
	margin-top: 30px;
}
.calculadora_container_repeso .cuadro_repeso {
	width: 99.9%;
	height: 200px;
	font-family: 'Roboto';
	color: #6a695e;
	font-size: 14px;
	float: left;
	display: block;
	border: 1px solid #999999;
	margin-bottom: 20px;
}

.calcular_repeso {
	clear: both;
	width: 100%;
	display: block;
	float: none;
	border-style: none;
	border-top-left-radius: 0px;
	height: 47px;
	margin-top: 20px;
	background-color: #30a8ad;
	background-image: url(button-bg-medium.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-position: right bottom;
}
.calcular_repeso:hover {
	background-color:#20959a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.calculadora_titular_repeso h2 {
	text-align: center;
	font-family: 'Roboto';
	font-weight: lighter;
	color: #FFFFFF;
	display: block;
	font-size: 25px;
	background-color: rgba(68,176,180,0.8);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 72px;
	line-height: 72px;
	position: relative;
	top: 102px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.cuadro_repeso h1 {
	text-align: center;
	font-family: 'Roboto';
	font-weight: bolder;
	color: rgba(68,176,180,0.8);
	display: block;
	font-size: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	margin-top:auto;
	padding-top:20px;
	width: 100%;
	height: 72px;
	line-height: 72px;
	top: 5px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.cuadro_repeso p {
	text-align: center;
	font-family: 'Roboto';
	font-weight: lighter;
	color: #685e58;
	display: block;
	font-size: 19px;
	margin-left: auto;
	margin-right: auto;
	margin-top:auto;
	margin-bottom:auto;
	padding-top:10px;
    width: 100%;
	height: 72px;
	top: 5px;

}
.calculadora_titular_repeso	{
	height: 190px;
	display: block;
	width: 100%;
	background-image: url(../img/back_pesoid.jpg);
	background-position: 50% 60%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 60px;
}

.calculadora_container_pesoid.pesoideal_small {
    display: none;
    min-width: 300px;
    max-width: 600px;
}

@media screen and (max-width:768px){
.calculadora_container_repeso {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 4%;
	padding-bottom: 4%;
}
.calculadora_container_repeso .cuadro_repeso {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 2%;
	height: auto;
	padding-bottom:20px;
}



.calculadora_container_repeso .calcular_repeso {
	height: 60px;
}


.calculadora_titular_repeso h2	{
	border: none;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: normal;
	height: 57px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}


.calculadora_container_repeso .cuadro_repeso h1	{
	border: none;
	margin-bottom: 0;
	font-size: 18px;
	line-height: normal;
	height: 57px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}

.calculadora_container_repeso .cuadro_repeso p	{
	border: none;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: normal;
	height: 57px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-bottom:0;
	display: block;
	padding-bottom:20px;
}
}