/* CSS Document */

#contenido{
	height:599px;
}

#contenido_sombra{
	height:820px;
	background-image:url(../images/contenido_sombra_med.jpg);
}

#contenedor{
	height:830px;
}

#cuerpo{
	height:477px;
}

#pie_cuerpo{
	height:90px;
}



/*--------------------------------------------*/


#info{
	background-image:url(../images/consejos_info.jpg);
	float:left;
	width:584px;
	height:29px;
	padding:13px 13px 13px 43px;
	color:#FFFFFF;
	font-size:85%;
	
}

*+html #info{
	margin:10px 0px 0px 0px;
}

*html #info{
	margin:10px 0px 0px 0px;
}

#calculadora{
	background-image:url(../images/fondo_calculadora.jpg);
	height:290px;
	float:left;
	width:600px;
	background-repeat:no-repeat;
	padding:33px 20px 10px 20px;
	font-size:110%;
	color:#666666;
}


#columna_1 li{
	margin-bottom:12px;
}

#columna_1{
	height:80px;
	float:left;
	width:120px;
	padding-top:5px;
}

#columna_2{
	width:190px;
	float:left;
	padding-top:-5px;

}

#columna_2 li{
	margin-bottom:3px;
	margin-top:4px;
	float:left;
	clear:both;
}

*html #columna_2 li{
	margin-bottom:12px;
	margin-top:4px;
	float:none;
	clear:both;
}

*+html #columna_2 li{
	margin-bottom:12px;
	margin-top:4px;
	float:none;
	clear:both;
}

#resultado{
	font-weight:bold;
	width:600px;
	float:left;
}

.dcha{
	float:right;
}


#columna_2 input{
	border:0px;
	height:12px;
	padding:2px 4px 2px 2px;
	font-size:90%;
	float:right;

}

.input_1{
	width:58px;
	float:right;
	text-align:right;
}

.input_2{
	width:62px;
	float:right;
	text-align:right;
}

*html .input_2{
	float:right;
}

.input_3{
	width:152px;
	float:right;
	text-align:right;
	
}

.porcentaje{
	float:right;
	margin-top:0px; 
	margin-bottom:0px;
}

#resultado li{
	float:left;
	margin-right:46px;
	/*border:1px solid #000000;*/

}

#resultado li img{
	float:left;
	margin-right:5px;
}

.textinput{
	width:352px;
	float:left;
}

#resultado input{
	border:0px;
	height:12px;
	padding:2px 4px 2px 2px;
	font-size:98%;
	float:left;
	width:154px;
	text-align:right;
}

#botones{
	float:left;
	clear:both;
	height:52px;
	margin-left:100px;
}

*html #botones{
	margin-left:60px;
}
