.traductor {
	margin-top:10px;
}

.traductor h1 {
	font-size:24px;
	color:#444444;
	height:24px;
}



#branding {
	text-align:right;
}

.cajaorigen {
	width:390px;
	float:left;
}

.cajadestino {
	width:390px;
	float:left;
	
}

.cajaorigen label, .cajadestino label {
	color:#777777;
	text-transform:uppercase;
	display:block;
	font-size:10px;
	font-weight:bold;
}

.cajaorigen textarea, .cajadestino #txtDestino {
	width:390px;
	height:160px;
	border:1px solid #666666;
	margin-bottom:10px;
	font-size:12px;
	padding:2px;
	overflow:hidden;
}

.cajaorigen select, .cajadestino select {
	border:1px solid #666666;
	color:#777777;
	display:block;
	font-size:10px;
}



#txtDestino .loading {
	width:315px;
	margin:70px auto auto auto;
	text-align:center;
}

div.boton{ 
	padding-top:8px; 
	padding-bottom:8px; 
	text-align:center;
}

div.boton a,a.boton{ 
	line-height:11px;
	display:inline; 
	width:auto; 
	border:1px solid #CECECE; 
	background: #FFFFFF url(/img/f_boton_contenido.jpg) repeat-x; 
	background-position: bottom; 
	padding:4px 18px 4px 18px; 
	font-size:11px; 
	color:#636363; 
	cursor:pointer;
	
}
div.boton a:hover,div a.boton:hover,a.boton:hover{ 
	text-decoration:none;
	 background:#FFFFFF!important;
	 
}
input.boton{ 
	border:1px solid #666666; 
	background-position: bottom; 
	font-size:11px; 
	color:#636363; 
	cursor:pointer; 
	padding:0px; 
	text-align:center;
	
}