* { padding: 0; margin:0px; }

  .divClear {

    clear:both;

    }
 #logo{
					background-image:url('images/logo_peq.png');
					background-repeat:no-repeat;
					background-position:center;
					position:relative;
					float:left;
					width:340px;
					height:52px;
				}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	
	height: 100%; 
	padding: 0;
	text-align: center; 

}
#wrapper { 
	border: 0; 
	height: 50%; 
	width: 30%;
	position: absolute; 
	left: 35%; 
	right:25%;
	top: 25%; 
	min-width:350px;
}
form {
	clear:both;
	/*padding-top:30px;*/
	padding-bottom:10px;
	width:inherit;
	height: inherit;
	font-size: x-small;
	font:Verdana, Arial, Helvetica, sans-serif;
	min-width:340px;
	max-height:190px;
}


	form #labels{
		position:relative;
		float:left;
		width: 125px;
		margin-left:15px;
	}	
		form #labels #altura{
			height:24px;
			text-align:right;
		}
		
	form #textboxes{
		position:relative;
		float:left;
		width: 150px;
		margin-left:15px;
	}	
		
		form #textboxes #altura {
			height:24px;
			width:inherit;
			position:relative;
			float:left;
		}
		
		form #textboxes #altura input{
			width:inherit;
		}	

	form #enviar{
		width:45px;
		clear:both;
		margin-left: 220px;
		padding-top: 10px;
	}
/*		form #enviar input{
			background-image:url('/net_training/img/connect.gif');
			background-position:left;
			background-repeat:no-repeat;
			text-align:right;
			width:90px;
		}
*/	
	#wrapper  #form{
		position:relative;
		float:left;
		width:100%;
		height:auto;
	}
	#wrapper  #form #left {
		clear:both;
		max-width:inherit;
		width:100%;
	}
	
		#wrapper  #form #left #top {
			background:url('images/top_left.gif') no-repeat bottom left;
			padding:0px;
			width:100%;
		}
		
			#wrapper  #form #left #top #right {
				background:url('images/top_right.gif') no-repeat bottom right;
				height:12px;
				margin-left:7px;
			}
		
		#wrapper  #form #left #middle {
			background:url('images/middle_left.gif') repeat-y left;
			clear:both;
			width:100%;
		}
		
			#wrapper  #form #left #middle #right {
				background:url('images/middle_right.gif') repeat-y right;
				margin-left:7px;
			}
		
			#wrapper  #form #left #middle #right #content {
			    background:url('images/bg.gif') repeat top left;
				/*background-color:#f7f7f7;*/
				color:#000000;
				font-family:Arial, Helvetica, sans-serif;
				font-size:1.0em;
				line-height:1.3em;
				margin-right:5px;
				padding:20px 7px;
				text-align:justify;
			}
				#wrapper  #form #left #middle #right #content #logo{
					background-image:url('images/logo_peq.jpg');
					background-repeat:no-repeat;
					background-position:center;
					position:absolute;
					float:left;
					width:340px;
					height:52px;
				}
			

				#wrapper  #form #left #middle #right #content ul{
					padding:0;
					margin:0;
					padding-left:5px;
				}
				#wrapper  #form #left #middle #right #content li a:hover{
					text-decoration:underline;
					cursor:pointer;
				}
				.activo{
					text-decoration:underline;
				}
				
				
			
			
		#wrapper  #form #left #bottom {
			background:url('images/bottom_left.gif') no-repeat top left;
			clear:both;
			padding:0px;
			width:100%;
		}
		
			#wrapper  #form #left #bottom #right {
				background:url('images/bottom_right.gif') no-repeat top right;
				height:12px;
				margin-left:7px;
			}
