body {
	padding:0px 0px;
	margin:0;
	font: normal 8pt Arial, Helvetica, sans-serif;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

/* scrollable root element */
#wizard {
/*	border:5px solid #789;*/
	background:url(/images/fondo_calculadora.gif) no-repeat scroll 0 0;
	font-size:9px;
	height:340px;
	margin:0px auto;	
	width:283px;
	overflow:hidden;
	position:relative;
	padding:6px 5px 8px 5px;
}  
#wizard h1{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#527bac;
	text-align:center;
}

/* scrollable items */
#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
	font-size:12px;
}

/* single item */
#wizard .page {
	padding-left:10px;
	width:280px;
	float:left;	
}

/* title */
#wizard h2 {
	font-size:14px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;		
}

#wizard h2 em {
	display:block;
	font-size:12px;
	color:#0d0f48;
	font-style:normal;
	margin:5px 2px 0 2px;
}

#wizard h2 span{
	font-size:14px;
	color:#0275ac;
	font-style:normal;
	font-weight:bold;
}
#wizard h2 b{
	font-size:14px;
	color:#0d0f48;
	padding-left:10px;
	font-style:normal;
	font-weight:bold;
}
		

/* input fields */
#wizard ul {
	padding:0px !important;
	margin:0px !important;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;
}

#wizard label {
	font-size:12px;
	display:inline;
	color:#0d0f48;
	margin:0px;
	padding:opx;
}

#wizard label strong {
	color:#789;	
	position:relative;
	top:-1px;
}

/*#wizard label em{
	font-size:11px;
	color:#666;	
	font-style:normal;
}*/

#wizard .text{
	/*width:50%;*/
	padding:5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
}

#wizard select{
	border:1px solid #ccc;
	width:50%;	
	padding:4px;
}

#wizard label span{
	color:#b8128f;
	font-weight:bold;
	position:relative;
	top:8px;
	font-size:20px;
}

/*#wizard .double label { 
	width:50%;
	float:left;
}

#wizard .double .text {
	width:93%;	
}*/

#wizard .clearfix{
	clear:left;
	padding-top:5px;
}

#wizard .right{
	float:right;		
}

/* validation error message bar */
#drawer{
	/*background: url(/img/global/gradient/h80.png) no-repeat scroll 0 0;*/
	/*_background-color:#fff;*/
	background-color:#FFFFFF;
	overflow:visible;
	border:#0275ac solid 1px;
	position:fixed;
	left:43%;
	
	text-align:center;
	/*padding:15px;top:15%;
	font-size:12px;
	/*border-bottom:2px solid #789;*/
	width:200px;;
	display:none;
	z-index:2;
}

#wizard .error {
	border:1px solid red;		
}

#wizard #status {
	margin:0px !important;
	height:35px;
	background:url(/images/back_calculadora_btn.gif) no-repeat;
	/*padding-left:25px !important;*/
}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:bottom;
	width:140px;
	height:30px;
	padding-top:5px;
	text-align:center;
	/*color:#fff;
	padding:30px 30px;*/
}

#status li.active {
	background:url(../../images/calculadora_btn_on.gif) no-repeat;
	width:140px;
	height:30px;
	padding-top:5px;
}

sexodiv{
	padding-top:10px;
}
sexodiv label{
	font-size:10px;
	color:#0d0f48;
}
.required{
	padding-top:10px;
}
#imagen{
	float:right;
	padding-top:28px;
	padding-right:8px;
}
#resultado2{
	padding-right:3px;
}
#boton{ 
	background:url('../../images/calculadora_enviar.png') no-repeat; 
	border:none; 
	width:75px; 
	height:39px; 
	padding-left:15px;
}
#boton_volver{ 
	background:url('../../images/calculadora_volver.png') no-repeat; 
	border:none; 
	width:75px; 
	height:39px;
	float:left;
	padding-left:15px;
}
#boton_promocion{ 
	border:none; 
	width:75px; 
	height:39px;
	padding-left:15px;
	float:left; 
}


